* remote-es.c (es1800_child_ops): Don't declare it static.
authorJim Kingdon <jkingdon@engr.sgi.com>
Wed, 9 Mar 1994 23:24:31 +0000 (23:24 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Wed, 9 Mar 1994 23:24:31 +0000 (23:24 +0000)
gdb/ChangeLog
gdb/remote-es.c

index 246ec179f965d8045385370c49b65a1ff829e70d..d4cf72e5eed1f9e471153ebb8927eac186cbf861 100644 (file)
@@ -1,3 +1,7 @@
+Wed Mar  9 15:23:19 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * remote-es.c (es1800_child_ops): Don't declare it static.
+
 Tue Mar  8 11:42:39 1994  Jim Kingdon  (kingdon@cygnus.com)
 
        * config/i386/tm-i386v4.h: Give just macro name, not args, to #undef.
index 0da26accc6a04908f77ce48cf620141aa7fe5d92..8d7ac35ebed476452d27c2e38861ed8883068121 100644 (file)
@@ -2042,7 +2042,7 @@ es1800_child_detach (args, from_tty)
 
 /* Define the target subroutine names  */
 
-static struct target_ops es1800_ops =
+struct target_ops es1800_ops =
 {
   "es1800",                    /* to_shortname */
                                /* to_longname */
@@ -2089,7 +2089,7 @@ Specify the serial device it is connected to (e.g. /dev/ttya).",
 
 /* Define the target subroutine names  */
 
-static struct target_ops es1800_child_ops =
+struct target_ops es1800_child_ops =
 {
   "es1800_process",            /* to_shortname */
                                /* to_longname */