mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 10:35:12 +08:00
Add libcygwin to the lib autofiler list
This commit is contained in:
parent
93e49a47a2
commit
602d6c6fd4
@ -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.
|
||||
|
@ -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 },
|
||||
|
Loading…
Reference in New Issue
Block a user