]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* gas/h8300/{addsub.s,bitops1.s,bitops2.s}: New h8300 tests.
authorJeff Law <law@redhat.com>
Fri, 5 Apr 1996 17:13:28 +0000 (17:13 +0000)
committerJeff Law <law@redhat.com>
Fri, 5 Apr 1996 17:13:28 +0000 (17:13 +0000)
commit0066efbab5517390d4f1ab074e06da97663a1586
tree0e9dcc1039ad149dd4ba48e3b65143d6dd8d6196
parente94c0e40b2d713f4bce23a4b4affcd92cd923c5c
    * gas/h8300/{addsub.s,bitops1.s,bitops2.s}: New h8300 tests.
        * gas/h8300/{bitops3.s,bitops4.s,branches.s}: New h8300 tests.
        * gas/h8300/{cbranch.s,compare.s,decimal.s}: New h8300 tests.
        * gas/h8300/{divmul.s,incdec.s,logical.s}: New h8300 tests.
        * gas/h8300/{misc.s,movb.s,movw.s}: New h8300 tests.
        * gas/h8300/{pushpop.s,rotshift.s}: New h8300 tests.
        * gas/h8300/h8300.exp: Run them.
To keep me from screwing up the assembler...
20 files changed:
gas/testsuite/ChangeLog
gas/testsuite/gas/h8300/.Sanitize
gas/testsuite/gas/h8300/addsub.s [new file with mode: 0644]
gas/testsuite/gas/h8300/bitops1.s [new file with mode: 0644]
gas/testsuite/gas/h8300/bitops2.s [new file with mode: 0644]
gas/testsuite/gas/h8300/bitops3.s [new file with mode: 0644]
gas/testsuite/gas/h8300/bitops4.s [new file with mode: 0644]
gas/testsuite/gas/h8300/branches.s [new file with mode: 0644]
gas/testsuite/gas/h8300/cbranch.s [new file with mode: 0644]
gas/testsuite/gas/h8300/compare.s [new file with mode: 0644]
gas/testsuite/gas/h8300/decimal.s [new file with mode: 0644]
gas/testsuite/gas/h8300/divmul.s [new file with mode: 0644]
gas/testsuite/gas/h8300/h8300.exp [new file with mode: 0644]
gas/testsuite/gas/h8300/incdec.s [new file with mode: 0644]
gas/testsuite/gas/h8300/logical.s [new file with mode: 0644]
gas/testsuite/gas/h8300/misc.s [new file with mode: 0644]
gas/testsuite/gas/h8300/movb.s [new file with mode: 0644]
gas/testsuite/gas/h8300/movw.s [new file with mode: 0644]
gas/testsuite/gas/h8300/pushpop.s [new file with mode: 0644]
gas/testsuite/gas/h8300/rotshift.s [new file with mode: 0644]