aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/i386
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/i386
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/i386')
-rw-r--r--gdb/config/i386/nm-i386.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/config/i386/nm-i386.h b/gdb/config/i386/nm-i386.h
index 88eacc8..2692cae 100644
--- a/gdb/config/i386/nm-i386.h
+++ b/gdb/config/i386/nm-i386.h
@@ -26,10 +26,6 @@
/* Targets should define this to use the generic x86 watchpoint support. */
#ifdef I386_USE_GENERIC_WATCHPOINTS
-#ifndef TARGET_HAS_HARDWARE_WATCHPOINTS
-#define TARGET_HAS_HARDWARE_WATCHPOINTS
-#endif
-
/* Clear the reference counts and forget everything we knew about DRi. */
extern void i386_cleanup_dregs (void);