summaryrefslogtreecommitdiffstats
path: root/contrib/elftoolchain/readelf
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2014-12-29 19:38:12 +0000
committeremaste <emaste@FreeBSD.org>2014-12-29 19:38:12 +0000
commit39410e980c283cd4115be3c103d03b940a828a6d (patch)
tree13c88914e0aa6db98c57be915201b5dfd3fd02e0 /contrib/elftoolchain/readelf
parent960eab92ed21c3e66ceb6e86dc3c1fb171632a8b (diff)
downloadFreeBSD-src-39410e980c283cd4115be3c103d03b940a828a6d.zip
FreeBSD-src-39410e980c283cd4115be3c103d03b940a828a6d.tar.gz
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
Diffstat (limited to 'contrib/elftoolchain/readelf')
-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 16159ad..4fcf003 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";
OpenPOWER on IntegriCloud