X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2FChangeLog;h=f5b375c9927f625cc35a1a83511da3a2b63e39c0;hb=895efe6b576d919cb593ed68ad8dc88b2c921b2a;hp=3c27b57abbddf4623cf239c224057d29574044c8;hpb=9db58d3ab42b7f4fd3b4b4aa80bcb6404ce32b0d;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3c27b57abb..f5b375c992 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 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.