From: Christopher Faylor Date: Mon, 11 Nov 2002 21:16:28 +0000 (+0000) Subject: * pe-dll.c (autofilter_liblist): add libmingwex and libgcj to the list of X-Git-Tag: cagney-unwind-20030108-branchpoint~810 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9e8d33e774b3ee5cdefb1975d628688912dd82e7;p=thirdparty%2Fbinutils-gdb.git * pe-dll.c (autofilter_liblist): add libmingwex and libgcj to the list of restricted auto-export libs. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 2d1bf5f8e95..20ba2c85f0b 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2002-11-11 Charles Wilson + + * pe-dll.c (autofilter_liblist): add libmingwex and libgcj to the list + of restricted auto-export libs. + 2002-11-11 Charles Wilson * pe-dll.c (autofilter_liblist): Generalize library names to catch more diff --git a/ld/pe-dll.c b/ld/pe-dll.c index 38254268e22..af0cd51a8b9 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 } };