]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
readelf: fix printing of DT_FILTER and some other DT_* values
authoremaste <emaste@FreeBSD.org>
Tue, 25 Jul 2017 17:24:50 +0000 (17:24 +0000)
committeremaste <emaste@FreeBSD.org>
Tue, 25 Jul 2017 17:24:50 +0000 (17:24 +0000)
commitab197c40347ff219fba83df5c635d17e6c53a780
treeba3ceae6b53db8a6444082e919e0b4725d38a497
parent2cd47abcdc49ac81596bb554fb149a8d41a75d74
readelf: fix printing of DT_FILTER and some other DT_* values

MFC r321045: readelf: fix printing of DT_FILTER and some other DT_* values

Some non-processor-specific DT_* values overlap the range DT_LOPROC to
DT_HIPROC.  Handle common ones first, then the processor-specific ones.

MFC r321046: readelf: correct printing of DT_FILTER and DT_AUXILIARY values

Previously these were shown only for MIPS objects.

Obtained from: ELF Tool Chain r3563, r3564
Sponsored by: The FreeBSD Foundation
contrib/elftoolchain/readelf/readelf.c