mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +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. |
||
---|---|---|
.. | ||
iwmmxt | ||
thumb | ||
xscale | ||
adc.cgs | ||
add.cgs | ||
allinsn.exp | ||
and.cgs | ||
b.cgs | ||
bic.cgs | ||
bl.cgs | ||
bx.cgs | ||
ChangeLog-2021 | ||
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 | ||
movw-movt.ms | ||
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 | ||
testutils.inc | ||
tst.cgs | ||
umlal.cgs | ||
umull.cgs |