diff options
author | Nick Clifton <nickc@redhat.com> | 2013-07-19 10:44:01 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2013-07-19 10:44:01 +0000 |
commit | 1ae40aa4dfc6ae7e46e1680f7d7af7b04259f83d (patch) | |
tree | 7b924d6f1049d68e2c1ffcb90dab03d562818a8d /binutils/ChangeLog | |
parent | 1eec346e1275ed5aa982486f5a0d4ea4c21afe15 (diff) | |
download | gdb-1ae40aa4dfc6ae7e46e1680f7d7af7b04259f83d.zip gdb-1ae40aa4dfc6ae7e46e1680f7d7af7b04259f83d.tar.gz gdb-1ae40aa4dfc6ae7e46e1680f7d7af7b04259f83d.tar.bz2 |
PR binutils/15745
* readelf.c (get_unwind_section_word): Whilst searching for a
reloc section associated with an unwind section, check the type as
well as the section number.
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 8f0451a..a6b0151 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,10 @@ +2013-07-19 Nick Clifton <nickc@redhat.com> + + PR binutils/15745 + * readelf.c (get_unwind_section_word): Whilst searching for a + reloc section associated with an unwind section, check the type as + well as the section number. + 2013-07-18 Jim Thomas <thomas@cfht.hawaii.edu> * ar.c (usage): Fix C conformance issue. |