Renamed static function to avoid conflict with header file
authorSteve Chamberlain <sac@cygnus>
Tue, 26 Nov 1991 02:30:24 +0000 (02:30 +0000)
committerSteve Chamberlain <sac@cygnus>
Tue, 26 Nov 1991 02:30:24 +0000 (02:30 +0000)
gas/config/obj-coff-bfd.c

index ed2568309080b861a3202113d47efd65bdde00be..494d2c69a264088b227f63d2cc83a59b5b30f9ad 100755 (executable)
@@ -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);
 }