diff options
author | Stan Shebs <shebs@codesourcery.com> | 1995-06-15 22:10:27 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1995-06-15 22:10:27 +0000 |
commit | e33c359dcbac4cc48ee4e9facde3bd02ae29905c (patch) | |
tree | 09505dd23288664ef889f1aacb9b4500ec5c8d51 /gdb/remote-hms.c | |
parent | e0151f38e1579b8f043603060c2ff0f84846652c (diff) | |
download | gdb-e33c359dcbac4cc48ee4e9facde3bd02ae29905c.zip gdb-e33c359dcbac4cc48ee4e9facde3bd02ae29905c.tar.gz gdb-e33c359dcbac4cc48ee4e9facde3bd02ae29905c.tar.bz2 |
* array-rom.c: Remove, no longer used.
* remote-hms.c (hms_open): Make static.
* mpw-config.in (MacSerial.h): Copy from version in {CIncludes},
not {MPW}Interfaces:CIncludes.
* ser-mac.c (mac_baud_rate_table): Fix value for 38400 baud.
Diffstat (limited to 'gdb/remote-hms.c')
-rw-r--r-- | gdb/remote-hms.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gdb/remote-hms.c b/gdb/remote-hms.c index 216e35e..5ec9fef 100644 --- a/gdb/remote-hms.c +++ b/gdb/remote-hms.c @@ -139,7 +139,7 @@ static struct monitor_ops hms_cmds = MONITOR_OPS_MAGIC /* magic */ }; -void +static void hms_open (args, from_tty) char *args; int from_tty; @@ -147,8 +147,8 @@ hms_open (args, from_tty) monitor_open (args, &hms_cmds, from_tty); } - int write_dos_tick_delay; + void _initialize_remote_hms () { @@ -165,7 +165,6 @@ Specify the serial device it is connected to (e.g. /dev/ttya)."; } - #if 0 /* This is kept here because we used to support the H8/500 in this module, and I haven't done the H8/500 yet */ |