mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-06 12:04:42 +00:00
* config/obj-coffbfd.c (write_object_file): use bfd_get_error (),
not bfd_error. * config/obj-elf.c (elf_frob_file): Likewise.
This commit is contained in:
parent
9d90491e82
commit
380fa957e5
@ -1939,7 +1939,7 @@ DEFUN_VOID (write_object_file)
|
||||
go is up to Ken.. */
|
||||
if (bfd_close_all_done (abfd) == false)
|
||||
as_fatal ("Can't close %s: %s", out_file_name,
|
||||
bfd_errmsg (bfd_error));
|
||||
bfd_errmsg (bfd_get_error ()));
|
||||
#else
|
||||
{
|
||||
extern bfd *stdoutput;
|
||||
|
Loading…
Reference in New Issue
Block a user