diff options
author | Nick Clifton <nickc@redhat.com> | 2006-06-23 11:20:15 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2006-06-23 11:20:15 +0000 |
commit | 5b8273bf5f8df794ca5cf470a6b47388056a3eda (patch) | |
tree | bb954ac916294ff0abf1b505520251fdb5966af6 /ld/ChangeLog | |
parent | 8b42747f2ae6d6297b55742828631f714e3bbb29 (diff) | |
download | gdb-5b8273bf5f8df794ca5cf470a6b47388056a3eda.zip gdb-5b8273bf5f8df794ca5cf470a6b47388056a3eda.tar.gz gdb-5b8273bf5f8df794ca5cf470a6b47388056a3eda.tar.bz2 |
* pe-dll.c (pe_details_type): Add new pointer for symbols list autofilter.
(autofilter_symbollist): Split into autofilter_symbollist_generic and
autofilter_symbollist_i386.
(pe_detail_list): Add autofilter_symbollist_i386 to i386 case and
autofilter_symbollist_generic for all the others.
(autofilter_symbolprefixlist): Moved _fmode, _impure_ptr, cygwin_attach_dll,
cygwin_premain0, cygwin_premain1, cygwin_premain2, cygwin_premain3,
environ, into autofilter_symbollist_i386.
(auto_export): Get autofilter_symbollist from pe_details.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index ae6b0ea..70a35e0 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,16 @@ +2006-06-23 Pedro Alves <pedro_alves@portugalmail.pt> + + * pe-dll.c (pe_details_type): Add new pointer for symbols list + autofilter. + (autofilter_symbollist): Split into autofilter_symbollist_generic + and autofilter_symbollist_i386. + (pe_detail_list): Add autofilter_symbollist_i386 to i386 case and + autofilter_symbollist_generic for all the others. + (autofilter_symbolprefixlist): Moved _fmode, _impure_ptr, cygwin_attach_dll, + cygwin_premain0, cygwin_premain1, cygwin_premain2, cygwin_premain3, environ, + into autofilter_symbollist_i386. + (auto_export): Get autofilter_symbollist from pe_details. + 2006-06-22 Nick Clifton <nickc@redhat.com> PR ld/2757 |