diff options
author | Doug Evans <dje@google.com> | 1998-10-19 23:33:40 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-10-19 23:33:40 +0000 |
commit | 9c5da58d59debd09074cac2b1e89975edae38c35 (patch) | |
tree | 3ea1296cc57eefadfe18d0a900102df17d26e7ea /sim/m32r | |
parent | e677105ccd976d21cbab331df8c3db39d3846832 (diff) | |
download | ppe42-binutils-9c5da58d59debd09074cac2b1e89975edae38c35.tar.gz ppe42-binutils-9c5da58d59debd09074cac2b1e89975edae38c35.zip |
* sim-main.h: #include cpu-opc.h.
* arch.c,arch.h,decode.c,extract.c,model.c,sem.c: Regenerate
to get #include cleanup.
* decodex.c,extractx.c,modelx.c: Ditto.
Diffstat (limited to 'sim/m32r')
-rw-r--r-- | sim/m32r/extract.c | 1 | ||||
-rw-r--r-- | sim/m32r/extractx.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sim/m32r/extract.c b/sim/m32r/extract.c index 4d15171ed7..b731c8f1bb 100644 --- a/sim/m32r/extract.c +++ b/sim/m32r/extract.c @@ -27,7 +27,6 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "sim-main.h" #include "cgen-ops.h" -#include "cpu-sim.h" void EX_FN_NAME (m32rbf,fmt_add) (SIM_CPU *current_cpu, PCADDR pc, insn_t insn, ARGBUF *abuf) diff --git a/sim/m32r/extractx.c b/sim/m32r/extractx.c index 55156ec0bf..8c48d113fd 100644 --- a/sim/m32r/extractx.c +++ b/sim/m32r/extractx.c @@ -27,7 +27,6 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "sim-main.h" #include "cgen-ops.h" -#include "cpu-sim.h" void EX_FN_NAME (m32rxf,fmt_add) (SIM_CPU *current_cpu, PCADDR pc, insn_t insn, ARGBUF *abuf) |