* dlltool.c (do_default_excludes): Initialise to true.
authorDJ Delorie <dj@redhat.com>
Tue, 17 Apr 2001 23:28:38 +0000 (23:28 +0000)
committerDJ Delorie <dj@redhat.com>
Tue, 17 Apr 2001 23:28:38 +0000 (23:28 +0000)
binutils/ChangeLog
binutils/dlltool.c

index 4073d0b08a8695a4e69874f290271ba008c46dbd..3a000b95eb0e6d1b372963e2643650fa18bfb7f0 100644 (file)
@@ -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
index a92688c14f1691f0a8c0b58b622ad14a4932b11d..4295e0add1b725c1abca75a4490b7b2fc3478c03 100644 (file)
@@ -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";