Add support for 64-bit ARM architecture: AArch64
[deliverable/binutils-gdb.git] / ld / testsuite / ld-srec / srec.exp
index 7f13e9c1fbe42b88e0c68a47b3885202b73ff0d7..001fb2e1655950350850980b7be02c2dbd769d55 100644 (file)
@@ -250,9 +250,12 @@ proc run_srec_test { test objs } {
        setup_xfail "sh64*-*-*"
     }
 
-    if {[istarget arm*-*-*]} {
-        # ARM targets cannot convert format in the linker 
+    if {[istarget aarch64*-*-*]   || \
+        [istarget arm*-*-*]} {
+        # ARM targets cannot convert format in the linker
         # using the --oformat command line switch
+       setup_xfail "aarch64-*-*"
+       setup_xfail "aarch64_be-*-*"
        setup_xfail "arm*-*-*"
     }
 
This page took 0.02408 seconds and 4 git commands to generate.