diff options
author | Doug Evans <dje@google.com> | 1999-02-10 09:42:33 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1999-02-10 09:42:33 +0000 |
commit | c14d22a7a7650724ef83b47a81c34c100283ef57 (patch) | |
tree | df6f4a046486daef0629935affe1a52ecc44bf31 /sim/sparc/acconfig.h | |
parent | 9aa2d8ddafcd11f28306af6e9b7a3f73ac9908fc (diff) | |
download | gdb-c14d22a7a7650724ef83b47a81c34c100283ef57.zip gdb-c14d22a7a7650724ef83b47a81c34c100283ef57.tar.gz gdb-c14d22a7a7650724ef83b47a81c34c100283ef57.tar.bz2 |
* 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.
Diffstat (limited to 'sim/sparc/acconfig.h')
-rw-r--r-- | sim/sparc/acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/sparc/acconfig.h b/sim/sparc/acconfig.h index f9b87a1..27a2a2f 100644 --- a/sim/sparc/acconfig.h +++ b/sim/sparc/acconfig.h @@ -13,3 +13,6 @@ /* Define if your locale.h file contains LC_MESSAGES. */ #undef HAVE_LC_MESSAGES + +/* Define if sparc64 target. */ +#undef SPARC64_P |