diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2012-04-26 13:52:16 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2012-04-26 13:52:16 +0000 |
commit | d7ebd843562ed7f9836c353e4b9423ef1607ecb4 (patch) | |
tree | 9b8abe4cab426a315d8963a02d74cba83e7572b8 /bfd/bfd.c | |
parent | 3b66a14146bd861b160d19a101ba63dceb47c55f (diff) | |
download | gdb-d7ebd843562ed7f9836c353e4b9423ef1607ecb4.zip gdb-d7ebd843562ed7f9836c353e4b9423ef1607ecb4.tar.gz gdb-d7ebd843562ed7f9836c353e4b9423ef1607ecb4.tar.bz2 |
Revert accidental check-in.
Diffstat (limited to 'bfd/bfd.c')
-rw-r--r-- | bfd/bfd.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 |