summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorDavide Italiano <davide@freebsd.org>2016-01-18 21:20:02 +0000
committerDavide Italiano <davide@freebsd.org>2016-01-18 21:20:02 +0000
commitf0caa3eaab93190db3904b3f59783e86d9236633 (patch)
tree0b93b669bbcd2314d276a8423f8aca48ae74f4ed /llvm
parentd8968f0945c16931227382c59c402aa2af2f578f (diff)
downloadbcm5719-llvm-f0caa3eaab93190db3904b3f59783e86d9236633.tar.gz
bcm5719-llvm-f0caa3eaab93190db3904b3f59783e86d9236633.zip
[Support/ELF] Remove field erroneously added in r258025.
Although glibc defines it, this is currently of no use for my primary use-case (dumping DT_* keys correctly). Its semantic is not described anywhere I can find, so better leave it out for now. Thanks to Rafael for pointing out in his post-commit review! llvm-svn: 258089
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/Support/ELF.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/include/llvm/Support/ELF.h b/llvm/include/llvm/Support/ELF.h
index b2a2b6e3cfb..e6712cb072c 100644
--- a/llvm/include/llvm/Support/ELF.h
+++ b/llvm/include/llvm/Support/ELF.h
@@ -1205,8 +1205,7 @@ enum {
// Sun machine-independent extensions.
DT_AUXILIARY = 0x7FFFFFFD, // Shared object to load before self
- DT_FILTER = 0x7FFFFFFF, // Shared object to get values from
- DT_EXTRANUM = 3
+ DT_FILTER = 0x7FFFFFFF // Shared object to get values from
};
// DT_FLAGS values.
OpenPOWER on IntegriCloud