* sim-main.h: Delete inclusion of ansidecl.h.

* cpu.h: Regenerate.
	* cpux.h: Regenerate.
This commit is contained in:
Doug Evans 1999-01-12 00:25:41 +00:00
parent 5dddc35ca9
commit e64b6cd434
3 changed files with 78 additions and 66 deletions

View File

@ -1,3 +1,11 @@
1999-01-11 Doug Evans <devans@casey.cygnus.com>
* sim-main.h: Delete inclusion of ansidecl.h.
* cpu.h: Regenerate.
start-sanitize-m32rx
* cpux.h: Regenerate.
end-sanitize-m32rx
1999-01-06 Doug Evans <devans@casey.cygnus.com>
* cpu.h: Regenerate.

View File

@ -118,17 +118,7 @@ typedef struct {
int empty;
} MODEL_TEST_DATA;
/* The ARGBUF struct. */
struct argbuf {
/* These are the baseclass definitions. */
PCADDR addr;
const IDESC *idesc;
char trace_p;
char profile_p;
/* cpu specific data follows */
union sem semantic;
int written;
union {
union sem_fields {
struct { /* empty format for unspecified field list */
int empty;
} fmt_empty;
@ -462,7 +452,19 @@ struct argbuf {
SCACHE *next;
} chain;
#endif
} fields;
};
/* The ARGBUF struct. */
struct argbuf {
/* These are the baseclass definitions. */
PCADDR addr;
const IDESC *idesc;
char trace_p;
char profile_p;
/* cpu specific data follows */
union sem semantic;
int written;
union sem_fields fields;
};
/* A cached insn.

View File

@ -114,17 +114,7 @@ typedef struct {
int empty;
} MODEL_M32RX_DATA;
/* The ARGBUF struct. */
struct argbuf {
/* These are the baseclass definitions. */
PCADDR addr;
const IDESC *idesc;
char trace_p;
char profile_p;
/* cpu specific data follows */
union sem semantic;
int written;
union {
union sem_fields {
struct { /* empty format for unspecified field list */
int empty;
} fmt_empty;
@ -516,7 +506,19 @@ struct argbuf {
SCACHE *next;
} chain;
#endif
} fields;
};
/* The ARGBUF struct. */
struct argbuf {
/* These are the baseclass definitions. */
PCADDR addr;
const IDESC *idesc;
char trace_p;
char profile_p;
/* cpu specific data follows */
union sem semantic;
int written;
union sem_fields fields;
};
/* A cached insn.