Browse Source

Move target specific stuff from sim/common/sim-base.h to sim/mips/sim-main.h

gdb-4_18-branch
James Lemke 29 years ago
parent
commit
aefd02b523
  1. 7
      sim/common/ChangeLog
  2. 11
      sim/mips/sim-main.h

7
sim/common/ChangeLog

@ -1,3 +1,9 @@
start-sanitize-sky
Wed Apr 22 16:49:48 1998 Jim Lemke <jlemke@cygnus.com>
* 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 <meissner@cygnus.com>
* Make-common.in (CSEARCH): Add -I to intl directories.
@ -7,6 +13,7 @@ Wed Apr 22 14:14:19 1998 Michael Meissner <meissner@cygnus.com>
start-sanitize-sky
Tue Apr 21 17:29:48 1998 Jim Lemke <jlemke@cygnus.com>
* sim-base.h: Add configure option --with-sim-funit.
end-sanitize-sky

11
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;
};

Loading…
Cancel
Save