From 54d4efe3df5af1162c8057cff92a14e9fa3c126c Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sun, 5 Jan 2003 03:04:10 +0000 Subject: [PATCH] * ld/pe-dll.c (autofilter_symbollist): Add cygwin_crt0. --- ld/ChangeLog | 4 ++++ ld/pe-dll.c | 1 + 2 files changed, 5 insertions(+) diff --git a/ld/ChangeLog b/ld/ChangeLog index 6254e8056a..2b70a2421a 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2003-01-03 Charles Wilson + + * ld/pe-dll.c (autofilter_symbollist): Add cygwin_crt0. + 2003-01-04 Daniel Jacobowitz * Makefile.am (ldmain.o): Pass BINDIR. diff --git a/ld/pe-dll.c b/ld/pe-dll.c index cac0dbec87..f8c1419409 100644 --- a/ld/pe-dll.c +++ b/ld/pe-dll.c @@ -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 } }; -- 2.34.1