diff options
author | Christian Groessler <chris@groessler.org> | 2012-10-26 08:14:07 +0000 |
---|---|---|
committer | Christian Groessler <chris@groessler.org> | 2012-10-26 08:14:07 +0000 |
commit | 747a4ac1f42fa0fc458b07ca0370c87f9cd7ad44 (patch) | |
tree | 4b94f90d8c2fc239c239e969b180ed8dbd2bc5e3 /gas/testsuite/ChangeLog | |
parent | 1fe532cf6090bf2babd3c630e07b3c8f01c2c333 (diff) | |
download | gdb-747a4ac1f42fa0fc458b07ca0370c87f9cd7ad44.zip gdb-747a4ac1f42fa0fc458b07ca0370c87f9cd7ad44.tar.gz gdb-747a4ac1f42fa0fc458b07ca0370c87f9cd7ad44.tar.bz2 |
gas/testsuite:
* gas/z8k/z8k.exp: Run translate-ops test.
* gas/z8k/translate-ops.s: New file.
* gas/z8k/translate-ops.d: New file.
opcodes:
* z8kgen.c (struct op): Fix encoding for translate opcodes (trdb,
trdrb, trib, trirb, trtdb, trtdrb, trtib, trtirb). Remove
non-existing opcode trtrb.
* z8k-opc.h: Regenerate.
Diffstat (limited to 'gas/testsuite/ChangeLog')
-rw-r--r-- | gas/testsuite/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 715628b..847c87b 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2012-10-26 Christian Groessler <chris@groessler.org> + + * gas/z8k/z8k.exp: Run translate-ops test. + * gas/z8k/translate-ops.s: New file. + * gas/z8k/translate-ops.d: New file. + 2012-10-26 Alan Modra <amodra@gmail.com> * gas/ppc/power4.s: Fix invalid lq offsets. |