.rela.dyn comment fix and add missing ChangeLog entry
ChangeLog entry missed from commit dd90581873
.
* readelf.c (process_section_headers): Correct .rel.dyn/.rela.dyn
comment.
This commit is contained in:
parent
a631dd7b79
commit
4d74727a4a
@ -1,3 +1,8 @@
|
|||||||
|
2017-01-09 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
|
* readelf.c (process_section_headers): Correct .rel.dyn/.rela.dyn
|
||||||
|
comment.
|
||||||
|
|
||||||
2017-01-06 Nick Clifton <nickc@redhat.com>
|
2017-01-06 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* MAINTAINERS: Move Paul Brook to the Past Maintainers section.
|
* MAINTAINERS: Move Paul Brook to the Past Maintainers section.
|
||||||
|
@ -330,6 +330,9 @@
|
|||||||
|
|
||||||
2016-08-19 Nick Clifton <nickc@redhat.com>
|
2016-08-19 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
|
* readelf.c (process_section_headers): Sanity check section headers.
|
||||||
|
(process_symbol_table): Don't warn on solaris binaries with local
|
||||||
|
symbols past symtab sh_info.
|
||||||
* testsuite/binutils-all/readelf.s: Adjust expected ordering of
|
* testsuite/binutils-all/readelf.s: Adjust expected ordering of
|
||||||
sections.
|
sections.
|
||||||
* testsuite/binutils-all/readelf.s-64: Likewise.
|
* testsuite/binutils-all/readelf.s-64: Likewise.
|
||||||
|
@ -6092,8 +6092,8 @@ process_section_headers (FILE * file)
|
|||||||
&& (streq (SECTION_NAME (section), ".rel.dyn")
|
&& (streq (SECTION_NAME (section), ".rel.dyn")
|
||||||
|| streq (SECTION_NAME (section), ".rela.dyn")))
|
|| streq (SECTION_NAME (section), ".rela.dyn")))
|
||||||
/* The .rel.dyn and .rela.dyn sections have an sh_info field
|
/* The .rel.dyn and .rela.dyn sections have an sh_info field
|
||||||
of zero. No idea why. I would have expected the index
|
of zero. The relocations in these sections may apply
|
||||||
of the .plt section. */
|
to many different sections. */
|
||||||
;
|
;
|
||||||
else
|
else
|
||||||
warn (_("[%2u]: Info field (%u) should index a relocatable section.\n"),
|
warn (_("[%2u]: Info field (%u) should index a relocatable section.\n"),
|
||||||
|
Loading…
Reference in New Issue
Block a user