Recognize more targets as ELF for testing
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / objcopy.exp
index ee88151e2384d732bf9f6c086b09e74af1d3fbf1..8d8b39909eb8e17a091d05a31b492b3946ae4375 100644 (file)
@@ -564,7 +564,7 @@ proc copy_setup { } {
     set res [build_wrapper testglue.o]
     set flags { debug }
 
-    if { [istarget *-*-uclinux*] && ![istarget tic6x-*-*] } {
+    if { [istarget *-*-uclinux*] && ![istarget tic6x-*-*] && ![istarget arm*-*-uclinuxfdpiceabi] } {
        return 1
     }
 
@@ -651,7 +651,6 @@ proc copy_executable { prog flags test1 test2 } {
            setup_xfail "*-*-*"
        }
 
-       setup_xfail "arm*-*-coff"
        setup_xfail "arm*-*-pe"
        setup_xfail "*-*-mingw*"
        setup_xfail "*-*-cygwin*"
@@ -1059,6 +1058,7 @@ if [is_elf_format] {
        run_dump_test "note-3-32"
        run_dump_test "note-4-32"
     }
+    run_dump_test "note-5"
 }
 
 run_dump_test "copy-2"
@@ -1081,7 +1081,9 @@ if [is_elf_format] {
 
     if { [istarget "mips64*-*-openbsd*"] } {
        set reloc_format mips64
-    } elseif { [istarget "arm-*"] \
+    } elseif { ([istarget "arm*-*"] \
+               && ![istarget "*-*-vxworks"] \
+               && ![istarget "*-*-windiss"]) \
               || [istarget "d10v-*"] \
               || [istarget "dlx-*"] \
               || [istarget "i*86-*"] \
This page took 0.024864 seconds and 4 git commands to generate.