]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Don't use bfd_error_handler in bfd_abort
authorAlan Modra <amodra@gmail.com>
Tue, 5 Mar 2024 04:03:40 +0000 (14:33 +1030)
committerAlan Modra <amodra@gmail.com>
Wed, 6 Mar 2024 00:52:29 +0000 (11:22 +1030)
commit55e01dbd7623941373ee500032119a124fd2d673
treee6601caf095c4e3a3e49820ba124beb936d25c7f
parentea1b1dc0b5dea7871d4828f7ab85745cd6f34ffc
Don't use bfd_error_handler in bfd_abort

We don't want to lose an abort message when bfd_set_error_handler has
been called to ignore or cache errors.

PR ld/31444
* bfd.c (_bfd_abort): Don't use _bfd_error_handler.
bfd/bfd.c