projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b37fd6
)
* pe-dll.c (autofilter_entry_type autofilter_liblist: Add
author
DJ Delorie
<dj@redhat.com>
Thu, 11 Oct 2001 17:16:58 +0000
(17:16 +0000)
committer
DJ Delorie
<dj@redhat.com>
Thu, 11 Oct 2001 17:16:58 +0000
(17:16 +0000)
startup files for mingw32 dlls to list.
ld/ChangeLog
patch
|
blob
|
history
ld/pe-dll.c
patch
|
blob
|
history
diff --git
a/ld/ChangeLog
b/ld/ChangeLog
index 02f6b74c559df6c0921dbe9192496c48c21c19df..d0f1a421cb14f44ac36ecaecd3f0f0c4171459b0 100644
(file)
--- 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 17b3f06d9e94c0466f43a3262f0c5dd13c3b1d60..d635f132b7bf56043c3b1ca0fc982d3ad9cbbe7b 100644
(file)
--- 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 }
};