mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-27 04:52:05 +08:00
b0dcd7d832
This is needed to move to automake & its dejagnu-provided logic, and eventually by the unified sim logic. The $arch is used only to figure out which `run` program to use when running tests, and as we move to a single top-level build, we can delete this and use sim/run directly.
128 lines
4.3 KiB
Plaintext
128 lines
4.3 KiB
Plaintext
2021-02-13 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
* allinsn.exp, iwmmxt/iwmmxt.exp, misc.exp, thumb/allthumb.ex,
|
|
xscale/xscale.exp: Define arch.
|
|
|
|
2013-05-07 Jayant Sonar <jayant.sonar@kpitcummins.com>
|
|
Kaushik Phatak <Kaushik.Phatak@kpitcummins.com>
|
|
|
|
* movw-movt.ms: New file: Test movw & movt instructions.
|
|
|
|
2011-07-01 Nick Clifton <nickc@redhat.com>
|
|
|
|
PR sim/12737
|
|
* iwmmxt/wcmpgt.cgs: Remove expectation of failure.
|
|
* iwmmxt/wmac.cgs: Remove expectation of failure.
|
|
* iwmmxt/wsra.cgs: Remove expectation of failure.
|
|
* xscale/blx.cgs: Remove expectation of failure.
|
|
|
|
2011-05-11 Joseph Myers <joseph@codesourcery.com>
|
|
Hans-Peter Nilsson <hp@axis.com>
|
|
|
|
PR sim/12737
|
|
* iwmmxt/wcmpgt.cgs, iwmmxt/wmac.cgs,
|
|
iwmmxt/wsra.cgs, xscale/blx.cgs: Kfail.
|
|
|
|
2011-05-04 Joseph Myers <joseph@codesourcery.com>
|
|
|
|
* allinsn.exp (xscale*-*-*): Don't handle target.
|
|
* misc.exp (thumb*-*-*, xscale*-*-*): Don't handle
|
|
targets.
|
|
* iwmmxt/iwmmxt.exp: Test for arm*-*-* instead of
|
|
xscale*-*-*.
|
|
* thumb/allthumb.exp (thumb*-*-*): Don't handle target.
|
|
* xscale/xscale.exp: Test for arm*-*-* instead of
|
|
xscale*-*-*.
|
|
|
|
2003-04-01 Nick Clifton <nickc@redhat.com>
|
|
|
|
* .: New directory: Tests for ARM simulator.
|
|
* allinsn.exp: New file: Test script.
|
|
* testutils.inc: New file: Test macros.
|
|
* adc.cgs, add.cgs, and.cgs,
|
|
b.cgs, bic.cgs, bl.cgs, bx.cgs,
|
|
cmn.cgs, cmp.cgs, eor.cgs,
|
|
hello.ms, ldm.cgs, ldr.cgs,
|
|
ldrb.cgs, ldrh.cgs, ldrsb.cgs,
|
|
ldrsh.cgs, misaligned1.ms, misaligned2.ms,
|
|
misaligned3.ms, misc.exp, mla.cgs,
|
|
mov.cgs, mrs.cgs, msr.cgs,
|
|
mul.cgs, mvn.cgs, orr.cgs,
|
|
rsb.cgs, rsc.cgs, sbc.cgs,
|
|
smlal.cgs, smull.cgs, stm.cgs,
|
|
str.cgs, strb.cgs, strh.cgs,
|
|
sub.cgs, swi.cgs, swp.cgs,
|
|
swpb.cgs, teq.cgs, tst.cgs,
|
|
umlal.cgs, umull.cgs: New files: ARM tests.
|
|
* iwmmxt: New Directory: Tests for iWMMXt.
|
|
* iwmmxt/iwmmxt.exp: New file: Test script.
|
|
* iwmmxt/testutils.inc: New file: Test macros.
|
|
* iwmmxt/tbcst.cgs, iwmmxt/textrm.cgs,
|
|
iwmmxt/tinsr.cgs, iwmmxt/tmia.cgs,
|
|
iwmmxt/tmiaph.cgs, iwmmxt/tmiaxy.cgs,
|
|
iwmmxt/tmovmsk.cgss, iwmmxt/wacc.cgs,
|
|
iwmmxt/wadd.cgs, iwmmxt/waligni.cgs,
|
|
iwmmxt/walignr.cgs, iwmmxt/wand.cgs,
|
|
iwmmxt/wandn.cgs, iwmmxt/wavg2.cgs,
|
|
iwmmxt/wcmpeq.cgs, iwmmxt/wcmpgt.cgs,
|
|
iwmmxt/wmac.cgs, iwmmxt/wmadd.cgs,
|
|
iwmmxt/wmax.cgs, iwmmxt/wmin.cgs,
|
|
iwmmxt/wmov.cgs, iwmmxt/wmul.cgs,
|
|
iwmmxt/wor.cgs, iwmmxt/wpack.cgs,
|
|
iwmmxt/wror.cgs, iwmmxt/wsad.cgs,
|
|
iwmmxt/wshufh.cgs, iwmmxt/wsll.cgs,
|
|
iwmmxt/wsra.cgs, iwmmxt/wsrl.cgs,
|
|
iwmmxt/wsub.cgs, iwmmxt/wunpckeh.cgs,
|
|
iwmmxt/wunpckel.cgs, iwmmxt/wunpckih.cgs,
|
|
iwmmxt/wunpckil.cgs, iwmmxt/wxor.cgs,
|
|
iwmmxt/wzero.cgs: New files: iWMMXt tests.
|
|
* thumb: New Directory: Thumb tests.
|
|
* thumb/allthumb.exp: New file: Test script.
|
|
* thumb/testutils.inc: New file: Test macros.
|
|
* thumb/adc.cgs, thumb/add-hd-hs.cgs,
|
|
thumb/add-hd-rs.cgs, thumb/add-rd-hs.cgs,
|
|
thumb/add-sp.cgs, thumb/add.cgs,
|
|
thumb/addi.cgs, thumb/addi8.cgs,
|
|
thumb/and.cgs, thumb/asr.cgs, thumb/b.cgs,
|
|
thumb/bcc.cgs, thumb/bcs.cgs,
|
|
thumb/beq.cgs, thumb/bge.cgs,
|
|
thumb/bgt.cgs, thumb/bhi.cgs,
|
|
thumb/bic.cgs, thumb/bl-hi.cgs,
|
|
thumb/bl-lo.cgs, thumb/ble.cgs,
|
|
thumb/bls.cgs, thumb/blt.cgs,
|
|
thumb/bmi.cgs, thumb/bne.cgs,
|
|
thumb/bpl.cgs, thumb/bvc.cgs,
|
|
thumb/bvs.cgs, thumb/bx-hs.cgs,
|
|
thumb/bx-rs.cgs, thumb/cmn.cgs,
|
|
thumb/cmp-hd-hs.cgs, thumb/cmp-hd-rs.cgs,
|
|
thumb/cmp-rd-hs.cgs, thumb/cmp.cgs,
|
|
thumb/eor.cgs, thumb/lda-pc.cgs,
|
|
thumb/lda-sp.cgs, thumb/ldmia.cgs,
|
|
thumb/ldr-imm.cgs, thumb/ldr-pc.cgs,
|
|
thumb/ldr-sprel.cgs, thumb/ldr.cgs,
|
|
thumb/ldrb-imm.cgs, thumb/ldrb.cgs,
|
|
thumb/ldrh-imm.cgs, thumb/ldrh.cgs,
|
|
thumb/ldsb.cgs, thumb/ldsh.cgs,
|
|
thumb/lsl.cgs, thumb/lsr.cgs,
|
|
thumb/mov-hd-hs.cgs, thumb/mov-hd-rs.cgs,
|
|
thumb/mov-rd-hs.cgs, thumb/mov.cgs,
|
|
thumb/mul.cgs, thumb/mvn.cgs,
|
|
thumb/neg.cgs, thumb/orr.cgs,
|
|
thumb/pop-pc.cgs, thumb/pop.cgs,
|
|
thumb/push-lr.cgs, thumb/push.cgs,
|
|
thumb/ror.cgs, thumb/sbc.cgs,
|
|
thumb/stmia.cgs, thumb/str-imm.cgs,
|
|
thumb/str-sprel.cgs, thumb/str.cgs,
|
|
thumb/strb-imm.cgs, thumb/strb.cgs,
|
|
thumb/strh-imm.cgs, thumb/strh.cgs,
|
|
thumb/sub-sp.cgs, thumb/sub.cgs,
|
|
thumb/subi.cgs, thumb/subi8.cgs,
|
|
thumb/swi.cgs, thumb/tst.cgs: New files: Thumb
|
|
tests.
|
|
* xscale: New directory.
|
|
* xscale/xscale.exp: New file: Test script.
|
|
* xscale/testutils.inc: New file: Test macros.
|
|
* xscale/blx.cgs, xscale/mia.cgs,
|
|
xscale/miaph.cgs, xscale/miaxy.cgs,
|
|
xscale/mra.cgs: New files: XScale tests.
|