diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-10-14 09:26:03 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-10-14 09:26:03 +0000 |
commit | 0c2c5f614114718e53d7c3dc03f6c5c86c48cf30 (patch) | |
tree | ef9d7ea4aa1a1bd0fafa224a89504e6953a6ef27 /sim/mips/Makefile.in | |
parent | 1b217de0f356cc7280b54d37a17c4020b892566d (diff) | |
download | gdb-0c2c5f614114718e53d7c3dc03f6c5c86c48cf30.zip gdb-0c2c5f614114718e53d7c3dc03f6c5c86c48cf30.tar.gz gdb-0c2c5f614114718e53d7c3dc03f6c5c86c48cf30.tar.bz2 |
Move global MIPS simulator variables into sim_cpu struct.
Diffstat (limited to 'sim/mips/Makefile.in')
-rw-r--r-- | sim/mips/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/mips/Makefile.in b/sim/mips/Makefile.in index 445b995..d82194f 100644 --- a/sim/mips/Makefile.in +++ b/sim/mips/Makefile.in @@ -44,7 +44,7 @@ SIM_RUN_OBJS = nrun.o ## COMMON_POST_CONFIG_FRAG -interp.o: $(srcdir)/interp.c engine.c config.h +interp.o: $(srcdir)/interp.c engine.c config.h sim-main.h engine.c: gencode ./gencode @SIMCONF@ > tmp-engine |