aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/i386/nm-i386sol2.h
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2003-08-10 13:49:33 +0000
committerMark Kettenis <kettenis@gnu.org>2003-08-10 13:49:33 +0000
commitc9b9de0b070e8f0beb4c082dd4d5bc909996aa2d (patch)
treea9e802b30263f3155d0b8849cd6b504577925955 /gdb/config/i386/nm-i386sol2.h
parent26604a3475bfc050d2bde39be82007de6d728678 (diff)
downloadfsf-binutils-gdb-c9b9de0b070e8f0beb4c082dd4d5bc909996aa2d.zip
fsf-binutils-gdb-c9b9de0b070e8f0beb4c082dd4d5bc909996aa2d.tar.gz
fsf-binutils-gdb-c9b9de0b070e8f0beb4c082dd4d5bc909996aa2d.tar.bz2
From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
* config/i386/nm-i386sol2.h (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
Diffstat (limited to 'gdb/config/i386/nm-i386sol2.h')
-rw-r--r--gdb/config/i386/nm-i386sol2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/config/i386/nm-i386sol2.h b/gdb/config/i386/nm-i386sol2.h
index aeb89a2..18afa04 100644
--- a/gdb/config/i386/nm-i386sol2.h
+++ b/gdb/config/i386/nm-i386sol2.h
@@ -28,6 +28,7 @@
can support "thousands" of hardware watchpoints, but gives no
method for finding out how many. So just tell GDB 'yes'. */
#define TARGET_CAN_USE_HARDWARE_WATCHPOINT(TYPE, CNT, OT) 1
+#define TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT(SIZE) 1
/* When a hardware watchpoint fires off the PC will be left at the
instruction following the one which caused the watchpoint.