diff options
author | Alan Modra <amodra@gmail.com> | 2003-11-04 23:36:21 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2003-11-04 23:36:21 +0000 |
commit | 4b83d615119c447dce017891fbb633e12fe9fd6c (patch) | |
tree | 565b24510c01f56e26082324124dcd6f0f0d7d88 /ld/ChangeLog | |
parent | 5f5c1f759df60c2b648d402ae6860bd2efe04945 (diff) | |
download | gdb-4b83d615119c447dce017891fbb633e12fe9fd6c.zip gdb-4b83d615119c447dce017891fbb633e12fe9fd6c.tar.gz gdb-4b83d615119c447dce017891fbb633e12fe9fd6c.tar.bz2 |
* emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Only do
pe_dll_extra_pe_debug stuff when DLL_SUPPORT defined.
(pr_sym): Move inside #ifdef DLL_SUPPORT.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 10ac41c..b7c97ba 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,9 @@ 2003-11-05 Alan Modra <amodra@bigpond.net.au> + * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Only do + pe_dll_extra_pe_debug stuff when DLL_SUPPORT defined. + (pr_sym): Move inside #ifdef DLL_SUPPORT. + * emultempl/ppc64elf.em (gld${EMULATION_NAME}_new_vers_pattern): Zap unused variable. |