]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* gas/m68hc11/malis.s: New test to verify compliance with Motorola
authorStephane Carrez <stcarrez@nerim.fr>
Sun, 4 Feb 2001 14:06:30 +0000 (14:06 +0000)
committerStephane Carrez <stcarrez@nerim.fr>
Sun, 4 Feb 2001 14:06:30 +0000 (14:06 +0000)
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.

gas/testsuite/ChangeLog
gas/testsuite/gas/m68hc11/all.exp

index 1d8f6c8dbf0253fc283c004d7d09038ec5c37202..55f3bfd2ea89366038ec73aeea7088af65ebbd12 100644 (file)
@@ -1,3 +1,11 @@
+2001-02-04  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+       * 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  <alan@linuxcare.com.au>
 
        * gas/i386/i386.exp (gas_64_check): Correct target string.
index 2c6c292f431251d4d53bbe6f76458e4527c2ccdd..9fe5bf466dcb5263022edfcdf2e2ec1aff5dd06e 100644 (file)
@@ -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