aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/frv/tm-frv.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/config/frv/tm-frv.h')
-rw-r--r--gdb/config/frv/tm-frv.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/config/frv/tm-frv.h b/gdb/config/frv/tm-frv.h
index 3d032d3..b8f677d 100644
--- a/gdb/config/frv/tm-frv.h
+++ b/gdb/config/frv/tm-frv.h
@@ -20,8 +20,6 @@
/* This target uses an architecture vector for most architecture methods. */
-#define TARGET_HAS_HARDWARE_WATCHPOINTS
-
#define TARGET_CAN_USE_HARDWARE_WATCHPOINT(type, cnt, ot) \
frv_check_watch_resources (type, cnt, ot)
extern int frv_check_watch_resources (int type, int cnt, int ot);