mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 10:00:51 +00:00
.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:
@@ -6092,8 +6092,8 @@ process_section_headers (FILE * file)
|
||||
&& (streq (SECTION_NAME (section), ".rel.dyn")
|
||||
|| streq (SECTION_NAME (section), ".rela.dyn")))
|
||||
/* The .rel.dyn and .rela.dyn sections have an sh_info field
|
||||
of zero. No idea why. I would have expected the index
|
||||
of the .plt section. */
|
||||
of zero. The relocations in these sections may apply
|
||||
to many different sections. */
|
||||
;
|
||||
else
|
||||
warn (_("[%2u]: Info field (%u) should index a relocatable section.\n"),
|
||||
|
||||
Reference in New Issue
Block a user