From: DJ Delorie Date: Thu, 11 Oct 2001 17:16:58 +0000 (+0000) Subject: * pe-dll.c (autofilter_entry_type autofilter_liblist: Add X-Git-Tag: cygnus_cvs_20020108_pre~1083 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5b784096c949b3916b91aed1bd46d8c353508aa5;p=external%2Fbinutils.git * pe-dll.c (autofilter_entry_type autofilter_liblist: Add startup files for mingw32 dlls to list. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 02f6b74..d0f1a42 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2001-10-11 Danny Smith + + * pe-dll.c (autofilter_entry_type autofilter_liblist: Add + startup files for mingw32 dlls to list. + 2001-10-10 Chris Demetriou * emultempl/elf32.em: Fix shell 'if' usage for portability. diff --git a/ld/pe-dll.c b/ld/pe-dll.c index 17b3f06..d635f13 100644 --- a/ld/pe-dll.c +++ b/ld/pe-dll.c @@ -239,6 +239,8 @@ static autofilter_entry_type autofilter_objlist[] = { "crt0.o", 6 }, { "crt1.o", 6 }, { "crt2.o", 6 }, + { "dllcrt1.o", 9 }, + { "dllcrt2.o", 9 }, { NULL, 0 } };