diff options
author | Jim Wilson <wilson@tuliptree.org> | 1995-11-18 02:03:21 +0000 |
---|---|---|
committer | Jim Wilson <wilson@tuliptree.org> | 1995-11-18 02:03:21 +0000 |
commit | 708f6147e4dcb67537533374f32a7fdb2da9722f (patch) | |
tree | f9a6084d59012c7ce27f82178743e8ec1a0e03af /sim/sh | |
parent | 77cd090ad55f6eeb74b8a0a0a83c4fa2e6663ac4 (diff) | |
download | gdb-708f6147e4dcb67537533374f32a7fdb2da9722f.zip gdb-708f6147e4dcb67537533374f32a7fdb2da9722f.tar.gz gdb-708f6147e4dcb67537533374f32a7fdb2da9722f.tar.bz2 |
Patch for Hitachi PR 8433, avoid core dump on HPUX host
* gencode.c (tab): Add explicit NaN support for ftrc instruction.
Diffstat (limited to 'sim/sh')
-rw-r--r-- | sim/sh/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sim/sh/ChangeLog b/sim/sh/ChangeLog index 3879582..11eee59 100644 --- a/sim/sh/ChangeLog +++ b/sim/sh/ChangeLog @@ -1,3 +1,12 @@ +Fri Nov 17 12:48:55 1995 Jim Wilson <wilson@chestnut.cygnus.com> + + * gencode.c (tab): Add explicit NaN support for ftrc instruction. + +Wed Nov 15 11:25:27 1995 Stu Grossman (grossman@cygnus.com) + + * interp.c: Make target_byte_order be extern to prevent SGI cc from + issuing warnings about the use of common symbols. + Tue Nov 14 15:19:43 1995 Stu Grossman (grossman@cygnus.com) * gencode.c: jsr, bsr and bsrf actually save pc+4 in pr, and rts |