X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2FChangeLog;h=f5b375c9927f625cc35a1a83511da3a2b63e39c0;hb=895efe6b576d919cb593ed68ad8dc88b2c921b2a;hp=ac1e0784774e4a51ac2ca418624ab86880a3d5fc;hpb=ddd0223e9465878cc50061365985839f0b1b6093;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ac1e078477..f5b375c992 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,13 +1,38 @@ +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. + + * 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 + to achieve the desired timeout. + * serial.h (serial_t): Add field timeout_remaining. + +Fri Jan 28 08:45:02 1994 Jim Kingdon (kingdon@deneb.cygnus.com) + + * c-exp.y (yylex): Reenable nested type code. + Fri Jan 28 15:40:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com) + * a29k-tdep.c (examine_tag): Add comment regarding argcount. + + * remote-mips.c (mips_ops): Fix docstring. + + * remote-bug.c (bug_ops): Remove spurious newline from docstring. + * config/m68k/tm-monitor.h: Changes to bring this into accordance with the old tm-m68k-em.h: (GDBINIT_FILENAME, DEFAULT_PROMPT): Remove. - (HAVE_68881): Don't undefine; this #define is obsolete. + (HAVE_68881): Don't undefine; HAVE_68881 is obsolete. (REGISTER_NAMES): Don't muck with it; what tm-m68k.h has is fine. Add FIXME regarding GET_LONGJMP_TARGET. * remote-udi.c (udi_close, udi_detach, udi_kill): Add comments. + * infptrace.c (kill_inferior): Add comments. + * main.c (quit_command): Call target_close after we kill or + detach. + * remote-udi.c (udi_close): Don't error() if QUITTING. Fri Jan 28 11:55:52 1994 Rob Savoye (rob@darkstar.cygnus.com)