mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-11 18:06:03 +08:00
Renamed static function to avoid conflict with header file
This commit is contained in:
@ -434,7 +434,7 @@ static void DEFUN(fill_section,(abfd, filehdr, file_cursor),
|
|||||||
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
DEFUN(obj_header_append,(abfd, filehdr, aouthdr),
|
DEFUN(coff_header_append,(abfd, filehdr, aouthdr),
|
||||||
bfd *abfd AND
|
bfd *abfd AND
|
||||||
struct internal_filehdr *filehdr AND
|
struct internal_filehdr *filehdr AND
|
||||||
struct internal_aouthdr *aouthdr)
|
struct internal_aouthdr *aouthdr)
|
||||||
@ -1742,7 +1742,7 @@ unsigned long file_cursor;
|
|||||||
bfd_write(buffer2, 1, string_byte_count, abfd);
|
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);
|
bfd_close_all_done(abfd);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user