mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-22 09:04:58 +00:00
* dlltool.c (do_default_excludes): Initialise to true.
This commit is contained in:
parent
e89a47777f
commit
4bd3d87018
@ -1,3 +1,7 @@
|
||||
2001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* dlltool.c (do_default_excludes): Initialise to true.
|
||||
|
||||
2001-04-10 Alan Modra <amodra@one.net.au>
|
||||
|
||||
* MAINTAINERS: Update my email address
|
||||
|
@ -367,7 +367,7 @@ static boolean export_all_symbols;
|
||||
|
||||
/* True if we should exclude the symbols in DEFAULT_EXCLUDES when
|
||||
exporting all symbols. */
|
||||
static boolean do_default_excludes;
|
||||
static boolean do_default_excludes=true;
|
||||
|
||||
/* Default symbols to exclude when exporting all the symbols. */
|
||||
static const char *default_excludes = "DllMain@12,DllEntryPoint@0,impure_ptr";
|
||||
|
Loading…
x
Reference in New Issue
Block a user