From: Stephane Carrez Date: Sun, 4 Feb 2001 14:06:30 +0000 (+0000) Subject: * gas/m68hc11/malis.s: New test to verify compliance with Motorola X-Git-Tag: binutils-2_11~81 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0f1880a4306f53151d6fd535cf6ee28e68defb7b;p=thirdparty%2Fbinutils-gdb.git * gas/m68hc11/malis.s: New test to verify compliance with Motorola Assembly Language Input Standard. * gas/m68hc11/malis.d: New file. * gas/m68hc11/malis-include.s: New file. * gas/m68hc11/all.exp: Add the new test. --- diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 1d8f6c8dbf0..55f3bfd2ea8 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,11 @@ +2001-02-04 Stephane Carrez + + * gas/m68hc11/malis.s: New test to verify compliance with Motorola + Assembly Language Input Standard. + * gas/m68hc11/malis.d: New file. + * gas/m68hc11/malis-include.s: New file. + * gas/m68hc11/all.exp: Add the new test. + 2001-01-12 Alan Modra * gas/i386/i386.exp (gas_64_check): Correct target string. diff --git a/gas/testsuite/gas/m68hc11/all.exp b/gas/testsuite/gas/m68hc11/all.exp index 2c6c292f431..9fe5bf466dc 100644 --- a/gas/testsuite/gas/m68hc11/all.exp +++ b/gas/testsuite/gas/m68hc11/all.exp @@ -16,6 +16,9 @@ run_dump_test all_insns run_dump_test insns-dwarf2 run_dump_test lbranch-dwarf2 +# Compliance with Motorola Assembly Language Input Standard +run_dump_test malis + # Some 68HC12 tests run_dump_test opers12 run_dump_test opers12-dwarf2 \ No newline at end of file