mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 17:18:24 +08:00
Remove spurious prototype.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2001-09-24 Nick Clifton <nickc@cambridge.redhat.com>
|
||||||
|
|
||||||
|
* pe-dll.c: Remove spurious prototype.
|
||||||
|
|
||||||
2001-09-24 Charles Wilson <cwilson@ece.gatech.edu>
|
2001-09-24 Charles Wilson <cwilson@ece.gatech.edu>
|
||||||
|
|
||||||
* ld.texinfo(enable-auto-import): Clarify the explanation.
|
* ld.texinfo(enable-auto-import): Clarify the explanation.
|
||||||
|
@ -123,10 +123,6 @@
|
|||||||
static void
|
static void
|
||||||
add_bfd_to_link PARAMS ((bfd *, const char *, struct bfd_link_info *));
|
add_bfd_to_link PARAMS ((bfd *, const char *, struct bfd_link_info *));
|
||||||
|
|
||||||
/* Defined in emultempl/pe.em. */
|
|
||||||
extern char *
|
|
||||||
pe_get_data_import_dll_name PARAMS ((void));
|
|
||||||
|
|
||||||
/* For emultempl/pe.em. */
|
/* For emultempl/pe.em. */
|
||||||
|
|
||||||
def_file * pe_def_file = 0;
|
def_file * pe_def_file = 0;
|
||||||
|
Reference in New Issue
Block a user