diff options
author | Andrew Burgess <andrew.burgess@embecosm.com> | 2016-02-01 20:21:19 +0000 |
---|---|---|
committer | Andrew Burgess <andrew.burgess@embecosm.com> | 2016-02-02 11:09:17 +0000 |
commit | 5d7a901176b95b89deaea10bf184dbb0de0c93cd (patch) | |
tree | d8959b4d7453fc68aaf4e917ea6da3561132768a /gas/ChangeLog | |
parent | a012b298ba2fe5f173313d9fa47aae76bbabdd6a (diff) | |
download | gdb-5d7a901176b95b89deaea10bf184dbb0de0c93cd.zip gdb-5d7a901176b95b89deaea10bf184dbb0de0c93cd.tar.gz gdb-5d7a901176b95b89deaea10bf184dbb0de0c93cd.tar.bz2 |
epiphany/gas: Update expected test results for 0 offset loads
In commit 02a79b89fdeadccb67048291e6c2a1e5ce6ad623 some of the load
instructions with a zero offset (where the offset is not mentioned) were
marked as NO-DIS, meaning that the disassembler must display the offset,
even though it is zero.
This change seems a little strange to me as it was only applied to some
loads, not all, and the same change was not applied to the stores.
However, I'm reluctant to revert a specific change to the assembler,
when the output is obviously correct. With this commit then I simply
bring the expected assembler test results into line with what is
actually produced.
gas/ChangeLog:
* testsuite/gas/epiphany/addr-syntax.d: Add explicit 0 offset to
some load instructions.
* testsuite/gas/epiphany/allinsn.d: Likewise.
* testsuite/gas/epiphany/regression.d: Likewise.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 7133f6c..a90b3de 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,12 @@ 2016-02-02 Andrew Burgess <andrew.burgess@embecosm.com> + * testsuite/gas/epiphany/addr-syntax.d: Add explicit 0 offset to + some load instructions. + * testsuite/gas/epiphany/allinsn.d: Likewise. + * testsuite/gas/epiphany/regression.d: Likewise. + +2016-02-02 Andrew Burgess <andrew.burgess@embecosm.com> + * testsuite/gas/epiphany/addr-syntax.d: Remove unneeded '.l' suffixes from instruction mnemonics in expected output. * testsuite/gas/epiphany/allinsn.d: Likewise. |