diff options
author | Stu Grossman <grossman@cygnus> | 1992-08-15 09:34:25 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1992-08-15 09:34:25 +0000 |
commit | 4ecee2f9f17ab0cd2b4e10e3b1b75eb33f1b4940 (patch) | |
tree | 55fcae8a8c17befc056adbe8fd3d07603d80e221 /gdb/ChangeLog | |
parent | 1d4bd6ad280fa2c8137ea862cecbf31167fdeb0a (diff) | |
download | gdb-4ecee2f9f17ab0cd2b4e10e3b1b75eb33f1b4940.zip gdb-4ecee2f9f17ab0cd2b4e10e3b1b75eb33f1b4940.tar.gz gdb-4ecee2f9f17ab0cd2b4e10e3b1b75eb33f1b4940.tar.bz2 |
* sparc-stub.c: New file. Mix it with your SPARClite
application, and it will speak GDB remote protocol!
* remote.c (remote_wait): Change 'T' (expedited reply) message to
deal with arbitrary registers. Needed for sparc-stub,
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 21195b9..a0d1bef 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +Sat Aug 15 02:28:52 1992 Stu Grossman (grossman at cygnus.com) + + * sparc-stub.c: New file. Mix it with your SPARClite + application, and it will speak GDB remote protocol! + * remote.c (remote_wait): Change 'T' (expedited reply) message to + deal with arbitrary registers. Needed for sparc-stub, + Fri Aug 14 12:11:25 1992 Fred Fish (fnf@cygnus.com) * cplus-dem.c (cplus_markers): Add table for gnu style and |