From: Nick Clifton Date: Thu, 17 Jul 2003 15:47:49 +0000 (+0000) Subject: Add libcygwin to the lib autofiler list X-Git-Tag: ezannoni_pie-20030916-branchpoint~733 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=602d6c6fd45b796f28e72dc179ed6651b0bcbe77;p=thirdparty%2Fbinutils-gdb.git Add libcygwin to the lib autofiler list --- diff --git a/ld/ChangeLog b/ld/ChangeLog index d38422e63f3..34c8f302fe3 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2003-07-17 Charles Wilson + + * ld/pe-dll.c: Add libcygwin to autofilter_liblist[] + 2003-07-17 Nick Clifton * po/es.po: New Spanish translation. diff --git a/ld/pe-dll.c b/ld/pe-dll.c index d693e303d63..92cd64bf2f6 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 },