diff options
author | Steve Chamberlain <sac@cygnus> | 1991-11-26 02:30:24 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1991-11-26 02:30:24 +0000 |
commit | 814e8bbabc900fc5af7663aedc49e48deea71282 (patch) | |
tree | e0660745e9ced911ad4fb6a6a8dce38dd9c57045 /gas | |
parent | cc5bda54de11cd575862226892484c6053dc6bd2 (diff) | |
download | gdb-814e8bbabc900fc5af7663aedc49e48deea71282.zip gdb-814e8bbabc900fc5af7663aedc49e48deea71282.tar.gz gdb-814e8bbabc900fc5af7663aedc49e48deea71282.tar.bz2 |
Renamed static function to avoid conflict with header file
Diffstat (limited to 'gas')
-rwxr-xr-x | gas/config/obj-coff-bfd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/obj-coff-bfd.c b/gas/config/obj-coff-bfd.c index ed25683..494d2c6 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); } |