mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-30 12:44:10 +08:00
c0d6a6e582
The sim_init function was called by runtest for each test when --tool was set to sim. When we changed to --tool '' to collapse the testsuite dir, the init function was no longer called on every test. However, it was still being called explicitly by config/default.exp. It's not clear why that explicit call ever existed since, in the past, it meant it was redundant. Lets drop the single sim_init call in config/default.exp and move it out to all our tests. This replicates the runtest behavior so we can setup variables on a per-test basis which allows us to recollapse the sim_path logic back. We'll also leverage this in the future for toolchain setup. Also add a few comments clarifying the overall runtime behavior. |
||
---|---|---|
.. | ||
adc.cgs | ||
add-hd-hs.cgs | ||
add-hd-rs.cgs | ||
add-rd-hs.cgs | ||
add-sp.cgs | ||
add.cgs | ||
addi8.cgs | ||
addi.cgs | ||
allthumb.exp | ||
and.cgs | ||
asr.cgs | ||
b.cgs | ||
bcc.cgs | ||
bcs.cgs | ||
beq.cgs | ||
bge.cgs | ||
bgt.cgs | ||
bhi.cgs | ||
bic.cgs | ||
bl-hi.cgs | ||
bl-lo.cgs | ||
ble.cgs | ||
bls.cgs | ||
blt.cgs | ||
bmi.cgs | ||
bne.cgs | ||
bpl.cgs | ||
bvc.cgs | ||
bvs.cgs | ||
bx-hs.cgs | ||
bx-rs.cgs | ||
cmn.cgs | ||
cmp-hd-hs.cgs | ||
cmp-hd-rs.cgs | ||
cmp-rd-hs.cgs | ||
cmp.cgs | ||
eor.cgs | ||
lda-pc.cgs | ||
lda-sp.cgs | ||
ldmia.cgs | ||
ldr-imm.cgs | ||
ldr-pc.cgs | ||
ldr-sprel.cgs | ||
ldr.cgs | ||
ldrb-imm.cgs | ||
ldrb.cgs | ||
ldrh-imm.cgs | ||
ldrh.cgs | ||
ldsb.cgs | ||
ldsh.cgs | ||
lsl.cgs | ||
lsr.cgs | ||
mov-hd-hs.cgs | ||
mov-hd-rs.cgs | ||
mov-rd-hs.cgs | ||
mov.cgs | ||
mul.cgs | ||
mvn.cgs | ||
neg.cgs | ||
orr.cgs | ||
pop-pc.cgs | ||
pop.cgs | ||
push-lr.cgs | ||
push.cgs | ||
ror.cgs | ||
sbc.cgs | ||
stmia.cgs | ||
str-imm.cgs | ||
str-sprel.cgs | ||
str.cgs | ||
strb-imm.cgs | ||
strb.cgs | ||
strh-imm.cgs | ||
strh.cgs | ||
sub-sp.cgs | ||
sub.cgs | ||
subi8.cgs | ||
subi.cgs | ||
swi.cgs | ||
testutils.inc | ||
tst.cgs |