diff options
author | Doug Evans <dje@google.com> | 1998-11-19 00:12:00 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-11-19 00:12:00 +0000 |
commit | 8406c876c5cb5ce34220608dffe1c20d01b29601 (patch) | |
tree | a3dc7f5301f5772e45903c043f4f7a2560f04fa0 /sim/m32r/ChangeLog | |
parent | 916b11527eb9bd5001ac4b12afe6f05f1af12329 (diff) | |
download | gdb-8406c876c5cb5ce34220608dffe1c20d01b29601.zip gdb-8406c876c5cb5ce34220608dffe1c20d01b29601.tar.gz gdb-8406c876c5cb5ce34220608dffe1c20d01b29601.tar.bz2 |
* Makefile.in (M32R_OBJS): Delete extract.o.
(extract.o): Delete.
(stamp-arch): Depend on $(CGEN_ARCH_SCM).
(stamp-cpu): Don't build extract.c.
* cpu.c,cpu.h,decode.c,decode.h,sem-switch.c,sem.c: Rebuild.
* mloop.in (extract16): Update type of `insn' arg.
Delete call to d->extract.
(extract32): Ditto.
* Makefile.in (M32RX_OBJS): Delete extractx.o.
(extractx.o): Delete.
(stamp-xcpu): Don't build extractx.c.
* cpux.c,cpux.h,decodex.c,decodex.h,semx-switch.c: Rebuild.
* mloopx.in (extractx16): Update type of `insn' arg.
Delete call to d->extract. Delete arg pbb_p. All callers updated.
(extract-simple,full-exec-simple,fast-exec-simple): Delete.
(extractx32): Ditto.
Diffstat (limited to 'sim/m32r/ChangeLog')
-rw-r--r-- | sim/m32r/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sim/m32r/ChangeLog b/sim/m32r/ChangeLog index 18ff93d..ef3c996 100644 --- a/sim/m32r/ChangeLog +++ b/sim/m32r/ChangeLog @@ -1,3 +1,24 @@ +1998-11-18 Doug Evans <devans@casey.cygnus.com> + + * Makefile.in (M32R_OBJS): Delete extract.o. + (extract.o): Delete. + (stamp-arch): Depend on $(CGEN_ARCH_SCM). + (stamp-cpu): Don't build extract.c. + * cpu.c,cpu.h,decode.c,decode.h,sem-switch.c,sem.c: Rebuild. + * mloop.in (extract16): Update type of `insn' arg. + Delete call to d->extract. + (extract32): Ditto. +start-sanitize-m32rx + * Makefile.in (M32RX_OBJS): Delete extractx.o. + (extractx.o): Delete. + (stamp-xcpu): Don't build extractx.c. + * cpux.c,cpux.h,decodex.c,decodex.h,semx-switch.c: Rebuild. + * mloopx.in (extractx16): Update type of `insn' arg. + Delete call to d->extract. Delete arg pbb_p. All callers updated. + (extract-simple,full-exec-simple,fast-exec-simple): Delete. + (extractx32): Ditto. +end-sanitize-m32rx + Wed Nov 4 23:55:37 1998 Doug Evans <devans@seba.cygnus.com> * sim-main.h: Delete inclusion of config.h, include sim-basics.h |