projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d90491
)
* config/obj-coffbfd.c (write_object_file): use bfd_get_error (),
author
Ian Lance Taylor
<ian@airs.com>
Tue, 22 Feb 1994 03:49:59 +0000
(
03:49
+0000)
committer
Ian Lance Taylor
<ian@airs.com>
Tue, 22 Feb 1994 03:49:59 +0000
(
03:49
+0000)
not bfd_error.
* config/obj-elf.c (elf_frob_file): Likewise.
gas/config/obj-coffbfd.c
patch
|
blob
|
history
diff --git
a/gas/config/obj-coffbfd.c
b/gas/config/obj-coffbfd.c
index c4053434a1f9c2dd35a5debdef8d05c84c8fdb10..c659feba94e784756c6aacb47ffcad10632f94ab 100644
(file)
--- a/
gas/config/obj-coffbfd.c
+++ b/
gas/config/obj-coffbfd.c
@@
-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;