aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2001-10-11 17:16:58 +0000
committerDJ Delorie <dj@redhat.com>2001-10-11 17:16:58 +0000
commit5b784096c949b3916b91aed1bd46d8c353508aa5 (patch)
tree533278d781ebed9215251b9fe1b8e947f9ea7663 /ld
parent3b37fd66739329ee8493b9c2abb494757802316e (diff)
downloadfsf-binutils-gdb-5b784096c949b3916b91aed1bd46d8c353508aa5.zip
fsf-binutils-gdb-5b784096c949b3916b91aed1bd46d8c353508aa5.tar.gz
fsf-binutils-gdb-5b784096c949b3916b91aed1bd46d8c353508aa5.tar.bz2
* pe-dll.c (autofilter_entry_type autofilter_liblist: Add
startup files for mingw32 dlls to list.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog5
-rw-r--r--ld/pe-dll.c2
2 files changed, 7 insertions, 0 deletions
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 <danny_r_smith_2001@yahoo.co.nz>
+
+ * pe-dll.c (autofilter_entry_type autofilter_liblist: Add
+ startup files for mingw32 dlls to list.
+
2001-10-10 Chris Demetriou <cgd@broadcom.com>
* 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 }
};