mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-02 23:04:09 +08:00
Rename generated file engine.c to oengine.c.
This commit is contained in:
parent
339fb14904
commit
284e759d1f
@ -1,3 +1,10 @@
|
||||
Thu Oct 16 10:31:41 1997 Andrew Cagney <cagney@b1.cygnus.com>
|
||||
|
||||
* Makefile.in (interp.o): Rename generated file engine.c to
|
||||
oengine.c.
|
||||
|
||||
* interp.c: Update.
|
||||
|
||||
Thu Oct 16 10:31:40 1997 Andrew Cagney <cagney@b1.cygnus.com>
|
||||
|
||||
* gencode.c (build_instruction): Use FPR_STATE not fpr_state.
|
||||
|
@ -44,11 +44,11 @@ SIM_RUN_OBJS = nrun.o
|
||||
|
||||
## COMMON_POST_CONFIG_FRAG
|
||||
|
||||
interp.o: $(srcdir)/interp.c engine.c config.h sim-main.h
|
||||
interp.o: $(srcdir)/interp.c oengine.c config.h sim-main.h
|
||||
|
||||
engine.c: gencode
|
||||
./gencode @SIMCONF@ > tmp-engine
|
||||
mv tmp-engine engine.c
|
||||
oengine.c: gencode
|
||||
./gencode @SIMCONF@ > tmp-oengine
|
||||
mv tmp-oengine oengine.c
|
||||
tmp.igen: gencode
|
||||
./gencode --igen @SIMCONF@ > tmp-igen
|
||||
mv tmp-igen tmp.igen
|
||||
|
@ -83,7 +83,7 @@ char* pr_uword64 PARAMS ((uword64 addr));
|
||||
|
||||
/* Get the simulator engine description, without including the code: */
|
||||
#define SIM_MANIFESTS
|
||||
#include "engine.c"
|
||||
#include "oengine.c"
|
||||
#undef SIM_MANIFESTS
|
||||
|
||||
|
||||
@ -4195,7 +4195,7 @@ sim_engine_run (sd, next_cpu_nr, siggnal)
|
||||
|
||||
if (!(STATE & simSKIPNEXT)) {
|
||||
/* Include the simulator engine */
|
||||
#include "engine.c"
|
||||
#include "oengine.c"
|
||||
#if ((GPRLEN == 64) && !PROCESSOR_64BIT) || ((GPRLEN == 32) && PROCESSOR_64BIT)
|
||||
#error "Mismatch between run-time simulator code and simulation engine"
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user