projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f76feba
)
Remove spurious prototype.
author
Nick Clifton
<nickc@redhat.com>
Mon, 24 Sep 2001 21:13:48 +0000
(21:13 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Mon, 24 Sep 2001 21:13:48 +0000
(21:13 +0000)
ld/ChangeLog
patch
|
blob
|
history
ld/pe-dll.c
patch
|
blob
|
history
diff --git
a/ld/ChangeLog
b/ld/ChangeLog
index fa617c08b7f321aec96ba68d317ef9639b7b5592..a9899f78dc5e0847129266d0e18bf26a91bc5485 100644
(file)
--- 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 7c6dddb87fb6c8037828af13d1fa4648331b2cee..3bce4da0e858710a75291b5bde7a1cbf889d230d 100644
(file)
--- 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;