mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-22 17:16:29 +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.. */
|
go is up to Ken.. */
|
||||||
if (bfd_close_all_done (abfd) == false)
|
if (bfd_close_all_done (abfd) == false)
|
||||||
as_fatal ("Can't close %s: %s", out_file_name,
|
as_fatal ("Can't close %s: %s", out_file_name,
|
||||||
bfd_errmsg (bfd_error));
|
bfd_errmsg (bfd_get_error ()));
|
||||||
#else
|
#else
|
||||||
{
|
{
|
||||||
extern bfd *stdoutput;
|
extern bfd *stdoutput;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user