2003-06-05 Michael Snyder <msnyder@redhat.com>
commit61ce74ae59d6a7b8a95392cf8f1ffb30f51c252c
authorMichael Snyder <msnyder@vmware.com>
Thu, 5 Jun 2003 18:52:00 +0000 (5 18:52 +0000)
committerMichael Snyder <msnyder@vmware.com>
Thu, 5 Jun 2003 18:52:00 +0000 (5 18:52 +0000)
tree6f53437d0488c90fea071d118cd17ec042c322f1
parent05d2d1ee607757173cf9346c2c4ee6896fecbd22
2003-06-05  Michael Snyder  <msnyder@redhat.com>

* gas/h8300/t01_mov.s: New file, tests mov instructions.
* gas/h8300/t02_mova.s: New file, tests mova instructions.
* gas/h8300/t03_add.s: New file, tests add instructions.
* gas/h8300/t04_sub.s: New file, tests sub instructions.
* gas/h8300/t05_cmp.s: New file, tests cmp instructions.
* gas/h8300/t06_ari2.s: New file, tests arithmetic instructions.
* gas/h8300/t07_ari3.s: New file, tests arithmetic instructions.
* gas/h8300/t08_or.s: New file, tests or instructions.
* gas/h8300/t09_xor.s: New file, tests xor instructions.
* gas/h8300/t10_and.s: New file, tests and instructions.
* gas/h8300/t11_logs.s: New file, tests logical instructions.
* gas/h8300/t12_bit.s: New file, tests bit instructions.
* gas/h8300/t13_otr.s.s: New file, tests misc. instructions.
* gas/h8300/t01_mov.exp: New file.
* gas/h8300/t02_mova.exp: New file.
* gas/h8300/t03_add.exp: New file.
* gas/h8300/t04_sub.exp: New file.
* gas/h8300/t05_cmp.exp: New file.
* gas/h8300/t06_ari2.exp: New file.
* gas/h8300/t07_ari3.exp: New file.
* gas/h8300/t08_or.exp: New file.
* gas/h8300/t09_xor.exp: New file.
* gas/h8300/t10_and.exp: New file.
* gas/h8300/t11_logs.exp: New file.
* gas/h8300/t12_bit.exp: New file.
* gas/h8300/t13_otr.exp: New file.
27 files changed:
gas/testsuite/ChangeLog
gas/testsuite/gas/h8300/t01_mov.exp [new file with mode: 0644]
gas/testsuite/gas/h8300/t01_mov.s [new file with mode: 0644]
gas/testsuite/gas/h8300/t02_mova.exp [new file with mode: 0644]
gas/testsuite/gas/h8300/t02_mova.s [new file with mode: 0644]
gas/testsuite/gas/h8300/t03_add.exp [new file with mode: 0644]
gas/testsuite/gas/h8300/t03_add.s [new file with mode: 0644]
gas/testsuite/gas/h8300/t04_sub.exp [new file with mode: 0644]
gas/testsuite/gas/h8300/t04_sub.s [new file with mode: 0644]
gas/testsuite/gas/h8300/t05_cmp.exp [new file with mode: 0644]
gas/testsuite/gas/h8300/t05_cmp.s [new file with mode: 0644]
gas/testsuite/gas/h8300/t06_ari2.exp [new file with mode: 0644]
gas/testsuite/gas/h8300/t06_ari2.s [new file with mode: 0644]
gas/testsuite/gas/h8300/t07_ari3.exp [new file with mode: 0644]
gas/testsuite/gas/h8300/t07_ari3.s [new file with mode: 0644]
gas/testsuite/gas/h8300/t08_or.exp [new file with mode: 0644]
gas/testsuite/gas/h8300/t08_or.s [new file with mode: 0644]
gas/testsuite/gas/h8300/t09_xor.exp [new file with mode: 0644]
gas/testsuite/gas/h8300/t09_xor.s [new file with mode: 0644]
gas/testsuite/gas/h8300/t10_and.exp [new file with mode: 0644]
gas/testsuite/gas/h8300/t10_and.s [new file with mode: 0644]
gas/testsuite/gas/h8300/t11_logs.exp [new file with mode: 0644]
gas/testsuite/gas/h8300/t11_logs.s [new file with mode: 0644]
gas/testsuite/gas/h8300/t12_bit.exp [new file with mode: 0644]
gas/testsuite/gas/h8300/t12_bit.s [new file with mode: 0644]
gas/testsuite/gas/h8300/t13_otr.exp [new file with mode: 0644]
gas/testsuite/gas/h8300/t13_otr.s [new file with mode: 0644]