mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 05:00:01 +00:00
* pe-dll.c (autofilter_liblist): add libmingwex and libgcj to the list of
restricted auto-export libs.
This commit is contained in:
parent
75c2ea5b08
commit
9e8d33e774
@ -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
|
||||
|
@ -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 }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user