diff options
author | Alan Modra <amodra@gmail.com> | 2006-02-21 00:14:49 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2006-02-21 00:14:49 +0000 |
commit | 3168356f3eb718ff80c708385aef801873af855c (patch) | |
tree | 234241c1e632e32c50a1a675d042974264e98703 /bfd/ChangeLog | |
parent | 9b64be636761bf6fbb0527eab29c6eeafaefa8d6 (diff) | |
download | gdb-3168356f3eb718ff80c708385aef801873af855c.zip gdb-3168356f3eb718ff80c708385aef801873af855c.tar.gz gdb-3168356f3eb718ff80c708385aef801873af855c.tar.bz2 |
* bfd.c: (_bfd_default_error_handler): Don't call abort on
error, instead call _exit.
(_bfd_abort): Call _exit not xexit.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index d2300d8..718f5f8 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2006-02-21 Alan Modra <amodra@bigpond.net.au> + + * bfd.c: (_bfd_default_error_handler): Don't call abort on + error, instead call _exit. + (_bfd_abort): Call _exit not xexit. + 2006-02-17 Kevin Buettner <kevinb@redhat.com> * elf32-frv.c (elf32_frv_grok_prstatus, elf32_frv_grok_psinfo): |