[ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi.
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / objcopy.exp
index 94075f0f5709907bfde3706fa839bea9a5a233cf..2a2e757a92f12d6ade11fad66a072dc0b89b0633 100644 (file)
@@ -1,4 +1,4 @@
-#   Copyright (C) 1994-2016 Free Software Foundation, Inc.
+#   Copyright (C) 1994-2018 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -47,7 +47,6 @@ proc objcopy_test {testname srcfile} {
     global copyfile
 
     if {![binutils_assemble $srcdir/$subdir/${srcfile} $tempfile]} then {
-       perror "unresolved $testname"
        unresolved "objcopy ($testname)"
        remote_file host delete $tempfile
        return
@@ -78,19 +77,13 @@ proc objcopy_test {testname srcfile} {
        # files in the first place, and may order things a little
        # differently. Those systems should use setup_xfail here.
 
-       setup_xfail "h8300-*-coff"
-       setup_xfail "h8500-*-rtems*" "h8500-*-coff"
        setup_xfail "hppa*-*-*"
-       setup_xfail "i960-*"
-       setup_xfail "m68*-*-*coff" "m68*-*-hpux*" "m68*-*-lynxos*"
-       setup_xfail "m68*-*-sysv*" "m68*-apple-aux*"
        setup_xfail "m8*-*"
        setup_xfail "sh-*-coff*"
-       setup_xfail "tic80-*-*" "w65-*"
+       setup_xfail "tic80-*-*"
 
        clear_xfail "hppa*64*-*-hpux*" "hppa*-*-linux*" "hppa*-*-lites*"
        clear_xfail "hppa*-*-*n*bsd*" "hppa*-*-rtems*" "*-*-*elf*"
-       clear_xfail "m68*-*-sysv4*"
 
        if [string equal "" $exec_output] then {
            pass "objcopy ($testname)"
@@ -571,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
     }
 
@@ -652,11 +645,12 @@ proc copy_executable { prog flags test1 test2 } {
            setup_xfail "*-*-*"
        }
 
-       # This also fails for mips*-*-elf targets.  See elf32-mips.c
+       # This also fails for some mips targets.  See elf32-mips.c
        # mips_elf_sym_is_global.
-       setup_xfail "mips*-*-elf" "tx39-*-*"
+       if { [is_bad_symtab] } then {
+           setup_xfail "*-*-*"
+       }
 
-       setup_xfail "arm*-*-coff"
        setup_xfail "arm*-*-pe"
        setup_xfail "*-*-mingw*"
        setup_xfail "*-*-cygwin*"
@@ -840,7 +834,7 @@ proc keep_debug_symbols_and_test_copy { prog1 flags1 test1 prog2 flags2 test2 }
 }
 
 # Tests that in a debug only copy of a file the sections
-# headers whoes types have been changed to NOBITS still
+# headers whose types have been changed to NOBITS still
 # retain their sh_link fields.
 
 proc keep_debug_symbols_and_check_links { prog flags test } {
@@ -1047,10 +1041,23 @@ if [is_elf_format] {
     objcopy_test_readelf "ELF group" group-2.s
     objcopy_test_readelf "ELF group" group-3.s
     objcopy_test_readelf "ELF group" group-4.s
+    objcopy_test_readelf "GNU_MBIND section" mbind1.s
     run_dump_test "group-5"
     run_dump_test "group-6"
+    run_dump_test "group-7a"
+    run_dump_test "group-7b"
+    run_dump_test "group-7c"
     run_dump_test "copy-1"
     run_dump_test "note-1"
+    if [is_elf64 tmpdir/bintest.o] {
+       run_dump_test "note-2-64"
+       run_dump_test "note-3-64"
+       run_dump_test "note-4-64"
+    } else {
+       run_dump_test "note-2-32"
+       run_dump_test "note-3-32"
+       run_dump_test "note-4-32"
+    }
 }
 
 run_dump_test "copy-2"
@@ -1070,16 +1077,58 @@ if [is_elf_format] {
     run_dump_test "strip-8"
     run_dump_test "strip-9"
     run_dump_test "strip-12"
+
+    if { [istarget "mips64*-*-openbsd*"] } {
+       set reloc_format mips64
+    } elseif { [istarget "arm-*"] \
+              || [istarget "d10v-*"] \
+              || [istarget "dlx-*"] \
+              || [istarget "i*86-*"] \
+              || [istarget "m681*-*"] \
+              || [istarget "m68hc1*-*"] \
+              || ([istarget "mips*-*"] \
+                  && ![istarget "mips64*-ps2-elf*"] \
+                  && ![istarget "*-*-irix6*"] \
+                  && ![istarget "mips64*-*-freebsd*"] \
+                  && ![istarget "mips64*-*-kfreebsd*-gnu"] \
+                  && ![istarget "mips64*-*-linux*"]) \
+              || [istarget "score*-*"] \
+              || [istarget "xgate-*"] } {
+       set reloc_format rel
+    } else {
+       set reloc_format rela
+    }
+    run_dump_test "strip-13" [list [list source strip-13${reloc_format}.s]]
+    # Select a relocation number that corresponds to one actually
+    # supported by the target and ABI being tested.
+    if { [istarget "aarch64*-*"] } {
+       set reloc 259
+    } elseif { [istarget "ia64*-*"] \
+              || [istarget "m32r*-*"] \
+              || [istarget "nds32*-*"] \
+              || [istarget "v850*-*"] } {
+       set reloc 50
+    } elseif { [istarget "pru-*"] } {
+       set reloc 11
+    } else {
+       set reloc 1
+    }
+    run_dump_test "strip-14" [list \
+                               [list source strip-14${reloc_format}.s] \
+                               [list as "--defsym RELOC=${reloc}"] \
+                               [list as [expr {[is_elf64 tmpdir/bintest.o] \
+                                   ? "--defsym ELF64=1" : ""}]]]
+    run_dump_test "strip-15" [list \
+                               [list source strip-15${reloc_format}.s] \
+                               [list as "--defsym RELOC=${reloc}"] \
+                               [list as [expr {[is_elf64 tmpdir/bintest.o] \
+                                   ? "--defsym ELF64=1" : ""}]]]
+
     # This requires STB_GNU_UNIQUE support with OSABI set to GNU.
     if { [supports_gnu_unique] } {
        run_dump_test "strip-10"
     }
-    set extra_strip11 ""
-    if { [istarget "sh64*-*"] } {
-       # pr17755 testcase
-       set extra_strip11 { { "as" "--isa=SHmedia --abi=64" } }
-    }
-    run_dump_test "strip-11" $extra_strip11
+    run_dump_test "strip-11"
 
     if { [istarget "i*86-*"] || [istarget "x86_64-*-*"] } {
        # Check to make sure we don't strip a symbol named in relocations.
@@ -1102,18 +1151,9 @@ if [is_elf_format] {
 
     # The symbol table for some MIPS targets is sorted differently than
     # the ELF canonical order, so the regexps in localize-hidden-1.d fail
-    # to match.  These tests must be matched to targets for which
-    # targ_defvec=mips_elf32_be_vec,
-    # targ_defvec=mips_elf32_le_vec,
-    # targ_defvec=mips_elf32_n_be_vec or
-    # targ_defvec=mips_elf32_n_le_vec in config.bfd.  When syncing,
-    # don't forget that earlier case-matches trump later ones.
-    if { ![istarget "mips*-sde-elf*"] && ![istarget "mips*-mti-elf*"]
-        && ![istarget "mips*-img-elf*"]
-         && ![istarget "mips64*-*-openbsd*"] } {
-       setup_xfail "mips*-*-irix5*" "mips*-*-irix6*" "mips*-*-elf*" \
-           "mips*-*-rtems*" "mips*-*-windiss" "mips*-*-none" \
-           "mips*-*-openbsd*" "mips*-*-chorus*"
+    # to match.
+    if { [is_bad_symtab] } then {
+       setup_xfail "*-*-*"
     }
     run_dump_test "localize-hidden-1"
     run_dump_test "testranges"
@@ -1125,6 +1165,17 @@ if [is_elf_format] {
 
     run_dump_test "exclude-1a"
     run_dump_test "exclude-1b"
+
+    run_dump_test "only-section-01"
+    run_dump_test "remove-section-01"
+
+    # Test the remove relocation functionality
+    set test_list [lsort [glob -nocomplain $srcdir/$subdir/remove-relocs-*.d]]
+    foreach t $test_list {
+        # We need to strip the ".d", but can leave the dirname.
+        verbose [file rootname $t]
+        run_dump_test [file rootname $t]
+    }
 }
 run_dump_test "localize-hidden-2"
 
@@ -1166,4 +1217,8 @@ proc objcopy_test_without_global_symbol { } {
     pass $test
 }
 
+# The AArch64 and ARM targets preserve mapping symbols
+# in object files, so they will fail this test.
+setup_xfail aarch64*-*-* arm*-*-*
+
 objcopy_test_without_global_symbol
This page took 0.047147 seconds and 4 git commands to generate.