diff options
author | Maciej W. Rozycki <macro@imgtec.com> | 2017-05-10 18:19:56 +0100 |
---|---|---|
committer | Maciej W. Rozycki <macro@imgtec.com> | 2017-05-10 18:35:34 +0100 |
commit | 9fc1813479e1518197949105c3f34da8c2e30984 (patch) | |
tree | 7fab6b2c219f8a5d75ba6a8f2a861ede695016d9 /gas/ChangeLog | |
parent | db84b98a160d20f30dbdae3e3405cfb0fa680fbd (diff) | |
download | gdb-9fc1813479e1518197949105c3f34da8c2e30984.zip gdb-9fc1813479e1518197949105c3f34da8c2e30984.tar.gz gdb-9fc1813479e1518197949105c3f34da8c2e30984.tar.bz2 |
MIPS/GAS/testsuite: Correct swapped MIPS16e subset test names
Correct the test names swapped between common and 64-bit MIPS16e subset
tests.
gas/
* testsuite/gas/mips/mips16e-sub.d: Correct test name.
* testsuite/gas/mips/mips16-32@mips16e-sub.d: Likewise.
* testsuite/gas/mips/mips16-64@mips16e-sub.d: Likewise.
* testsuite/gas/mips/mips16e-64-sub.d: Likewise.
* testsuite/gas/mips/mips16-32@mips16e-64-sub.d: Likewise.
* testsuite/gas/mips/mips16-64@mips16e-64-sub.d: Likewise.
* testsuite/gas/mips/mips16e-32@mips16e-64-sub.d: Likewise.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index b403aca..62d18c3 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,15 @@ 2017-05-10 Maciej W. Rozycki <macro@imgtec.com> + * testsuite/gas/mips/mips16e-sub.d: Correct test name. + * testsuite/gas/mips/mips16-32@mips16e-sub.d: Likewise. + * testsuite/gas/mips/mips16-64@mips16e-sub.d: Likewise. + * testsuite/gas/mips/mips16e-64-sub.d: Likewise. + * testsuite/gas/mips/mips16-32@mips16e-64-sub.d: Likewise. + * testsuite/gas/mips/mips16-64@mips16e-64-sub.d: Likewise. + * testsuite/gas/mips/mips16e-32@mips16e-64-sub.d: Likewise. + +2017-05-10 Maciej W. Rozycki <macro@imgtec.com> + * testsuite/gas/mips/mips16-macro.l: Remove list test. 2017-05-10 Maciej W. Rozycki <macro@imgtec.com> |