aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKung Hsu <kung@cygnus>1994-06-21 23:10:25 +0000
committerKung Hsu <kung@cygnus>1994-06-21 23:10:25 +0000
commit416b47c64d9cf8cbfac2c3461456b466f5bb9298 (patch)
tree7b42f3c17cf366ce79b0576848acec4b1ec35646
parent605491337bd9e68814e100c0c7061388b7362d8c (diff)
downloadgdb-416b47c64d9cf8cbfac2c3461456b466f5bb9298.zip
gdb-416b47c64d9cf8cbfac2c3461456b466f5bb9298.tar.gz
gdb-416b47c64d9cf8cbfac2c3461456b466f5bb9298.tar.bz2
Modified Files:
ChangeLog * config/i386/nm-linux.h: change calling convention of TARGET_CAN_USE_HARDWARE_WATCHPOINT() and target_insert_watchpoint() and target_remove_watchpoint().
-rw-r--r--gdb/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index dac412e..c2fd42d 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,14 @@
+Tue Jun 21 14:06:46 1994 Kung Hsu (kung@mexican.cygnus.com)
+
+ * config/i386/nm-linux.h: change calling convention of
+ TARGET_CAN_USE_HARDWARE_WATCHPOINT() and
+ target_insert_watchpoint() and
+ target_remove_watchpoint().
+
+ * config/mips/tm-mips64.h: define FORCE_LONG_LONG to force LONGEST
+ to be long long in gdb.
+ * config/mips/tm-bigmips.h: ditto.
+
Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
* c-lang.c (asm_language_defn): New definitions for language_asm,