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:
cc5bda5
)
Renamed static function to avoid conflict with header file
author
Steve Chamberlain
<sac@cygnus>
Tue, 26 Nov 1991 02:30:24 +0000
(
02:30
+0000)
committer
Steve Chamberlain
<sac@cygnus>
Tue, 26 Nov 1991 02:30:24 +0000
(
02:30
+0000)
gas/config/obj-coff-bfd.c
patch
|
blob
|
history
diff --git
a/gas/config/obj-coff-bfd.c
b/gas/config/obj-coff-bfd.c
index ed2568309080b861a3202113d47efd65bdde00be..494d2c69a264088b227f63d2cc83a59b5b30f9ad 100755
(executable)
--- a/
gas/config/obj-coff-bfd.c
+++ b/
gas/config/obj-coff-bfd.c
@@
-434,7
+434,7
@@
static void DEFUN(fill_section,(abfd, filehdr, file_cursor),
static void
-DEFUN(
obj
_header_append,(abfd, filehdr, aouthdr),
+DEFUN(
coff
_header_append,(abfd, filehdr, aouthdr),
bfd *abfd AND
struct internal_filehdr *filehdr AND
struct internal_aouthdr *aouthdr)
@@
-1742,7
+1742,7
@@
unsigned long file_cursor;
bfd_write(buffer2, 1, string_byte_count, abfd);
}
-
obj
_header_append(abfd, &filehdr, &aouthdr);
+
coff
_header_append(abfd, &filehdr, &aouthdr);
bfd_close_all_done(abfd);
}