https://sourceware.org/bugzilla/show_bug.cgi?id=31444
Bug ID: 31444
Summary: _bfd_abort doesn't work when called from
bfd_check_format_matches
Product: binutils
Version: 2.43 (HEAD)
Status: NEW
Severity: normal
Priority: P2
Component: ld
Assignee: unassigned at sourceware dot org
Reporter: hjl.tools at gmail dot com
Target Milestone: ---
bfd_check_format_matches has
/* Don't report errors on recursive calls checking the first element
of an archive. */
if (in_check_format)
orig_error_handler = bfd_set_error_handler (null_error_handler);
else
orig_error_handler = _bfd_set_error_handler_caching (abfd);
When _bfd_abort is called because something went wrong, there is error
message.
--
You are receiving this mail because:
You are on the CC list for the bug.