From 814e8bbabc900fc5af7663aedc49e48deea71282 Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Tue, 26 Nov 1991 02:30:24 +0000 Subject: [PATCH] Renamed static function to avoid conflict with header file --- gas/config/obj-coff-bfd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gas/config/obj-coff-bfd.c b/gas/config/obj-coff-bfd.c index ed25683090..494d2c69a2 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); }