diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-03-09 23:24:31 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-03-09 23:24:31 +0000 |
commit | cdc7029d493894306823754fead9f586ab8b0eb6 (patch) | |
tree | 8d6824aee87ef642909275a43b6ee9dcbfab439e /gdb/remote-es.c | |
parent | 9fdf266ccc138d935455a575c69e4ccebe34ded8 (diff) | |
download | gdb-cdc7029d493894306823754fead9f586ab8b0eb6.zip gdb-cdc7029d493894306823754fead9f586ab8b0eb6.tar.gz gdb-cdc7029d493894306823754fead9f586ab8b0eb6.tar.bz2 |
* remote-es.c (es1800_child_ops): Don't declare it static.
Diffstat (limited to 'gdb/remote-es.c')
-rw-r--r-- | gdb/remote-es.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/remote-es.c b/gdb/remote-es.c index 0da26ac..8d7ac35 100644 --- a/gdb/remote-es.c +++ b/gdb/remote-es.c @@ -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 */ |