From 5cb231d6740a15727ca643ec1438bb175c833daf Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Sat, 2 Dec 2000 11:37:15 +0000 Subject: * ser-e7kpc.c (e7000pc_setstopbits): New function. (e7000pc_ops): Add e7000pc_setstopbits. * remote-e7000.c (e7000_detach, e7000_resume, e7000_xfer_inferior_memory, e7000_files_info, e7000_files_info, e7000_insert_breakpoint, e7000_remove_breakpoint, e7000_kill): Update function signature to match target vector. * h8300-tdep.c (h8300_command, h8300h_command, h8300s_command): h8500-tdep.c (small_command, big_command, medium_command, compact_command): Update function signature to match add_cmd. --- gdb/ser-e7kpc.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gdb/ser-e7kpc.c') diff --git a/gdb/ser-e7kpc.c b/gdb/ser-e7kpc.c index 726339dd252..9defa6e14e0 100644 --- a/gdb/ser-e7kpc.c +++ b/gdb/ser-e7kpc.c @@ -415,6 +415,12 @@ e7000pc_setbaudrate (serial_t scb, int rate) return 0; } +static int +e7000pc_setstopbits (serial_t scb, int rate) +{ + return 0; +} + static int e7000pc_write (serial_t scb, const char *str, int len) { @@ -445,6 +451,7 @@ static struct serial_ops e7000pc_ops = e7000pc_print_tty_state, e7000pc_noflush_set_tty_state, e7000pc_setbaudrate, + e7000pc_setstopbits, e7000pc_noop, /* wait for output to drain */ }; -- cgit v1.2.1