diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-07-28 06:45:35 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-07-28 06:45:35 +0000 |
commit | 704deef2c0830b00aca6614989cf7944b38ebeba (patch) | |
tree | 8faf989eee64b6419088445e6e4587246f389b6c /gdb/ChangeLog | |
parent | 157ea89d778f04125d60b9d2d8a80831b632bb38 (diff) | |
download | gdb-704deef2c0830b00aca6614989cf7944b38ebeba.zip gdb-704deef2c0830b00aca6614989cf7944b38ebeba.tar.gz gdb-704deef2c0830b00aca6614989cf7944b38ebeba.tar.bz2 |
* serial.h, ser-{unix,go32,tcp}.c: Add flush_input and send_break.
* nindy-share/*, remote-nindy.c: Extensive hacking to make it
conform to GDB conventions like using memcpy not bcopy, serial.h,
etc. This is to make it host on Solaris, AIX, etc.
* Makefile.in: Reflect removed nindy-share files.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 43e156c..fa4cf8d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -2,7 +2,11 @@ Tue Jul 27 12:07:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com) * remote-udi.c: Remove old comment about download not implemented. - * serial.h, ser-{unix,go32,tcp}.c: Add flush_input. + * serial.h, ser-{unix,go32,tcp}.c: Add flush_input and send_break. + * nindy-share/*, remote-nindy.c: Extensive hacking to make it + conform to GDB conventions like using memcpy not bcopy, serial.h, + etc. This is to make it host on Solaris, AIX, etc. + * Makefile.in: Reflect removed nindy-share files. * stack.c (print_frame_info): Revise comment about `pathological' case (there was a wrong FIXME about text labels; also asm() can |