* gas/arm/gas.exp: The arm6 test should report errors, for now.
authorKen Raeburn <raeburn@cygnus>
Sat, 10 Dec 1994 01:28:29 +0000 (01:28 +0000)
committerKen Raeburn <raeburn@cygnus>
Sat, 10 Dec 1994 01:28:29 +0000 (01:28 +0000)
gas/testsuite/ChangeLog
gas/testsuite/gas/arm/gas.exp

index 102ba95f13339ee68b640ed225228a1768731984..97ed53e3c0cf863274d63f4064550fd554b93f94 100644 (file)
@@ -1,3 +1,7 @@
+Fri Dec  9 19:54:04 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
+
+       * gas/arm/gas.exp: The arm6 test should report errors, for now.
+
 Thu Dec  8 20:19:09 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
 
        * lib/gas-defs.exp: Use -i in expect_after command.
index 657a1ff4e6a796febcf8704af0cad0b5ab5dffbb..92f6adcd8d08038b6fdb5401d080bcfdf26bf4f8 100644 (file)
@@ -6,7 +6,9 @@ if [istarget arm-*-riscix*] then {
 
     gas_test "arm3.s" "" $stdoptlist "Arm 3 instructions"
 
-    gas_test "arm6.s" "" $stdoptlist "Arm 6 instructions"
+    # These instructions aren't supported, and I'm told some are
+    # actually invalid.
+    gas_test_error "arm6.s" "" "Arm 6 instructions"
 
     gas_test "copro.s" "" $stdoptlist "Co processor instructions"
 
This page took 0.027275 seconds and 4 git commands to generate.