mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 12:22:20 +08:00
* pe-dll.c (autofilter_entry_type autofilter_liblist: Add
startup files for mingw32 dlls to list.
This commit is contained in:
@ -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>
|
2001-10-10 Chris Demetriou <cgd@broadcom.com>
|
||||||
|
|
||||||
* emultempl/elf32.em: Fix shell 'if' usage for portability.
|
* emultempl/elf32.em: Fix shell 'if' usage for portability.
|
||||||
|
@ -239,6 +239,8 @@ static autofilter_entry_type autofilter_objlist[] =
|
|||||||
{ "crt0.o", 6 },
|
{ "crt0.o", 6 },
|
||||||
{ "crt1.o", 6 },
|
{ "crt1.o", 6 },
|
||||||
{ "crt2.o", 6 },
|
{ "crt2.o", 6 },
|
||||||
|
{ "dllcrt1.o", 9 },
|
||||||
|
{ "dllcrt2.o", 9 },
|
||||||
{ NULL, 0 }
|
{ NULL, 0 }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user