mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-01 07:50:49 +00:00
Move target specific stuff from sim/common/sim-base.h to sim/mips/sim-main.h
This commit is contained in:
parent
75a55dc37a
commit
aefd02b523
@ -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
|
||||
|
@ -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…
Reference in New Issue
Block a user