From: John Gilmore Date: Sat, 15 Aug 1992 10:00:10 +0000 (+0000) Subject: * infcmd.c (registers_info): Handle multiple register names. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e893a126fbccf240059be1590204e302265d78f6;p=binutils-gdb.git * infcmd.c (registers_info): Handle multiple register names. Changes inspired by Roland McGrath. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a0d1befe104..b72d59e7f26 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)