diff options
author | Alan Modra <amodra@gmail.com> | 2017-02-14 20:30:27 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2017-02-14 21:12:07 +1030 |
commit | 606a935e3a9066ab11308b8c934c9bdec7f128d3 (patch) | |
tree | 971ec6f0d5cc56af6701c4d55890ac54f3de3883 /gas/ChangeLog | |
parent | e278ae05839ccffa234e0bfb4286b9f9a9dfbd28 (diff) | |
download | gdb-606a935e3a9066ab11308b8c934c9bdec7f128d3.zip gdb-606a935e3a9066ab11308b8c934c9bdec7f128d3.tar.gz gdb-606a935e3a9066ab11308b8c934c9bdec7f128d3.tar.bz2 |
Fix powerpc testsuite source errors
PR 21118 work exposed these errors in the testsuite.
* testsuite/gas/ppc/cell.s: Correct invalid registers.
* testsuite/gas/ppc/vle-simple-1.s: Likewise.
* testsuite/gas/ppc/vle-simple-2.s: Likewise.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 27e5885..c3ae0a5 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2017-02-14 Alan Modra <amodra@gmail.com> + + * testsuite/gas/ppc/cell.s: Correct invalid registers. + * testsuite/gas/ppc/vle-simple-1.s: Likewise. + * testsuite/gas/ppc/vle-simple-2.s: Likewise. + 2017-02-13 Thomas Preud'homme <thomas.preudhomme@arm.com> * config/tc-arm.c (parse_ifimm_zero): Make prefix optional in unified |