aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-09-24 21:13:48 +0000
committerNick Clifton <nickc@redhat.com>2001-09-24 21:13:48 +0000
commit9cc16c3a6bc44ffbf043930c8a1f54bb70700c20 (patch)
treefd35d400049aadf09b58a7c168f9145e1b8bc6d7 /ld
parentf76febae84836e027f5638da63871a9d136da166 (diff)
downloadfsf-binutils-gdb-9cc16c3a6bc44ffbf043930c8a1f54bb70700c20.zip
fsf-binutils-gdb-9cc16c3a6bc44ffbf043930c8a1f54bb70700c20.tar.gz
fsf-binutils-gdb-9cc16c3a6bc44ffbf043930c8a1f54bb70700c20.tar.bz2
Remove spurious prototype.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/pe-dll.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index fa617c0..a9899f7 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -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>
* ld.texinfo(enable-auto-import): Clarify the explanation.
diff --git a/ld/pe-dll.c b/ld/pe-dll.c
index 7c6dddb..3bce4da 100644
--- a/ld/pe-dll.c
+++ b/ld/pe-dll.c
@@ -123,10 +123,6 @@
static void
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. */
def_file * pe_def_file = 0;