aboutsummaryrefslogtreecommitdiff
path: root/contrib/elftoolchain
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2014-12-29 19:38:12 +0000
committerEd Maste <emaste@FreeBSD.org>2014-12-29 19:38:12 +0000
commit2013b96e58cc608382ffa7818cffd5173742027b (patch)
tree13c88914e0aa6db98c57be915201b5dfd3fd02e0 /contrib/elftoolchain
parent4a9f54ac6989fc8960a2650180d55cf1d5f5ebd3 (diff)
downloadsrc-2013b96e58cc608382ffa7818cffd5173742027b.tar.gz
src-2013b96e58cc608382ffa7818cffd5173742027b.zip
Rename DT_FEATURE_1 to DT_FEATURE
Track r270303: This provides a minor cleanup in elfdump; there are otherwise no consumers in the tree. Old SUN documentation can be found for either variant, but GNU binutils switched to DT_FEATURE around 2000. Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=276373
Diffstat (limited to 'contrib/elftoolchain')
-rw-r--r--contrib/elftoolchain/readelf/readelf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/elftoolchain/readelf/readelf.c b/contrib/elftoolchain/readelf/readelf.c
index 16159ad09ea9..4fcf00346fad 100644
--- a/contrib/elftoolchain/readelf/readelf.c
+++ b/contrib/elftoolchain/readelf/readelf.c
@@ -903,7 +903,7 @@ dt_type(unsigned int mach, unsigned int dtype)
case DT_PLTPADSZ: return "PLTPADSZ";
case DT_MOVEENT: return "MOVEENT";
case DT_MOVESZ: return "MOVESZ";
- case DT_FEATURE_1: return "FEATURE_1";
+ case DT_FEATURE: return "FEATURE";
case DT_POSFLAG_1: return "POSFLAG_1";
case DT_SYMINSZ: return "SYMINSZ";
case DT_SYMINENT: return "SYMINENT";