* 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.
This commit is contained in:
Daniel Jacobowitz 2002-10-18 19:34:39 +00:00
parent 5e2fe5b8f8
commit 6e8d29a92c
5 changed files with 11 additions and 4 deletions

View 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.

View 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
/* Shared library support. */

View 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. */

View 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 */

View 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. */