diff options
author | Nick Clifton <nickc@redhat.com> | 2020-03-03 16:11:12 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2020-03-03 16:11:12 +0000 |
commit | 5be2b2f549b0ba0743938d1d74708d79cf42dc0f (patch) | |
tree | edce11a4903260bf4d97d06c6907cb798bff60e6 /binutils/ChangeLog | |
parent | 10d97a0f99079325bf85e17cc741496e686a6b74 (diff) | |
download | gdb-5be2b2f549b0ba0743938d1d74708d79cf42dc0f.zip gdb-5be2b2f549b0ba0743938d1d74708d79cf42dc0f.tar.gz gdb-5be2b2f549b0ba0743938d1d74708d79cf42dc0f.tar.bz2 |
Remove a call to abort which can be triggered by running objdump on a corrupt input file.
PR 25625
* prdbg.c (pr_tag_type): Remove call to abort.
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 e1cec98..afc3803 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2020-03-03 Nick Clifton <nickc@redhat.com> + + PR 25625 + * prdbg.c (pr_tag_type): Remove call to abort. + 2020-03-02 Aaron Merey <amerey@redhat.com> * binutils/testsuite/binutils-all/debuginfod.exp: Improve port |