diff options
author | Nick Clifton <nickc@redhat.com> | 2020-11-10 17:31:14 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2020-11-10 17:31:14 +0000 |
commit | ed1afd86668781159a131dc9c9c4a54a3b0a1e3a (patch) | |
tree | b0caf4506bb2d2ea9575e25b4ffa2fe49b6d6b32 | |
parent | 95016fd211b66445cb3b9e86aeb8b6951f56315f (diff) | |
download | gdb-ed1afd86668781159a131dc9c9c4a54a3b0a1e3a.zip gdb-ed1afd86668781159a131dc9c9c4a54a3b0a1e3a.tar.gz gdb-ed1afd86668781159a131dc9c9c4a54a3b0a1e3a.tar.bz2 |
oops - forgot to include the changelog update for the latest binutils/dwarf.c patch
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 33bb59b..09b7daf 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2020-11-10 Nick Clifton <nickc@redhat.com> + + * dwarf.c (skip_attr_bytes): Correctly handle DW_FORM_ref8. + (get_type_abbrev_from_form): Accept DW_FORM_ref8. + 2020-11-09 Andreas Schwab <schwab@linux-m68k.org> * Makefile.am (development.exp): Fix regexp. |