From 54d4efe3df5af1162c8057cff92a14e9fa3c126c Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sun, 5 Jan 2003 03:04:10 +0000 Subject: * ld/pe-dll.c (autofilter_symbollist): Add cygwin_crt0. --- ld/pe-dll.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ld/pe-dll.c') diff --git a/ld/pe-dll.c b/ld/pe-dll.c index cac0dbe..f8c1419 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 } }; -- cgit v1.1