diff options
author | Steve Chamberlain <sac@cygnus> | 1993-06-17 22:16:07 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1993-06-17 22:16:07 +0000 |
commit | 7ccb1e4401c7746a72294725c4e738ea2526009e (patch) | |
tree | 9e96f39257205aa99f3c713aeaeac1c25b64f7dd /gdb/ChangeLog | |
parent | 219cf232835824f679751b269a4905da7d74881a (diff) | |
download | gdb-7ccb1e4401c7746a72294725c4e738ea2526009e.zip gdb-7ccb1e4401c7746a72294725c4e738ea2526009e.tar.gz gdb-7ccb1e4401c7746a72294725c4e738ea2526009e.tar.bz2 |
* configure.in (alpha-*-osf*), config/alpha/alpha-osf.mh: New
host.
* sh-tdep.c (frame_find_saved_regs): Use NUM_REGS rather than hard
wired (and wrong) constant.
* values.c (unpack_long): Add case to unpack when target object is
sizeof(int).
* config/sh/tm-sh.h (REGISTER_NAMES): Know about the news ones the
simulator defines.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 829fc3a..bea4db0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,14 @@ +Thu Jun 17 15:08:35 1993 Steve Chamberlain (sac@phydeaux.cygnus.com) + + * configure.in (alpha-*-osf*), config/alpha/alpha-osf.mh: New + host. + * sh-tdep.c (frame_find_saved_regs): Use NUM_REGS rather than hard + wired (and wrong) constant. + * values.c (unpack_long): Add case to unpack when target object is + sizeof(int). + * config/sh/tm-sh.h (REGISTER_NAMES): Know about the news ones the + simulator defines. + Wed Jun 16 16:08:18 1993 K. Richard Pixley (rich@sendai.cygnus.com) * NEWS: tracking user visible changes starting with @@ -203,7 +214,7 @@ Tue Jun 8 17:54:09 1993 Rob Savoye (rob@rtl.cygnus.com) * serial.c (serial_close): If scb is NULL, don't try to close it. - * configure.in: Add support for rom68k and bug boot monitors. +o * configure.in: Add support for rom68k and bug boot monitors. Tue Jun 8 17:39:12 1993 Steve Chamberlain (sac@phydeaux.cygnus.com) |