aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/s390
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-09-13 14:06:04 +0000
committerAndrew Cagney <cagney@redhat.com>2004-09-13 14:06:04 +0000
commitee31a58d74a66007e42ec12d07f6688884c9fce3 (patch)
tree54abb635f3f7228e6f0cebf5f38dfa7796c9330c /gdb/config/s390
parent94ea025abda2c91f5e53b7e949ac3628ba2081cd (diff)
downloadgdb-ee31a58d74a66007e42ec12d07f6688884c9fce3.zip
gdb-ee31a58d74a66007e42ec12d07f6688884c9fce3.tar.gz
gdb-ee31a58d74a66007e42ec12d07f6688884c9fce3.tar.bz2
2004-09-13 Andrew Cagney <cagney@gnu.org>
* config/i386/nm-i386.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete. * config/s390/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete. * config/pa/nm-hppah.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete. * config/ia64/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete. * config/frv/tm-frv.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete. * mips-tdep.c (mips_dump_tdep): Do not print same.
Diffstat (limited to 'gdb/config/s390')
-rw-r--r--gdb/config/s390/nm-linux.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/config/s390/nm-linux.h b/gdb/config/s390/nm-linux.h
index 955110c..bf283ce 100644
--- a/gdb/config/s390/nm-linux.h
+++ b/gdb/config/s390/nm-linux.h
@@ -45,7 +45,6 @@ extern int s390_stopped_by_watchpoint (void);
extern int s390_insert_watchpoint (CORE_ADDR addr, int len);
extern int s390_remove_watchpoint (CORE_ADDR addr, int len);
-#define TARGET_HAS_HARDWARE_WATCHPOINTS
#define TARGET_CAN_USE_HARDWARE_WATCHPOINT(type, cnt, ot) 1
#define TARGET_REGION_OK_FOR_HW_WATCHPOINT(addr, len) 1
#define HAVE_CONTINUABLE_WATCHPOINT 1