diff options
author | Andrew Burgess <andrew.burgess@embecosm.com> | 2016-02-01 20:01:52 +0000 |
---|---|---|
committer | Andrew Burgess <andrew.burgess@embecosm.com> | 2016-02-02 11:09:17 +0000 |
commit | a012b298ba2fe5f173313d9fa47aae76bbabdd6a (patch) | |
tree | 876d237d4858078065cdba3a2fab16db2989a35e /gas/ChangeLog | |
parent | 2f74d480dded659377cad17cb4d886e2df0bbeab (diff) | |
download | gdb-a012b298ba2fe5f173313d9fa47aae76bbabdd6a.zip gdb-a012b298ba2fe5f173313d9fa47aae76bbabdd6a.tar.gz gdb-a012b298ba2fe5f173313d9fa47aae76bbabdd6a.tar.bz2 |
epiphany/gas: Remove .l suffix from expected test results
In commit 02a79b89fdeadccb67048291e6c2a1e5ce6ad623 all instruction
aliases that have a '.l' suffix were marked as NO-DIS, so the
disassembler will not display them, in preference to the instruction
without the suffix. However, the gas testsuite was not updated at the
time, this commit fixes that oversight.
gas/ChangeLog:
* testsuite/gas/epiphany/addr-syntax.d: Remove unneeded '.l'
suffixes from instruction mnemonics in expected output.
* testsuite/gas/epiphany/allinsn.d: Likewise.
* testsuite/gas/epiphany/regression.d: Likewise.
* testsuite/gas/epiphany/sample.d: Likewise.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index dfaebd6..7133f6c 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,13 @@ 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. + * testsuite/gas/epiphany/regression.d: Likewise. + * testsuite/gas/epiphany/sample.d: Likewise. + +2016-02-02 Andrew Burgess <andrew.burgess@embecosm.com> + * testsuite/gas/epiphany/addr-syntax.d: Update expected register names. * testsuite/gas/epiphany/allinsn.d: Likewise. |