diff options
Diffstat (limited to 'ld/pe-dll.c')
-rw-r--r-- | ld/pe-dll.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 } }; |