aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-10-13 20:16:03 +0000
committerNick Clifton <nickc@redhat.com>2000-10-13 20:16:03 +0000
commitb9a6918857531f9d3f41befcadc08929617b38de (patch)
tree4664c1e9db0832f08402daed69c3883a183ebfc8 /ld/ChangeLog
parente9110f4f31d4034296f20fab2bbad0f63a4b312e (diff)
downloadgdb-b9a6918857531f9d3f41befcadc08929617b38de.zip
gdb-b9a6918857531f9d3f41befcadc08929617b38de.tar.gz
gdb-b9a6918857531f9d3f41befcadc08929617b38de.tar.bz2
Add #ifdef DLL_SUPPORT around use of pe_dll_search_prefix.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 709a302..56b86db 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,10 @@
+2000-10-13 Nick Clifton <nickc@redhat.com>
+
+ * emultempl/pe.em (_after_open): Delete 'is2' and 'nsyms'
+ local variables - they are not used.
+ (_open_dynamic_archive): Add #ifdef DLL_SUPPORT around use of
+ pe_dll_search_prefix.
+
2000-10-12 Charles Wilson <cwilson@ece.gatech.edu>
* emultempl/pe.em (pe_dll_search_prefix): New variable,