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 | 4e00b77c699813ff53655010b98ef7c558cb3f8a (patch) | |
tree | 53c1d5a8ea4f8e17c53c2c9048eabcc24d90b8ed /gdb/config/ia64 | |
parent | 496997bc6050f9cb2d904551f9451ac35d1a1030 (diff) | |
download | gdb-4e00b77c699813ff53655010b98ef7c558cb3f8a.tar.gz |
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 7e9172657ea..1a5539a8fdf 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 |