aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-08-07 22:35:03 +0000
committerAndrew Cagney <cagney@redhat.com>2003-08-07 22:35:03 +0000
commit98b3ab7391f408c32fb57d3c552607f92583e2bf (patch)
tree93b61d3c9b5d24979cd8ca4500fc966285673f28 /gdb/ChangeLog
parent240f98d34241670bb28243b365414be3d299dbd7 (diff)
downloadgdb-98b3ab7391f408c32fb57d3c552607f92583e2bf.zip
gdb-98b3ab7391f408c32fb57d3c552607f92583e2bf.tar.gz
gdb-98b3ab7391f408c32fb57d3c552607f92583e2bf.tar.bz2
2003-08-07 Andrew Cagney <cagney@redhat.com>
* language.c (op_error): Delete function. (binop_type_check): Delete function. * language.h (type_op_error, range_op_error): Delete macros. (op_error): Delete declaration.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 4936559..f18e73b 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,12 @@
2003-08-07 Andrew Cagney <cagney@redhat.com>
+ * language.c (op_error): Delete function.
+ (binop_type_check): Delete function.
+ * language.h (type_op_error, range_op_error): Delete macros.
+ (op_error): Delete declaration.
+
+2003-08-07 Andrew Cagney <cagney@redhat.com>
+
* interps.h (INTERP_MI2, INTERP_MI3): Define.
2003-08-07 Michal Ludvig <mludvig@suse.cz>