diff options
author | John Gilmore <gnu@cygnus> | 1992-08-15 10:00:10 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-08-15 10:00:10 +0000 |
commit | e893a126fbccf240059be1590204e302265d78f6 (patch) | |
tree | 01c4c864f664010cec67d896e80ff511dc81c6c3 /gdb | |
parent | 4ecee2f9f17ab0cd2b4e10e3b1b75eb33f1b4940 (diff) | |
download | gdb-e893a126fbccf240059be1590204e302265d78f6.zip gdb-e893a126fbccf240059be1590204e302265d78f6.tar.gz gdb-e893a126fbccf240059be1590204e302265d78f6.tar.bz2 |
* infcmd.c (registers_info): Handle multiple register names.
Changes inspired by Roland McGrath.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a0d1bef..b72d59e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,9 +1,14 @@ +Sat Aug 15 02:58:03 1992 John Gilmore (gnu@cygnus.com) + + * infcmd.c (registers_info): Handle multiple register names. + Changes inspired by Roland McGrath. + 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, + deal with arbitrary registers. Needed for sparc-stub. Fri Aug 14 12:11:25 1992 Fred Fish (fnf@cygnus.com) |