diff options
Diffstat (limited to 'ld/pe-dll.c')
-rw-r--r-- | ld/pe-dll.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 }, |