* pe-dll.c (autofilter_liblist): add libmingwex and libgcj to the list of
authorChristopher Faylor <me+cygwin@cgf.cx>
Mon, 11 Nov 2002 21:16:28 +0000 (21:16 +0000)
committerChristopher Faylor <me+cygwin@cgf.cx>
Mon, 11 Nov 2002 21:16:28 +0000 (21:16 +0000)
restricted auto-export libs.

ld/ChangeLog
ld/pe-dll.c

index 2d1bf5f8e95a5b138ae4c3cd97d126cd5915bb8d..20ba2c85f0bcebf1e96f2c5eea1918efa08abbbb 100644 (file)
@@ -1,3 +1,8 @@
+2002-11-11  Charles Wilson  <cwilson@ece.gatech.edu>
+
+       * pe-dll.c (autofilter_liblist): add libmingwex and libgcj to the list
+       of restricted auto-export libs.
+
 2002-11-11  Charles Wilson  <cwilson@ece.gatech.edu>
 
        * pe-dll.c (autofilter_liblist): Generalize library names to catch more
index 38254268e226316dd02ab7e5c1973297bf79d938..af0cd51a8b9cb9ae9eb3abb5afe8746fbb23dbaf 100644 (file)
@@ -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 }
 };
 
This page took 0.029269 seconds and 4 git commands to generate.