summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2014-08-21 20:55:10 +0000
committeremaste <emaste@FreeBSD.org>2014-08-21 20:55:10 +0000
commit8026acede45b79a591972ae34c3cb0d77e551714 (patch)
treeb54591959fc0a019a3017cbc0ed564e01d9b075a /usr.bin
parentce09a0a5a2e35d4afec9da17ffcf4dcd0f5b0bc1 (diff)
downloadFreeBSD-src-8026acede45b79a591972ae34c3cb0d77e551714.zip
FreeBSD-src-8026acede45b79a591972ae34c3cb0d77e551714.tar.gz
Rename DT_FEATURE_1 to DT_FEATURE
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 'usr.bin')
-rw-r--r--usr.bin/elfdump/elfdump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/elfdump/elfdump.c b/usr.bin/elfdump/elfdump.c
index 49c2aae..86b70bd 100644
--- a/usr.bin/elfdump/elfdump.c
+++ b/usr.bin/elfdump/elfdump.c
@@ -213,7 +213,7 @@ d_tags(u_int64_t tag)
case DT_PLTPADSZ: return "DT_PLTPADSZ";
case DT_MOVEENT: return "DT_MOVEENT";
case DT_MOVESZ: return "DT_MOVESZ";
- case 0x6ffffdfc: return "DT_FEATURE";
+ case DT_FEATURE: return "DT_FEATURE";
case DT_POSFLAG_1: return "DT_POSFLAG_1";
case DT_SYMINSZ: return "DT_SYMINSZ";
case DT_SYMINENT : return "DT_SYMINENT (DT_VALRNGHI)";
OpenPOWER on IntegriCloud