diff options
author | Nick Clifton <nickc@redhat.com> | 2014-12-24 08:21:50 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2014-12-24 08:21:50 +0000 |
commit | c361b9ac1ffcf62fb5d4c031c55e60cea963a85d (patch) | |
tree | ae296ef1132c6262aa0fba4b53d4030e46a38a7c /binutils/ChangeLog | |
parent | d5111a0e037c732029879829ca4d18ae2ae0d3e5 (diff) | |
download | gdb-c361b9ac1ffcf62fb5d4c031c55e60cea963a85d.zip gdb-c361b9ac1ffcf62fb5d4c031c55e60cea963a85d.tar.gz gdb-c361b9ac1ffcf62fb5d4c031c55e60cea963a85d.tar.bz2 |
Reverts an "enhancement" made in a previous delta which complained of
unprocessed augmentation data at the end of a CIE.
* dwarf.c (read_cie): Revert check for unused augmentation data -
it was bogus.
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 b2bb3f1..3427f0d 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2014-12-24 Nick Clifton <nickc@redhat.com> + + * dwarf.c (read_cie): Revert check for unused augmentation data - + it was bogus. + 2014-12-23 Andrew Stubbs <ams@codesourcery.com> * objcopy.c (strip_usage): Reword --remove-section description. |