diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-09-13 14:06:04 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-09-13 14:06:04 +0000 |
commit | ee31a58d74a66007e42ec12d07f6688884c9fce3 (patch) | |
tree | 54abb635f3f7228e6f0cebf5f38dfa7796c9330c /gdb/config/ia64 | |
parent | 94ea025abda2c91f5e53b7e949ac3628ba2081cd (diff) | |
download | gdb-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/ia64')
-rw-r--r-- | gdb/config/ia64/nm-linux.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/config/ia64/nm-linux.h b/gdb/config/ia64/nm-linux.h index 7e91726..1a5539a 100644 --- a/gdb/config/ia64/nm-linux.h +++ b/gdb/config/ia64/nm-linux.h @@ -45,8 +45,6 @@ extern int ia64_cannot_store_register (int regno); /* Hardware watchpoints */ -#define TARGET_HAS_HARDWARE_WATCHPOINTS - #define TARGET_CAN_USE_HARDWARE_WATCHPOINT(type, cnt, ot) 1 /* The IA-64 architecture can step over a watch point (without triggering |