RISC-V: Disallow output format changes.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-srec / srec.exp
index fb6162f0560fdbb85ef3f3f4c4de8ff2e7efa8c0..7cda271039ea58ac644d8a488d7d90132808f17a 100644 (file)
@@ -282,6 +282,12 @@ proc run_srec_test { test objs } {
        setup_xfail "msp430*-*-*"
     }
 
+    # The RISC-V target does not correctly process
+    # relocs when output format is not ELF.
+    if [istarget riscv*-*-*] {
+       setup_xfail "riscv*-*-*"
+    }
+
     # SH64 targets cannot convert format in the linker 
     # using the -oformat command line switch.
     if [istarget sh64*-*-elf] {
This page took 0.024075 seconds and 4 git commands to generate.