Add ARM CFI support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / cfi / cfi.exp
index 8824c227e94ea05eacf1dec6e18a2692c422354e..21483b14e1f54dfba441b93a4c4ebd16f05059e3 100644 (file)
@@ -36,6 +36,29 @@ if [istarget "x86_64-*"] then {
        run_dump_test "cfi-s390x-1"
     }
 
+} elseif { [istarget "m68*-*"] } then {
+    run_dump_test "cfi-m68k"
+
+} elseif { [istarget sparc*-*-*] } then {
+    global NM
+    global NMFLAGS
+    global srcdir
+
+    catch "exec $srcdir/lib/run $NM $NMFLAGS --help" nm_help
+    run_dump_test "cfi-sparc-1"
+    if { [regexp "elf64\[_-\]sparc" $nm_help] } then {
+       run_dump_test "cfi-sparc64-1"
+    }
+
+} elseif [istarget "sh*-*"] then {
+    if { [istarget sh64*-*-*] || [istarget sh5*-*-*] } then {
+    } else {
+       run_dump_test "cfi-sh-1"
+    }
+
+} elseif { [istarget "arm*-*"] || [istarget "xscale*-*"] } then {
+    run_dump_test "cfi-arm-1"
+
 } else {
     return
 }
@@ -44,3 +67,4 @@ run_list_test "cfi-diag-1" ""
 run_dump_test "cfi-common-1"
 run_dump_test "cfi-common-2"
 run_dump_test "cfi-common-3"
+run_dump_test "cfi-common-4"
This page took 0.023458 seconds and 4 git commands to generate.