Add libcygwin to the lib autofiler list

This commit is contained in:
Nick Clifton 2003-07-17 15:47:49 +00:00
parent 93e49a47a2
commit 602d6c6fd4
2 changed files with 5 additions and 0 deletions

View File

@ -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.

View File

@ -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 },