aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2006-02-21 00:14:49 +0000
committerAlan Modra <amodra@gmail.com>2006-02-21 00:14:49 +0000
commit3168356f3eb718ff80c708385aef801873af855c (patch)
tree234241c1e632e32c50a1a675d042974264e98703 /bfd/ChangeLog
parent9b64be636761bf6fbb0527eab29c6eeafaefa8d6 (diff)
downloadgdb-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/ChangeLog6
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):