]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - ld/testsuite/ld-elf/export-class.exp
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-elf / export-class.exp
index 81ce55aaa13df4013e28f78382d695d81b21d961..daaf00448a4f905f3bd5d5ac246625d82ec28fe4 100644 (file)
@@ -1,6 +1,6 @@
 # Expect script for symbol export classes.
 #
-# Copyright 2012 Free Software Foundation, Inc.
+# Copyright (C) 2012-2020 Free Software Foundation, Inc.
 #
 # This file is part of the GNU Binutils.
 #
@@ -32,6 +32,7 @@ if { ![is_elf_format] } {
 # Exclude some more targets; feel free to include your favorite one
 # if you like.
 if { ![istarget *-*-linux*]
+     && ![istarget arm*-*-uclinuxfdpiceabi]
      && ![istarget *-*-nacl*]
      && ![istarget *-*-gnu*] } {
     return
@@ -44,7 +45,7 @@ set testname "Symbol export class test"
 run_ld_link_tests [list \
     [list \
        "$testname (auxiliary shared object)" \
-       "-shared -version-script export-class-lib.ver" \
+       "-shared -version-script export-class-lib.ver" "" \
        "" \
        { export-class-lib.s } \
        {} \
@@ -58,7 +59,7 @@ run_ld_link_tests [list \
 run_ld_link_tests [list \
     [list \
        "$testname (initial static object)" \
-       "-r" \
+       "-r" "" \
        "" \
        { export-class-ref.s } \
        {} \
@@ -75,7 +76,7 @@ run_ld_link_tests [list \
 run_ld_link_tests [list \
     [list \
        "$testname (final shared object)" \
-       "-shared -Tdata=0x12340000 tmpdir/export-class-ref-r.o tmpdir/export-class-lib.so" \
+       "-shared -Tdata=0x12340000 tmpdir/export-class-ref-r.o tmpdir/export-class-lib.so" "" \
        "" \
        { export-class-dep.s export-class-def.s } \
        { \