summaryrefslogtreecommitdiff
path: root/bfd/bfd.c
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2012-04-26 13:52:16 +0000
committerHans-Peter Nilsson <hp@axis.com>2012-04-26 13:52:16 +0000
commitd91cfd9efc32c4017b35ec737c886fb4da8bdcec (patch)
treef85d1b1a7b4314b961908f771f3b41db975116ce /bfd/bfd.c
parent1c057b787c41910ce9c51df588ef8cc581f57036 (diff)
downloadgdb-d91cfd9efc32c4017b35ec737c886fb4da8bdcec.tar.gz
Revert accidental check-in.
Diffstat (limited to 'bfd/bfd.c')
-rw-r--r--bfd/bfd.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/bfd/bfd.c b/bfd/bfd.c
index 227e26bb5eb..a1664b5d0d0 100644
--- a/bfd/bfd.c
+++ b/bfd/bfd.c
@@ -1026,12 +1026,6 @@ bfd_assert (const char *file, int line)
{
(*_bfd_assert_handler) (_("BFD %s assertion fail %s:%d"),
BFD_VERSION_STRING, file, line);
-
- /* We used to just return from bfd_assert, but that caused more
- grief than relief. The different code paths for bfd_assert and
- _bfd_abort could be united but keeping them separate can
- simplify debugging. */
- _exit (EXIT_FAILURE);
}
/* A more or less friendly abort message. In libbfd.h abort is