binutils-gdb/sim/testsuite/aarch64/ChangeLog
Mike Frysinger 1368b914e9 sim: testsuite: flatten tree
Now that all port tests live under testsuite/sim/*/, and none live
in testsuite/ directly, flatten the structure by moving all of the
dirs under testsuite/sim/ to testsuite/ directly.

We need to stop passing --tool to dejagnu so that it searches all
dirs and not just ones that start with "sim".  Since we have no
other dirs in this tree, and no plans to add any, should be fine.
2021-01-15 19:18:34 -05:00

84 lines
1.7 KiB
Plaintext

2017-04-22 Jim Wilson <jim.wilson@linaro.org>
* fcvtz.s, fstur.s, ldn_single.s, ldnr.s, mla.s, mls.s, uzp.s: Align
data.
* sumulh.s: Delete unnecessary data alignment.
* stn_single.s: Align data. Fix unaligned ldr insns. Adjust cmp
arguments to match change.
* ldn_multiple.s, stn_multiple.s: New.
2017-04-08 Jim Wilson <jim.wilson@linaro.org>
* fcvtl.s: New.
* fcmXX.s: New.
2017-03-25 Jim Wilson <jim.wilson@linaro.org>
* adds.s: Add checks for values -2 and 1, where C is not set.
2017-03-03 Jim Wilson <jim.wilson@linaro.org>
* sumov.s: Correct compare test values.
* sumulh.s: New.
2017-02-25 Jim Wilson <jim.wilson@linaro.org>
* sumov.s: New.
* cnt.s: New.
2017-02-19 Jim Wilson <jim.wilson@linaro.org>
* bit.s: Change cmp immediates to account for addv bug fix.
* cmtst.s, ldn_single.s, stn_single.s: Likewise.
* xtl.s: New.
2017-02-14 Jim Wilson <jim.wilson@linaro.org>
* mla.s: New.
* bit.s: New.
* ldn_single.s: New.
* ldnr.s: New.
* stn_single.s: New.
2017-01-23 Jim Wilson <jim.wilson@linaro.org>
* cmtst.s: New.
2017-01-17 Jim Wilson <jim.wilson@linaro.org>
* addv.s: New.
* xtn.s: New.
2017-01-09 Jim Wilson <jim.wilson@linaro.org>
* uzp.s: New.
2017-01-04 Jim Wilson <jim.wilson@linaro.org>
* fcsel.s: New.
* fcvtz.s: New.
* fminnm.s: New.
* mls.s: New.
* mul.s: New.
2016-12-21 Jim Wilson <jim.wilson@linaro.org>
* fcmp.s: New.
2016-12-13 Jim Wilson <jim.wilson@linaro.org>
* testutils.inc (pass): Move .Lpass to start.
(fail): Move .Lfail to start. Return 1 instead of 0.
(start): Moved .Lpass and .Lfail to here.
* adds.s: New.
* fstur.s: New.
* tbnz.s: New.
2015-11-24 Nick Clifton <nickc@redhat.com>
* pass.s, allinsn.exp, testutils.inc: New files.