diff options
author | Nick Clifton <nickc@redhat.com> | 2012-01-26 09:59:30 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2012-01-26 09:59:30 +0000 |
commit | fa1908fd5686efe41ad5d583b0e8a7555cca7c77 (patch) | |
tree | 1ee80009fe6150a23fccbd6fb4c1e40023bdc627 /binutils/ChangeLog | |
parent | e078317b28df990d6b0d54020f364df44d1b9ce4 (diff) | |
download | gdb-fa1908fd5686efe41ad5d583b0e8a7555cca7c77.zip gdb-fa1908fd5686efe41ad5d583b0e8a7555cca7c77.tar.gz gdb-fa1908fd5686efe41ad5d583b0e8a7555cca7c77.tar.bz2 |
PR binutils/13622
* readelf.c (process_section_groups): If there are no section
headers do not scan for section groups.
(process_note_sections): Likewise for note sections.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index a7ee38a..304da83 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,10 @@ +2012-01-26 Nick Clifton <nickc@redhat.com> + + PR binutils/13622 + * readelf.c (process_section_groups): If there are no section + headers do not scan for section groups. + (process_note_sections): Likewise for note sections. + 2012-01-20 Tristan Gingold <gingold@adacore.com> * od-macho.c (OPT_SEG_SPLIT_INFO): New macro. |