diff options
author | Jason Molenda <jmolenda@apple.com> | 1998-12-14 23:55:25 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 1998-12-14 23:55:25 +0000 |
commit | fc5b254aa6be44352ff69e6dabf178d641cf3c2d (patch) | |
tree | a075aeedbaba30bc1ccaf95f5ff59efeed9378af /gdb/ChangeLog | |
parent | 6d2743e5ec3dbb5fc789e1e268cd3b4b907588c6 (diff) | |
download | gdb-fc5b254aa6be44352ff69e6dabf178d641cf3c2d.zip gdb-fc5b254aa6be44352ff69e6dabf178d641cf3c2d.tar.gz gdb-fc5b254aa6be44352ff69e6dabf178d641cf3c2d.tar.bz2 |
1998-12-14 Anthony Thompson (athompso@cambridge.arm.com)
* remote-rdp.c (rdp_init): Don't discard first character on reset.
(translate_open_mode): Define table.
(exec_swi): Handle SWI_Clock. SWI_Open now handles stdin/stdout.
SWI_Write returns number of bytes not written. SWI_Read does the
same. SWI_Seek should return success/failure flag. Fix SWI_Flen.
A patch from PR 15841 for the RDP (Demon) interface.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4141ed4..f0b6220 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +1998-12-14 Anthony Thompson (athompso@cambridge.arm.com) + + * remote-rdp.c (rdp_init): Don't discard first character on reset. + (translate_open_mode): Define table. + (exec_swi): Handle SWI_Clock. SWI_Open now handles stdin/stdout. + SWI_Write returns number of bytes not written. SWI_Read does the + same. SWI_Seek should return success/failure flag. Fix SWI_Flen. + 1998-12-14 J.T. Conklin <jtc@redbacknetworks.com> * config/i386/nbsd.mh, config/m68k/nbsd.mh, config/ns32k/nbsd.mh |