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:
949fae0
)
typo
author
DJ Delorie
<dj@redhat.com>
Tue, 17 Nov 1998 03:32:36 +0000
(
03:32
+0000)
committer
DJ Delorie
<dj@redhat.com>
Tue, 17 Nov 1998 03:32:36 +0000
(
03:32
+0000)
ld/pe-dll.c
patch
|
blob
|
history
diff --git
a/ld/pe-dll.c
b/ld/pe-dll.c
index fddf42fed68c48cfcfa3310d0d22558b7395182f..0fc2c85bf9e4ae5618703df3f1f276362d5d1b0b 100644
(file)
--- a/
ld/pe-dll.c
+++ b/
ld/pe-dll.c
@@
-1351,6
+1351,7
@@
pe_dll_generate_implib (def, impfilename)
head = n;
}
+#if BFD_OPEN_OLDWAY
unlink ("dh.o");
unlink ("dt.o");
for (i=0; i<tmp_seq; i++)
@@
-1359,6
+1360,7
@@
pe_dll_generate_implib (def, impfilename)
sprintf (buf, "ds%d.o", i);
unlink (buf);
}
+#endif
}
/************************************************************************