diff options
Diffstat (limited to 'ld/pe-dll.c')
-rw-r--r-- | ld/pe-dll.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld/pe-dll.c b/ld/pe-dll.c index 3825426..af0cd51 100644 --- a/ld/pe-dll.c +++ b/ld/pe-dll.c @@ -231,9 +231,11 @@ static autofilter_entry_type autofilter_liblist[] = { "libgcc", 6 }, { "libstdc++", 9 }, { "libmingw32", 10 }, + { "libmingwex", 10 }, { "libg2c", 6 }, { "libsupc++", 9 }, { "libobjc", 7 }, + { "libgcj", 6 }, { NULL, 0 } }; |