From: Steve Chamberlain Date: Tue, 26 Nov 1991 02:30:24 +0000 (+0000) Subject: Renamed static function to avoid conflict with header file X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=814e8bbabc900fc5af7663aedc49e48deea71282;p=binutils-gdb.git Renamed static function to avoid conflict with header file --- diff --git a/gas/config/obj-coff-bfd.c b/gas/config/obj-coff-bfd.c index ed256830908..494d2c69a26 100755 --- 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); }