]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - sim/ppc/Makefile.in
2003-06-22 Andrew Cagney <cagney@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Sun, 22 Jun 2003 16:48:12 +0000 (16:48 +0000)
committerAndrew Cagney <cagney@redhat.com>
Sun, 22 Jun 2003 16:48:12 +0000 (16:48 +0000)
commit345d88d96ee2f82d2ec0d1c69cd14506b707b945
tree77fe7fa191a6afc07968fbe9421257fb5da8c504
parent70ecf948d924b4fdc84ba07d2f0c0ee141295ef7
2003-06-22  Andrew Cagney  <cagney@redhat.com>

Written by matthew green <mrg@redhat.com>, with fixes from Aldy
Hernandez <aldyh@redhat.com>, Jim Wilson <wilson@redhat.com>, and
Nick Clifton <nickc@redhat.com>.

* ppc-instructions: Include altivec.igen and e500.igen.
(model_busy, model_data): Add vr_busy and vscr_busy.
(model_trace_release): Trace vr_busy and vscr_busy.
(model_new_cycle): Update vr_busy and vscr_busy.
(model_make_busy): Update vr_busy and vscr_busy.
* registers.c (register_description): Add Altivec and e500
registers.
* psim.c (psim_read_register, psim_read_register): Handle Altivec
and e500 registers.
* ppc-spr-table (SPEFSCR): Add VRSAVE and SPEFSCR registers.
* configure.in (sim_filter): When *altivec* add "av".  When *spe*
or *simd* add e500.
(sim_float): When *altivec* define WITH_ALTIVEC.  When *spe* add
WITH_E500.
* configure: Re-generate.
* e500.igen, altivec.igen: New files.
* e500_expression.h, altivec_expression.h: New files.
* idecode_expression.h: Update copyright.  Include
"e500_expression.h" and "altivec_expression.h".
* e500_registers.h, altivec_registers.h: New files.
* registers.h: Update copyright.  Include "e500_registers.h" and
"altivec_registers.h".
(registers): Add Altivec and e500 specific registers.
* Makefile.in (IDECODE_H): Add "idecode_e500.h" and
"idecode_altivec.h".
(REGISTERS_H): Add "e500_registers.h" and "altivec_registers.h".
(tmp-igen): Add dependencies on altivec.igen and e500.igen .
16 files changed:
sim/ppc/ChangeLog
sim/ppc/Makefile.in
sim/ppc/altivec.igen [new file with mode: 0644]
sim/ppc/altivec_expression.h [new file with mode: 0644]
sim/ppc/altivec_registers.h [new file with mode: 0644]
sim/ppc/configure
sim/ppc/configure.in
sim/ppc/e500.igen [new file with mode: 0644]
sim/ppc/e500_expression.h [new file with mode: 0644]
sim/ppc/e500_registers.h [new file with mode: 0644]
sim/ppc/idecode_expression.h
sim/ppc/ppc-instructions
sim/ppc/ppc-spr-table
sim/ppc/psim.c
sim/ppc/registers.c
sim/ppc/registers.h