Applied Stephane Carrez <Stephane.Carrez@worldnet.fr> patches to add support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / m68k / all.exp
index 766d17ddc21faa6f361d88859fb57c9f8fe4c7cd..d5261708be549f6d940d1e399ce15397d140267a 100644 (file)
@@ -1,8 +1,23 @@
 #
 # Some generic m68k tests
 #
+if [istarget "m68hc11-*-*"] then {
+   return
+}
+if [istarget "m68hc12-*-*"] then {
+   return
+}
+if [istarget "m6811-*-*"] then {
+   return
+}
+if [istarget "m6812-*-*"] then {
+   return
+}
 if [istarget m68*-*-*] then {
     gas_test "t2.s" "" "" "cross-section branch"
+    if [istarget m68*-motorola-sysv] then {
+       run_dump_test t2
+    }
 
     gas_test "pic1.s" "" "" "PIC generation"
 
@@ -10,7 +25,7 @@ if [istarget m68*-*-*] then {
 
     gas_test_error "p2410.s" "" "out-of-range 'bras'"
 
-    run_dump_test schwab
+    run_dump_test pcrel
     run_dump_test operands
     run_dump_test cas
     run_dump_test bitfield
@@ -24,7 +39,7 @@ if [istarget m68*-*-*] then {
        verbose "$comp_output" 3
        fail $testname
     } else {
-       if [regexp_diff "err.out" "$srcdir$subdir/op68000.d"] then {
+       if [regexp_diff "err.out" "$srcdir/$subdir/op68000.d"] then {
            fail $testname
        } else {
            pass $testname
@@ -33,4 +48,4 @@ if [istarget m68*-*-*] then {
 }
 if [info exists errorInfo] then {
     unset errorInfo
-    }
+}
This page took 0.027801 seconds and 4 git commands to generate.