* config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define.

This commit is contained in:
Mark Kettenis 2000-06-01 22:29:37 +00:00
parent d5cb3e0e0d
commit 1b3739704e
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2000-06-02 Mark Kettenis <kettenis@gnu.org>
* config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define.
2000-06-01 Michael Snyder <msnyder@seadog.cygnus.com>
* sol-thread.c (rw_common): Circumstances (eg. a bug in Sun's

View File

@ -29,6 +29,9 @@
/* We can attach and detach. */
#define ATTACH_DETACH
/* The Alpha does not step over a breakpoint. */
#define CANNOT_STEP_BREAKPOINT
/* Shared library support. */