TI C54x target.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / macros / macros.exp
index a51e4859867e2d537a617a8c59438a3031a2a64b..c5f4124845c47f31ee71c3c63f0750a309d11fb6 100644 (file)
@@ -4,19 +4,26 @@ if ![istarget hppa*-*-*] {
     run_dump_test test1
 }
 
-run_dump_test test2
+if ![istarget *c54x*-*-*] {
+    run_dump_test test2
+}
 
 run_dump_test test3
 
-run_dump_test irp
+if ![istarget *c54x*-*-*] {
+    run_dump_test irp
+    run_dump_test rept
+}
 
-run_dump_test rept
 
 gas_test_error "err.s" "" "macro infinite recursion"
 
 case $target_triplet in {
     { hppa*-*-* } { }
+    { *c54x*-*-* } { }
     default {
        run_dump_test semi
     }
 }
+
+run_dump_test strings
This page took 0.026085 seconds and 4 git commands to generate.