mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
9335d9f823
Now that ChangeLog entries are no longer used for sim patches, this commit renames all relevant sim ChangeLog to ChangeLog-2021, similar to what we would do in the context of the "Start of New Year" procedure. The purpose of this change is to avoid people merging ChangeLog entries by mistake when applying existing commits that they are currently working on. Also throw in a .gitignore entry to keep people from adding new ChangeLog files anywhere in the sim tree.
92 lines
1.9 KiB
Plaintext
92 lines
1.9 KiB
Plaintext
2021-04-08 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
* allinsn.exp (arch): Delete.
|
|
|
|
2021-02-13 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
* allinsn.exp: Define arch.
|
|
|
|
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.
|