diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-01-29 19:07:02 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-01-29 19:07:02 +0000 |
commit | 3a479851ff70446bd7ef968ee5ffabc0aa61a73e (patch) | |
tree | a16ea2a0b4944dd81904758fbb249184e0ae3ca2 /gdb/ChangeLog | |
parent | a0b352c0981863e4b8da4467f47ba298a6ac67d7 (diff) | |
download | gdb-3a479851ff70446bd7ef968ee5ffabc0aa61a73e.zip gdb-3a479851ff70446bd7ef968ee5ffabc0aa61a73e.tar.gz gdb-3a479851ff70446bd7ef968ee5ffabc0aa61a73e.tar.bz2 |
* serial.h (SERIAL_SET_TTY_STATE): Comment return value.
* remote-es.c: Extensive changes to update to current conventions.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6bd31f9..b885102 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,7 @@ Sat Jan 29 07:44:59 1994 Jim Kingdon (kingdon@deneb.cygnus.com) + * serial.h (SERIAL_SET_TTY_STATE): Comment return value. + * Makefile.in (TAGS): Just echo one line, rather than the whole thing. * Makefile.in: Remove all references to sparcly-nat.c. @@ -13,7 +15,7 @@ Sat Jan 29 07:44:59 1994 Jim Kingdon (kingdon@deneb.cygnus.com) * config/m68k/monitor.mt (TDEPFILE): Add remote-es.o. * config/m68k/es1800.mt: Add comment. - * remote-es.c: Comment out entire file until it can be fixed. + * remote-es.c: Extensive changes to update to current conventions. * ser-unix.c (wait_for, hardwire_readchar) [HAVE_TERMIO, HAVE_TERMIOS]: If the timeout is too big to fit in c_cc[VTIME], then do multiple reads |