From ae87844d7b1bab4184590aa40fcf6b4ff59cdf75 Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Wed, 11 Aug 1993 23:12:02 +0000 Subject: * remote-{monitor,bug}.c: Make bug_ops not static (forward declaration of statics doesn't work with SunOS4 /bin/cc). Rename the occurrence in remote-monitor.c to monitor_bug_ops. --- gdb/remote-bug.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gdb/remote-bug.c') 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\ -- cgit v1.1