]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/testsuite/gas/h8300/bitops4s.s
* gas/h8300/cbranchh.s: Switch into h8300h mode.
authorJeff Law <law@redhat.com>
Tue, 18 Jun 1996 19:50:54 +0000 (19:50 +0000)
committerJeff Law <law@redhat.com>
Tue, 18 Jun 1996 19:50:54 +0000 (19:50 +0000)
commite34c4939b5cfcc7c3b69a34d68573cd77d0bc435
tree74cda65dd4bf8b906036b1603850f6d455314c53
parente4012892a3be94996e0c5b3670b54e86efde35dd
    * gas/h8300/cbranchh.s: Switch into h8300h mode.
        * gas/h8300/h8300.exp (H8/300H misc tests): Fix test names.
Just something I noticed.

        * gas/h8300/{addsubs.s,bitops1s.s,bitops2s.s}: New tests for the
        H8/S.
        * gas/h8300/{bitops3.s,bitops4.s,cbranchs.s,logicals.s}: Likewise.
        * gas/h8300/{branchess.s,compares.s,macs.s,decimals.s}: Likewise.
        * gas/h8300/{incdecs.s,divmuls.s,miscs.s,multiples.s}: Likewise.
        * gas/h8300/{movbs.s,movws.s,movls.s,pushpops.s}: Likewise.
        * gas/h8300/{rotshifts.s,extends.s}: Likewise.
        * gas/h8300/h8300.exp: Run them.
Sanitized away until status is clarified.
23 files changed:
gas/testsuite/.Sanitize
gas/testsuite/gas/h8300/.Sanitize
gas/testsuite/gas/h8300/addsubs.s [new file with mode: 0644]
gas/testsuite/gas/h8300/bitops1s.s [new file with mode: 0644]
gas/testsuite/gas/h8300/bitops2s.s [new file with mode: 0644]
gas/testsuite/gas/h8300/bitops3s.s [new file with mode: 0644]
gas/testsuite/gas/h8300/bitops4s.s [new file with mode: 0644]
gas/testsuite/gas/h8300/branchess.s [new file with mode: 0644]
gas/testsuite/gas/h8300/cbranchs.s [new file with mode: 0644]
gas/testsuite/gas/h8300/compares.s [new file with mode: 0644]
gas/testsuite/gas/h8300/decimals.s [new file with mode: 0644]
gas/testsuite/gas/h8300/divmuls.s [new file with mode: 0644]
gas/testsuite/gas/h8300/extends.s [new file with mode: 0644]
gas/testsuite/gas/h8300/incdecs.s [new file with mode: 0644]
gas/testsuite/gas/h8300/logicals.s [new file with mode: 0644]
gas/testsuite/gas/h8300/macs.s [new file with mode: 0644]
gas/testsuite/gas/h8300/miscs.s [new file with mode: 0644]
gas/testsuite/gas/h8300/movbs.s [new file with mode: 0644]
gas/testsuite/gas/h8300/movls.s [new file with mode: 0644]
gas/testsuite/gas/h8300/movws.s [new file with mode: 0644]
gas/testsuite/gas/h8300/multiples.s [new file with mode: 0644]
gas/testsuite/gas/h8300/pushpops.s [new file with mode: 0644]
gas/testsuite/gas/h8300/rotshifts.s [new file with mode: 0644]