diff options
| author | Alan Modra <amodra@gmail.com> | 2013-02-27 12:40:15 +0000 |
|---|---|---|
| committer | Alan Modra <amodra@gmail.com> | 2013-02-27 12:40:15 +0000 |
| commit | 15b42fb01d638bf1ae9c7086727cd0a608237843 (patch) | |
| tree | c289518e0d2c3ec3c20d69641f4e575d64cb1ff9 /binutils/ChangeLog | |
| parent | 727f7031022464188dc580e84b3d232c21b39d10 (diff) | |
| download | ppe42-binutils-15b42fb01d638bf1ae9c7086727cd0a608237843.tar.gz ppe42-binutils-15b42fb01d638bf1ae9c7086727cd0a608237843.zip | |
PR binutils/15191
* readelf.c (offsetof): Define.
(CHECK_ENTSIZE_VALUES): Remove extraneous indefinite article.
(process_corefile_note_segment): Allow notes without name or
desc. Combine out-of-range checks. Disallow "negative"
notesz or descsz.
Diffstat (limited to 'binutils/ChangeLog')
| -rw-r--r-- | binutils/ChangeLog | 25 |
1 files changed, 17 insertions, 8 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 8d06ecb45a..01ac46d04f 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,12 @@ +2013-02-27 Alan Modra <amodra@gmail.com> + + PR binutils/15191 + * readelf.c (offsetof): Define. + (CHECK_ENTSIZE_VALUES): Remove extraneous indefinite article. + (process_corefile_note_segment): Allow notes without name or + desc. Combine out-of-range checks. Disallow "negative" + notesz or descsz. + 2013-02-26 Nick Clifton <nickc@redhat.com> PR binutils/15191 @@ -78,14 +87,14 @@ 2013-01-25 Cary Coutant <ccoutant@google.com> - * dwarf.c (display_loc_list): Update offset for each line - printed. - (print_addr_index): New function. - (display_loc_list_dwo): Update offset for each line printed. - Fix problems displaying loclists in .dwo files. Add support - for type 4 entries. - (display_debug_loc): Remove custom header for .dwo files. - (display_debug_addr): Adjust formatting. + * dwarf.c (display_loc_list): Update offset for each line + printed. + (print_addr_index): New function. + (display_loc_list_dwo): Update offset for each line printed. + Fix problems displaying loclists in .dwo files. Add support + for type 4 entries. + (display_debug_loc): Remove custom header for .dwo files. + (display_debug_addr): Adjust formatting. 2013-01-25 Marco Atzeri <marco.atzeri@gmail.com> |

