diff options
author | Michael Snyder <msnyder@vmware.com> | 2003-06-05 18:52:00 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2003-06-05 18:52:00 +0000 |
commit | fe8aec39a751c7275f99601958f9f58e1de44459 (patch) | |
tree | bfd2ba4f6c71dd5c2e72486de90211c819868667 /gas/testsuite/ChangeLog | |
parent | 66f2268e0d3b070efefea4e7fdd7c6da02ac92d5 (diff) | |
download | gdb-fe8aec39a751c7275f99601958f9f58e1de44459.zip gdb-fe8aec39a751c7275f99601958f9f58e1de44459.tar.gz gdb-fe8aec39a751c7275f99601958f9f58e1de44459.tar.bz2 |
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.
Diffstat (limited to 'gas/testsuite/ChangeLog')
-rw-r--r-- | gas/testsuite/ChangeLog | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 70d8fe8..665da6a 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,32 @@ +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. + 2003-06-04 Richard Henderson <rth@redhat.com> * gas/alpha/elf-usepv-1.[sd]: New. |