* Makefile.in (SPARC64_OBJS): Add dev64.o.
authorDoug Evans <dje@google.com>
Wed, 10 Feb 1999 09:42:33 +0000 (09:42 +0000)
committerDoug Evans <dje@google.com>
Wed, 10 Feb 1999 09:42:33 +0000 (09:42 +0000)
commitc14d22a7a7650724ef83b47a81c34c100283ef57
treedf6f4a046486daef0629935affe1a52ecc44bf31
parent9aa2d8ddafcd11f28306af6e9b7a3f73ac9908fc
* Makefile.in (SPARC64_OBJS): Add dev64.o.
(CPU_OBJS): New variable.
(SIM_OBJS): Add sparc-desc.o.
(SIM_EXTRA_DEPS): Replace cpu-opc.h with sparc-desc.h.
(sim-core.o): Add dev64.h dependency.
(dev64.o): Add rule.
(stamp-arch,stamp-cpu32): Update FLAGS variable, option syntax changed.
(stamp-cpu64): Ditto.
(stamp-desc): New rule.
* configure.in (sim_link_files,sim_link_links): Delete.
Set cpu_objs to one of SPARC32_OBJS,SPARC64_OBJS.
* configure: Rebuild.
* acconfig.h: Rebuild.
* config.in: Rebuild.
* dev64.c: New file.
* dev64.h: New file.
* sparc64.c: New file.
* trap64.h: New file.
* arch.c,arch.h,cpuall.h: Rebuild.
* cpu32.c,decode32.c,decode32.h,model32.c,sem32.c: Rebuild.
* sim-if.c (sparc_disassemble_insn): New function.
(sim_open): sparc_cgen_cpu_open renamed from sparc_cgen_opcode_open.
Set disassembler.
(sim_close): sparc_cgen_cpu_open renamed from sparc_cgen_opcode_open.
* sim-main.h: Don't include cpu-opc.h,cpu-sim.h. Include
sparc-desc.h,sparc-opc.h,sparc-sim.h.
15 files changed:
sim/sparc/.Sanitize
sim/sparc/ChangeLog [new file with mode: 0644]
sim/sparc/Makefile.in
sim/sparc/acconfig.h
sim/sparc/arch.c [new file with mode: 0644]
sim/sparc/arch.h [new file with mode: 0644]
sim/sparc/cpu32.h [new file with mode: 0644]
sim/sparc/decode32.c [new file with mode: 0644]
sim/sparc/decode32.h [new file with mode: 0644]
sim/sparc/dev64.c [new file with mode: 0644]
sim/sparc/dev64.h [new file with mode: 0644]
sim/sparc/model32.c [new file with mode: 0644]
sim/sparc/sem32.c [new file with mode: 0644]
sim/sparc/sparc64.c [new file with mode: 0644]
sim/sparc/trap64.h [new file with mode: 0644]
This page took 0.031831 seconds and 4 git commands to generate.