aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-07-11 01:35:54 +0000
committerAndrew Cagney <cagney@redhat.com>2003-07-11 01:35:54 +0000
commitae99b39843aa37ee127e04f4d98343c52349d49f (patch)
tree21a02e9d17c569d99f8f6f5d9c5622ced00e50cd /gdb/ChangeLog
parent82599cce24ca939fa3c3797c6d63891fa8f5c79b (diff)
downloadgdb-ae99b39843aa37ee127e04f4d98343c52349d49f.zip
gdb-ae99b39843aa37ee127e04f4d98343c52349d49f.tar.gz
gdb-ae99b39843aa37ee127e04f4d98343c52349d49f.tar.bz2
2003-07-10 Andrew Cagney <cagney@redhat.com>
* gdbarch.sh: When a variable, but not a function, compare against 0. Fix problem in previous patch. * gdbarch.c: Re-generate.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 9f84f71..af1c34a 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,11 @@
2003-07-10 Andrew Cagney <cagney@redhat.com>
+ * gdbarch.sh: When a variable, but not a function, compare against
+ 0. Fix problem in previous patch.
+ * gdbarch.c: Re-generate.
+
+2003-07-10 Andrew Cagney <cagney@redhat.com>
+
* gdbarch.sh: Use gdb_assert instead of internal_error. Compare
functions against NULL, not 0.
* gdbarch.c: Re-generate.