aboutsummaryrefslogtreecommitdiff
path: root/ld
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
commit602d6c6fd45b796f28e72dc179ed6651b0bcbe77 (patch)
treeb8a8ace35c69dadcb71ec634131dd51ecfa0a035 /ld
parent93e49a47a2ced92ea83f21300fd50a21e0aa6ac9 (diff)
downloadbinutils-602d6c6fd45b796f28e72dc179ed6651b0bcbe77.zip
binutils-602d6c6fd45b796f28e72dc179ed6651b0bcbe77.tar.gz
binutils-602d6c6fd45b796f28e72dc179ed6651b0bcbe77.tar.bz2
Add libcygwin to the lib autofiler list
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/pe-dll.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index d38422e..34c8f30 100644
--- 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 d693e30..92cd64b 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 },