diff options
author | Nick Clifton <nickc@redhat.com> | 2015-06-05 16:58:35 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2015-06-05 16:58:35 +0100 |
commit | 8fcc61b42be7703460dcacf24d97b290f502c23e (patch) | |
tree | bd6428c9ee919ee4a5deab026379de70ac296968 /binutils/ChangeLog | |
parent | e00a2fbc249c540593baef120eb13ea2ca7891f3 (diff) | |
download | gdb-8fcc61b42be7703460dcacf24d97b290f502c23e.zip gdb-8fcc61b42be7703460dcacf24d97b290f502c23e.tar.gz gdb-8fcc61b42be7703460dcacf24d97b290f502c23e.tar.bz2 |
Improves the detection of partial .debug_line sections.
* dwarf.c (read_debug_line_header): Use reloc_at to detect
incomplete .debug_line headers
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 03eb240..63fefc8 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2015-06-05 Nick Clifton <nickc@redhat.com> + + * dwarf.c (read_debug_line_header): Use reloc_at to detect + incomplete .debug_line headers + 2015-05-29 Roland McGrath <mcgrathr@google.com> * readelf.c (print_gnu_note: NT_GNU_ABI_TAG): Recognize |