diff options
author | Nick Clifton <nickc@redhat.com> | 2016-12-05 14:59:02 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2016-12-05 14:59:02 +0000 |
commit | 52c4f3bdd5957a31b671a9791f462be5e8eadd85 (patch) | |
tree | 87d292f55187294d3b45f0fd1b5ac2fc2a18d2d1 /bfd/ChangeLog | |
parent | e2996cc315d6ea242e1a954dc20246485ccc8512 (diff) | |
download | gdb-52c4f3bdd5957a31b671a9791f462be5e8eadd85.zip gdb-52c4f3bdd5957a31b671a9791f462be5e8eadd85.tar.gz gdb-52c4f3bdd5957a31b671a9791f462be5e8eadd85.tar.bz2 |
Fix abort when running tools on a bogus binary.
PR binutils/20907
* peicode.h (pe_ILF_build_a_bfd): Replace abort with error return.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 7388bb2..8dc48b3 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -5,6 +5,9 @@ 2016-12-05 Nick Clifton <nickc@redhat.com> + PR binutils/20907 + * peicode.h (pe_ILF_build_a_bfd): Replace abort with error return. + PR binutils/20921 * aoutx.h (squirt_out_relocs): Check for and report any relocs that could not be recognised. |