diff options
Diffstat (limited to 'gdb/remote-bug.c')
-rw-r--r-- | gdb/remote-bug.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/remote-bug.c b/gdb/remote-bug.c index 43c4cd3..af447a4 100644 --- a/gdb/remote-bug.c +++ b/gdb/remote-bug.c @@ -39,7 +39,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ extern int stop_soon_quietly; /* for wait_for_inferior */ /* Forward data declarations */ -static struct target_ops bug_ops; /* Forward declaration */ +extern struct target_ops bug_ops; /* Forward declaration */ /* Forward function declarations */ static void bug_fetch_registers (); @@ -1436,7 +1436,7 @@ bug_speed (s) } #endif /* 0 */ -static struct target_ops bug_ops = +struct target_ops bug_ops = { "bug", "Remote BUG monitor", "Use the mvme187 board running the BUG monitor connected\n\ |