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:
93e49a4
)
Add libcygwin to the lib autofiler list
author
Nick Clifton
<nickc@redhat.com>
Thu, 17 Jul 2003 15:47:49 +0000
(15:47 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Thu, 17 Jul 2003 15:47:49 +0000
(15:47 +0000)
ld/ChangeLog
patch
|
blob
|
history
ld/pe-dll.c
patch
|
blob
|
history
diff --git
a/ld/ChangeLog
b/ld/ChangeLog
index d38422e63f3da714a325faa2845d61fd0e21a667..34c8f302fe343a35f82b08a414e6c05490bc1903 100644
(file)
--- a/
ld/ChangeLog
+++ b/
ld/ChangeLog
@@
-1,3
+1,7
@@
+2003-07-17 Charles Wilson <cwilson@ece.gatech.edu>
+
+ * ld/pe-dll.c: Add libcygwin to autofilter_liblist[]
+
2003-07-17 Nick Clifton <nickc@redhat.com>
* po/es.po: New Spanish translation.
diff --git
a/ld/pe-dll.c
b/ld/pe-dll.c
index d693e303d6362378f079a733494dd0a5eb7edd21..92cd64bf2f61f7b636de0f9c9b8f853eade46a91 100644
(file)
--- a/
ld/pe-dll.c
+++ b/
ld/pe-dll.c
@@
-231,6
+231,7
@@
static autofilter_entry_type autofilter_symbollist[] =
/* Do not specify library suffix explicitly, to allow for dllized versions. */
static autofilter_entry_type autofilter_liblist[] =
{
+ { "libcygwin", 9 },
{ "libgcc", 6 },
{ "libstdc++", 9 },
{ "libmingw32", 10 },