summaryrefslogtreecommitdiff
path: root/ld/pe-dll.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-07-17 15:47:49 +0000
committerNick Clifton <nickc@redhat.com>2003-07-17 15:47:49 +0000
commit8d07d9b9327f5eab64c6818b688fe41b314fa688 (patch)
tree04bd31e3c59b6e8df137011a8baaaf6583b3e70e /ld/pe-dll.c
parentcc85c247fcb380fb47c2732847c8023e511a48e8 (diff)
downloadbinutils-redhat-8d07d9b9327f5eab64c6818b688fe41b314fa688.tar.gz
Add libcygwin to the lib autofiler list
Diffstat (limited to 'ld/pe-dll.c')
-rw-r--r--ld/pe-dll.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/pe-dll.c b/ld/pe-dll.c
index d693e303d6..92cd64bf2f 100644
--- 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 },