aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/pa
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/pa
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/pa')
-rw-r--r--gdb/config/pa/nm-hppah.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/config/pa/nm-hppah.h b/gdb/config/pa/nm-hppah.h
index 5f37239..24d0256 100644
--- a/gdb/config/pa/nm-hppah.h
+++ b/gdb/config/pa/nm-hppah.h
@@ -98,8 +98,6 @@ extern int hppa_require_detach (int, int);
10.20 will at least link. However, the "can I use a fast watchpoint?"
query will always return "No" for 10.20. */
-#define TARGET_HAS_HARDWARE_WATCHPOINTS
-
/* The PA can watch any number of locations (generic routines already check
that all intermediates are in watchable memory locations). */
extern int hppa_can_use_hw_watchpoint (int type, int cnt, int ot);