diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2008-07-09 03:18:15 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@users.sourceforge.net> | 2008-07-09 03:18:15 +0000 |
commit | b92216aa3b2831722ab2c32908ccb7090fae380b (patch) | |
tree | 128ac042fc9db711918e44a89938c1f6febec1cb /ld/ChangeLog | |
parent | 679823d92c81e3bdfcbe60414c5b8de9ccd77c48 (diff) | |
download | gdb-b92216aa3b2831722ab2c32908ccb7090fae380b.zip gdb-b92216aa3b2831722ab2c32908ccb7090fae380b.tar.gz gdb-b92216aa3b2831722ab2c32908ccb7090fae380b.tar.bz2 |
*pe-dll.c (autofilter_symbolprefixlist): Excude all symbols
starting with ".".
Exclude "_IMPORT_DESCRIPTOR_".
(autofilter_symbolsuffixlist): Exclude "_NULL_THUNK_DATA".
(autofilter_symbollist_generic): Don't check for ".text".
Exclude "_NULL_IMPORT_DESCRIPTOR".
(autofilter_symbollist_i386): Likewise.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 9a36205..8e6d62a 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,13 @@ +2008-07-09 Danny Smith <dannysmith@users.sourceforge.net> + + *pe-dll.c (autofilter_symbolprefixlist): Excude all symbols + starting with ".". + Exclude "_IMPORT_DESCRIPTOR_". + (autofilter_symbolsuffixlist): Exclude "_NULL_THUNK_DATA". + (autofilter_symbollist_generic): Don't check for ".text". + Exclude "_NULL_IMPORT_DESCRIPTOR". + (autofilter_symbollist_i386): Likewise. + 2008-07-07 Alan Modra <amodra@bigpond.net.au> * emultempl/armelf.em (elf32_arm_add_stub_section): Use |