]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* interp.c (FPSCR, FPUL): Define.
authorJeff Law <law@redhat.com>
Thu, 31 Aug 1995 04:21:32 +0000 (04:21 +0000)
committerJeff Law <law@redhat.com>
Thu, 31 Aug 1995 04:21:32 +0000 (04:21 +0000)
commitc1bce9f662c8472a33a83821bbeb7fc86ec252d4
treeeffab746489c1c1e77fa564733c913467dbc4c7f
parentc928c81fb72df4dade3b36935a8e05d3ad58440d
* interp.c (FPSCR, FPUL): Define.
(struct save_state): Add fields for floating point registers,
FPSCR and FPUL.
(sim_resume): Add 'F' for accessing floating point registers
in the save state structure.
* gencode.c: Add sh3e opcodes.
(gensym): Define a buffer for int<->fp conversions.

First cut at simulating sh3e instructions.  Basic stuff should work;
instructions using fpul and fpscr are completely untested...  Sanitized
away for now (sh3e).
sim/sh/.Sanitize
sim/sh/ChangeLog
sim/sh/interp.c