projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b66a14
)
Revert accidental check-in.
author
Hans-Peter Nilsson
<hp@axis.com>
Thu, 26 Apr 2012 13:52:16 +0000
(13:52 +0000)
committer
Hans-Peter Nilsson
<hp@axis.com>
Thu, 26 Apr 2012 13:52:16 +0000
(13:52 +0000)
bfd/bfd.c
patch
|
blob
|
history
diff --git
a/bfd/bfd.c
b/bfd/bfd.c
index 227e26bb5ebe5905a0fb90eed969f91c5d733364..a1664b5d0d092a4764434188940267f20be08918 100644
(file)
--- 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