]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - binutils/readelf.c
MIPS/readelf: Use the `d_val' dynamic entry member with the relevant tags
authorMaciej W. Rozycki <macro@imgtec.com>
Wed, 18 May 2016 03:30:50 +0000 (04:30 +0100)
committerMaciej W. Rozycki <macro@imgtec.com>
Wed, 18 May 2016 03:36:52 +0000 (04:36 +0100)
commitc69075ac096c9de1b8a532123b493173f8fe0975
treedc6414878a57b8239e7f979f07c08432604e19db
parenta255f00a28d31979293d10cd2b121a1ca8d1fcf9
MIPS/readelf: Use the `d_val' dynamic entry member with the relevant tags

binutils/
* readelf.c (dynamic_section_mips_val) <DT_MIPS_RLD_VERSION>
<DT_MIPS_LOCAL_GOTNO, DT_MIPS_CONFLICTNO, DT_MIPS_LIBLISTNO>
<DT_MIPS_SYMTABNO, DT_MIPS_UNREFEXTNO, DT_MIPS_HIPAGENO>
<DT_MIPS_DELTA_CLASS_NO, DT_MIPS_DELTA_INSTANCE_NO>
<DT_MIPS_DELTA_RELOC_NO, DT_MIPS_DELTA_SYM_NO>
<DT_MIPS_DELTA_CLASSSYM_NO, DT_MIPS_COMPACT_SIZE>: Use the
`d_val' rather than `d_ptr' member of the dynamic entry.
binutils/ChangeLog
binutils/readelf.c