Committed by Mark Kettenis <kettenis@gnu.org>.

* config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
Define.
This commit is contained in:
Mark Kettenis 2004-02-18 20:09:48 +00:00
parent 226361c452
commit 50cca7bbe8
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
Committed by Mark Kettenis <kettenis@gnu.org>.
* config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
Define.
2004-02-18 Andrew Cagney <cagney@redhat.com>
* configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,

View File

@ -47,6 +47,7 @@ extern int s390_remove_watchpoint (CORE_ADDR addr, int len);
#define TARGET_HAS_HARDWARE_WATCHPOINTS
#define TARGET_CAN_USE_HARDWARE_WATCHPOINT(type, cnt, ot) 1
#define TARGET_REGION_OK_FOR_HW_WATCHPOINT(addr, len) 1
#define HAVE_CONTINUABLE_WATCHPOINT 1
#define STOPPED_BY_WATCHPOINT(w) \