Remove support for using the bsd-uthread target on FreeBSD.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / shared.exp
index 3b8ab181d1f98144f3493440a34c06ff20aa04e1..300100a6c2d26056f3dc8d58f543df47f4937704 100644 (file)
@@ -50,6 +50,8 @@ if [istarget "tic6x-*-*"] {
 # - the shared library symbols have been swept in section garbage collection.
 # Verify that the symbols are global rather than local and that a version
 # script adjusts them accordingly.
+# Also verify that a version definition supplied by an object rather than
+# a version script and forcibly exported is unaffected by section GC.
 if { [check_gc_sections_available] } {
     run_ld_link_tests [list \
        [list \
@@ -77,7 +79,41 @@ if { [check_gc_sections_available] } {
            {pr20828.s} \
            {{readelf --dyn-syms pr20828-b.sd} \
             {readelf --dyn-syms pr20828-c.sd}} \
-           "pr20828-2.so"]]
+           "pr20828-2.so"] \
+       [list \
+           "PR ld/20828 dynamic symbols with section GC\
+            (versioned shared library)" \
+           "$LFLAGS -shared --gc-sections -T pr20828.ld\
+            --version-script=pr20828-v.ver" \
+           "" "$AFLAGS_PIC" \
+           {pr20828.s} \
+           {{readelf --dyn-syms pr20828-c.sd} \
+            {readelf --dyn-syms pr20828-d.sd} \
+            {readelf --dyn-syms pr20828-e.sd}} \
+           "libpr20828-v.so"] \
+       [list \
+           "PR ld/20828 dynamic symbols with section GC (versioned)" \
+           "$LFLAGS -shared --gc-sections -T pr20828.ld\
+            --version-script=pr20828-v.ver" \
+           "tmpdir/libpr20828-v.so" \
+           "$AFLAGS_PIC" \
+           {pr20828.s} \
+           {{readelf --dyn-syms pr20828-c.sd} \
+            {readelf --dyn-syms pr20828-d.sd} \
+            {readelf --dyn-syms pr20828-e.sd}} \
+           "pr20828-v.so"] \
+       [list \
+           "PR ld/20828 forcibly exported symbol version without section GC" \
+           "$LFLAGS -e foo -E -T pr20828-v.ld" "" "" \
+           {pr20828-v.s} \
+           {{objdump -p pr20828-v.od}} \
+           "pr20828-v-1"] \
+       [list \
+           "PR ld/20828 forcibly exported symbol version with section GC" \
+           "$LFLAGS -e foo --gc-sections -E -T pr20828-v.ld" "" "" \
+           {pr20828-v.s} \
+           {{objdump -p pr20828-v.od}} \
+           "pr20828-v-2"]]
 }
 
 # Check to see if the C compiler works
@@ -292,7 +328,7 @@ set build_tests {
    "" ""
    {pr2404b.c} {} "libpr2404b.a"}
   {"Build rdynamic-1"
-   "-rdynamic -Wl,--gc-sections" "-ffunction-sections"
+   "-Wl,-export-dynamic,--gc-sections" "-ffunction-sections"
    {rdynamic-1.c} {{readelf {-s} rdynamic-1.rd}} "rdynamic-1"}
   {"Build dynamic-1"
    "-Wl,--dynamic-list,dynamic-1.syms -Wl,--gc-sections" "-ffunction-sections"
@@ -545,10 +581,10 @@ set build_cxx_tests {
    "-shared -Wl,--dynamic-list-cpp-typeinfo" "-fPIC"
    {dl3.cc} {} "libdl3c.so" "c++"}
   {"Build libdnew1a.so with --Bsymbolic-functions --dynamic-list-cpp-new"
-   "-shared -Wl,-Bsymbolic-functions,--dynamic-list-cpp-new" "-fPIC"
+   "-shared -Wl,-Bsymbolic-functions,--dynamic-list-cpp-new" "-fPIC -ansi"
    {del.cc new.cc} {} "libnew1a.so" "c++"}
   {"Build libdnew1b.so with --dynamic-list-data --dynamic-list-cpp-new"
-   "-shared -Wl,--dynamic-list-data,--dynamic-list-cpp-new" "-fPIC"
+   "-shared -Wl,--dynamic-list-data,--dynamic-list-cpp-new" "-fPIC -ansi"
    {del.cc new.cc} {} "libnew1b.so" "c++"}
 }
 
@@ -565,10 +601,10 @@ set run_cxx_tests {
      {dl3main.cc} "dl3c" "dl3a.out" "" "c++"}
     {"Run with libnew1a.so"
      "-Wl,--no-as-needed tmpdir/libnew1a.so" ""
-     {dl5.cc} "dl5a" "dl5.out" "" "c++"}
+     {dl5.cc} "dl5a" "dl5.out" "-ansi" "c++"}
     {"Run with libnew1b.so"
      "-Wl,--no-as-needed tmpdir/libnew1b.so" ""
-     {dl5.cc} "dl5b" "dl5.out" "" "c++"}
+     {dl5.cc} "dl5b" "dl5.out" "-ansi" "c++"}
 }
 
 run_cc_link_tests $build_cxx_tests
This page took 0.025711 seconds and 4 git commands to generate.