From aefd02b523a6cfebfc1862692e645c1a46135075 Mon Sep 17 00:00:00 2001 From: James Lemke Date: Wed, 22 Apr 1998 20:41:04 +0000 Subject: [PATCH] Move target specific stuff from sim/common/sim-base.h to sim/mips/sim-main.h --- sim/common/ChangeLog | 7 +++++++ sim/mips/sim-main.h | 11 +++++++++++ 2 files changed, 18 insertions(+) diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 191e2e9693d..37cd0e919e6 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,9 @@ +start-sanitize-sky +Wed Apr 22 16:49:48 1998 Jim Lemke + + * sim-base.h: Move target specific stuff to sim/mips/sim-main.h + +end-sanitize-sky Wed Apr 22 14:14:19 1998 Michael Meissner * Make-common.in (CSEARCH): Add -I to intl directories. @@ -7,6 +13,7 @@ Wed Apr 22 14:14:19 1998 Michael Meissner start-sanitize-sky Tue Apr 21 17:29:48 1998 Jim Lemke + * sim-base.h: Add configure option --with-sim-funit. end-sanitize-sky diff --git a/sim/mips/sim-main.h b/sim/mips/sim-main.h index 326eff0e169..a1ea1aa7bf6 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; }; -- 2.30.2