2002-11-28 Andrew Cagney <cagney@redhat.com>
* sim-main.h: Only include "idecode.h" once. * Makefile.in (SIM_EXTRA_DEPS): Define.
This commit is contained in:
parent
abc0af478d
commit
6c0a25e9f8
@ -1,3 +1,8 @@
|
|||||||
|
2002-11-28 Andrew Cagney <cagney@redhat.com>
|
||||||
|
|
||||||
|
* sim-main.h: Only include "idecode.h" once.
|
||||||
|
* Makefile.in (SIM_EXTRA_DEPS): Define.
|
||||||
|
|
||||||
2002-06-16 Andrew Cagney <ac131313@redhat.com>
|
2002-06-16 Andrew Cagney <ac131313@redhat.com>
|
||||||
|
|
||||||
* configure: Regenerated to track ../common/aclocal.m4 changes.
|
* configure: Regenerated to track ../common/aclocal.m4 changes.
|
||||||
|
@ -44,6 +44,8 @@ WITH_COMMON_RUN_OBJS = nrun.o
|
|||||||
SIM_RUN_OBJS = $(@mn10300_common@_COMMON_RUN_OBJS)
|
SIM_RUN_OBJS = $(@mn10300_common@_COMMON_RUN_OBJS)
|
||||||
|
|
||||||
SIM_EXTRA_CLEAN = clean-extra
|
SIM_EXTRA_CLEAN = clean-extra
|
||||||
|
# Extra dependencies for "sim-main.h"
|
||||||
|
SIM_EXTRA_DEPS = mn10300_sim.h itable.h idecode.h
|
||||||
|
|
||||||
# Select mn10300 support in nltvals.def.
|
# Select mn10300 support in nltvals.def.
|
||||||
NL_TARGET = -DNL_TARGET_mn10300
|
NL_TARGET = -DNL_TARGET_mn10300
|
||||||
|
@ -42,7 +42,6 @@
|
|||||||
/* These are generated files. */
|
/* These are generated files. */
|
||||||
#include "itable.h"
|
#include "itable.h"
|
||||||
#include "idecode.h"
|
#include "idecode.h"
|
||||||
#include "idecode.h"
|
|
||||||
|
|
||||||
typedef instruction_address sim_cia;
|
typedef instruction_address sim_cia;
|
||||||
static const sim_cia null_cia = {0}; /* Dummy */
|
static const sim_cia null_cia = {0}; /* Dummy */
|
||||||
|
Loading…
Reference in New Issue
Block a user