* ld/pe-dll.c (autofilter_symbollist): Add cygwin_crt0.
authorChristopher Faylor <me+cygwin@cgf.cx>
Sun, 5 Jan 2003 03:04:10 +0000 (03:04 +0000)
committerChristopher Faylor <me+cygwin@cgf.cx>
Sun, 5 Jan 2003 03:04:10 +0000 (03:04 +0000)
ld/ChangeLog
ld/pe-dll.c

index 6254e80..2b70a24 100644 (file)
@@ -1,3 +1,7 @@
+2003-01-03  Charles Wilson  <cwilson@ece.gatech.edu>
+
+       * ld/pe-dll.c (autofilter_symbollist): Add cygwin_crt0.
+
 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
 
        * Makefile.am (ldmain.o): Pass BINDIR.
index cac0dbe..f8c1419 100644 (file)
@@ -225,6 +225,7 @@ static autofilter_entry_type autofilter_symbollist[] =
   { "impure_ptr", 10 },
   { "_pei386_runtime_relocator", 25 },
   { "do_pseudo_reloc", 15 },
+  { "cygwin_crt0", 11 },
   { NULL, 0 }
 };