]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - sim/testsuite/sim/h8300/ChangeLog
2003-05-30 Alexandre Oliva <aoliva@redhat.com>
authorMichael Snyder <msnyder@vmware.com>
Thu, 19 Jun 2003 02:40:12 +0000 (02:40 +0000)
committerMichael Snyder <msnyder@vmware.com>
Thu, 19 Jun 2003 02:40:12 +0000 (02:40 +0000)
commit3df3a316d3da8dcfff021182d762e20af4379df2
tree534dbebeb688e85804d2d1890a8974cf94f8fff0
parent9f70f8ec0400d4011d748ea813414819bbb5fdf7
2003-05-30  Alexandre Oliva  <aoliva@redhat.com>

* allinsn.exp: Fix typos introduced on 2003-05-27.

2003-05-29  Michael Snyder  <msnyder@redhat.com>

* tas.s: Use er4 for h8h and h8s, er3 for h8sx.

2003-05-28  Michael Snyder  <msnyder@redhat.com>

* subs.s: New file.
* subx.s: New file.
* allinsn.exp: Add new subs and subx tests.
* testutils.inc: Simplify (and fix) set_carry_flag.
(clear_carry_flag, set_zero_flag, clear_zero_flag...): New macros.
* addx.s: Use simplified set_carry_flag.

2003-05-27  Michael Snyder  <msnyder@redhat.com>

* tas.s: New file.
* band.s: New file.
* biand.s: New file.
* allinsn.exp: Add tas, band, biand tests.
* brabc.s: Add abs8 test.
* bset.s: Add bset/ne, bclr/ne tests.

2003-05-23  Michael Snyder  <msnyder@redhat.com>

* and.b.s: Add andc exr.
* or.b.s: Add orc.exr.
* xor.b.s: Add xor exr.

* jmp.s: Fix 8-bit indirect test.  Add 7-bit vector test.

2003-05-22  Michael Snyder  <msnyder@redhat.com>

* stack.s: Add rte/l and rts/l tests.
* allinsn.exp: Add stack tests.

2003-05-21  Michael Snyder  <msnyder@redhat.com>

* stack.s: New file: test stack operations.
* stack.s: Add bsr, jsr tests.
* stack.s: Add trapa, rte tests.

* div.s: Corrections for size of dividend.

2003-05-20  Michael Snyder  <msnyder@redhat.com>

* mul.s: Corrections for unsigned multiply.

* div.s: New file, test div instructions.
* allinsn.exp: Add div test.

2003-05-19  Michael Snyder  <msnyder@redhat.com>

* mul.s: New file, test mul instructions.
* allinsn.exp: Add mul test.
20 files changed:
sim/testsuite/sim/h8300/ChangeLog
sim/testsuite/sim/h8300/addx.s
sim/testsuite/sim/h8300/allinsn.exp
sim/testsuite/sim/h8300/andb.s
sim/testsuite/sim/h8300/band.s [new file with mode: 0644]
sim/testsuite/sim/h8300/biand.s [new file with mode: 0644]
sim/testsuite/sim/h8300/brabc.s
sim/testsuite/sim/h8300/bset.s
sim/testsuite/sim/h8300/div.s [new file with mode: 0644]
sim/testsuite/sim/h8300/jmp.s
sim/testsuite/sim/h8300/ldm.s
sim/testsuite/sim/h8300/mac.s
sim/testsuite/sim/h8300/mul.s [new file with mode: 0644]
sim/testsuite/sim/h8300/orb.s
sim/testsuite/sim/h8300/stack.s [new file with mode: 0644]
sim/testsuite/sim/h8300/subs.s [new file with mode: 0644]
sim/testsuite/sim/h8300/subx.s [new file with mode: 0644]
sim/testsuite/sim/h8300/tas.s [new file with mode: 0644]
sim/testsuite/sim/h8300/testutils.inc
sim/testsuite/sim/h8300/xorb.s