* ld/pe-dll.c (autofilter_symbollist): Add cygwin_crt0.

This commit is contained in:
Christopher Faylor 2003-01-05 03:04:10 +00:00
parent 98b45e30a6
commit 54d4efe3df
2 changed files with 5 additions and 0 deletions

View 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.

View 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 }
};