* config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
authorDaniel Jacobowitz <drow@false.org>
Fri, 18 Oct 2002 19:34:39 +0000 (19:34 +0000)
committerDaniel Jacobowitz <drow@false.org>
Fri, 18 Oct 2002 19:34:39 +0000 (19:34 +0000)
        * 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.

gdb/ChangeLog
gdb/config/alpha/nm-fbsd.h
gdb/config/alpha/nm-linux.h
gdb/config/alpha/nm-nbsd.h
gdb/config/alpha/nm-osf.h

index 792c17baad3023c20ed8068cce7728fada5aaf4f..e2503e5a499312a61833f6c673b2e24133e0226a 100644 (file)
@@ -1,3 +1,10 @@
+2002-10-18  Daniel Jacobowitz  <drow@mvista.com>
+
+       * 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.
+
 2002-10-09  David Carlton  <carlton@math.stanford.edu>
 
        * symfile.h: Add opaque declaration for struct obstack.
index f3fb129997ca00d53ce4af2db928136139473156..9e727091869d118b23bda6850ffb94a661afb194 100644 (file)
@@ -32,7 +32,7 @@
 #define ATTACH_DETACH
 
 /* The Alpha does not step over a breakpoint.  */
-#define CANNOT_STEP_BREAKPOINT
+#define CANNOT_STEP_BREAKPOINT 1
 \f
 
 /* Shared library support.  */
index 990ccb45d9776d0aa6f5baf94b4e42704410adf0..fed32e7930be311ae28e79cdf21fab83a8d05cf5 100644 (file)
@@ -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.  */
index caf1c237cfb999aea0abeeb28069e56a7c18ec24..10fab6ec3b066760db0f2d1eef775cac9ebfb172 100644 (file)
@@ -26,6 +26,6 @@
 #include "config/nm-nbsd.h"
 
 /* The Alpha does not step over a breakpoint.  */
-#define CANNOT_STEP_BREAKPOINT
+#define CANNOT_STEP_BREAKPOINT 1
 
 #endif /* NM_NBSD_H */
index 20b5ae4a39a4212d00e1d2ab044a50295017d18a..73006fe5bdd0a67b95d3c87523473263fa63a28b 100644 (file)
@@ -32,7 +32,7 @@
 
 /* The alpha does not step over a breakpoint, the manpage is lying again.  */
 
-#define CANNOT_STEP_BREAKPOINT
+#define CANNOT_STEP_BREAKPOINT 1
 
 /* Support for shared libraries.  */
 
This page took 0.03192 seconds and 4 git commands to generate.