aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/alpha/nm-linux.h
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2002-10-18 19:34:39 +0000
committerDaniel Jacobowitz <drow@false.org>2002-10-18 19:34:39 +0000
commit6e8d29a92c4a8953865ec0b007e4eb1b149cdffa (patch)
tree2ad83edca3817f91964911f28c7994fb30b10a2d /gdb/config/alpha/nm-linux.h
parent5e2fe5b8f8a83ad7c4c79d4cdc1712f3678cde7c (diff)
downloadgdb-6e8d29a92c4a8953865ec0b007e4eb1b149cdffa.zip
gdb-6e8d29a92c4a8953865ec0b007e4eb1b149cdffa.tar.gz
gdb-6e8d29a92c4a8953865ec0b007e4eb1b149cdffa.tar.bz2
* config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
* config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1. * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1. * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
Diffstat (limited to 'gdb/config/alpha/nm-linux.h')
-rw-r--r--gdb/config/alpha/nm-linux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/alpha/nm-linux.h b/gdb/config/alpha/nm-linux.h
index 990ccb4..fed32e7 100644
--- a/gdb/config/alpha/nm-linux.h
+++ b/gdb/config/alpha/nm-linux.h
@@ -39,7 +39,7 @@
/* The alpha does not step over a breakpoint, the manpage is lying again. */
-#define CANNOT_STEP_BREAKPOINT
+#define CANNOT_STEP_BREAKPOINT 1
/* Given a pointer to either a gregset_t or fpregset_t, return a
pointer to the first register. */