diff options
author | James Lemke <jlemke@cygnus> | 1998-04-22 20:41:04 +0000 |
---|---|---|
committer | James Lemke <jlemke@cygnus> | 1998-04-22 20:41:04 +0000 |
commit | aefd02b523a6cfebfc1862692e645c1a46135075 (patch) | |
tree | edf17fa6f736a81a0344779a98ad220287097fb5 /sim/mips/sim-main.h | |
parent | 75a55dc37a45ead517e5d7d36edfd1761b2237be (diff) | |
download | gdb-aefd02b523a6cfebfc1862692e645c1a46135075.zip gdb-aefd02b523a6cfebfc1862692e645c1a46135075.tar.gz gdb-aefd02b523a6cfebfc1862692e645c1a46135075.tar.bz2 |
Move target specific stuff from sim/common/sim-base.h to sim/mips/sim-main.h
Diffstat (limited to 'sim/mips/sim-main.h')
-rw-r--r-- | sim/mips/sim-main.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sim/mips/sim-main.h b/sim/mips/sim-main.h index 326eff0..a1ea1aa 100644 --- a/sim/mips/sim-main.h +++ b/sim/mips/sim-main.h @@ -669,6 +669,17 @@ enum float_operation unsigned8 acc[3 * 8]; /* end-sanitize-vr5400 */ +/* start-sanitize-sky */ +#ifdef TARGET_SKY +#ifdef SKY_FUNIT + /* Record of option for floating point implementation type. */ + int fp_type_opt; +#define STATE_FP_TYPE_OPT(sd) ((sd)->base.fp_type_opt) +#define STATE_FP_TYPE_OPT_TARGET 0x80000000 +#endif +#endif +/* end-sanitize-sky */ + sim_cpu_base base; }; |