mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 10:00:51 +00:00
sim-base.h: Add configure option --with-sim-funit.
This commit is contained in:
@@ -214,6 +214,17 @@ typedef struct {
|
||||
#define STATE_MEMOPT(sd) ((sd)->base.memopt)
|
||||
sim_memopt *memopt;
|
||||
|
||||
/* start-sanitize-sky */
|
||||
#ifdef TARGET_SKY
|
||||
#ifdef SKY_FUNIT
|
||||
/* Record of option for floating point implementation type. */
|
||||
#define STATE_FP_TYPE_OPT(sd) ((sd)->base.fp_type_opt)
|
||||
#define STATE_FP_TYPE_OPT_TARGET 0x80000000
|
||||
int fp_type_opt;
|
||||
#endif
|
||||
#endif
|
||||
/* end-sanitize-sky */
|
||||
|
||||
/* event handler */
|
||||
#define STATE_EVENTS(sd) (&(sd)->base.events)
|
||||
sim_events events;
|
||||
|
||||
Reference in New Issue
Block a user