aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-09-27 22:41:51 +0000
committerIan Lance Taylor <ian@airs.com>1994-09-27 22:41:51 +0000
commitaa61b923028aeb71e3b8df40fe7288f438b55844 (patch)
tree87873df9c1f7adc7db8478cda811ee8178dbe893 /ld
parent262c876349e7b12a4c8fbd6d283cd190e7970a24 (diff)
downloadgdb-aa61b923028aeb71e3b8df40fe7288f438b55844.zip
gdb-aa61b923028aeb71e3b8df40fe7288f438b55844.tar.gz
gdb-aa61b923028aeb71e3b8df40fe7288f438b55844.tar.bz2
* ldexp.c (fold_name): For DEFINED case, don't try to look up the
name in the hash table during the first phase--the hash table does not even exist at that point, much less have the right value. PR 5699.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index d9da83c..e7a3b6d 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,5 +1,9 @@
Tue Sep 27 14:56:20 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
+ * ldexp.c (fold_name): For DEFINED case, don't try to look up the
+ name in the hash table during the first phase--the hash table does
+ not even exist at that point, much less have the right value.
+
* Makefile.in (CC): Define.
(CXX): Move definition, change from g++ to gcc.
(EXPECT, RUNTEST): Copy definitions from top level Makefile.in.