* lib/ld-lib.exp (run_ld_link_tests): Add another argument, pass
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / export-class.exp
index 88f47b56627b08b89032e56e45ab9b24a5f6014d..98524a32f06bf2bea3ab89f2792c4f5156606776 100644 (file)
@@ -44,7 +44,7 @@ set testname "i386 symbol export class test"
 run_ld_link_tests [list \
     [list \
        "$testname (auxiliary shared object)" \
-       "-shared -version-script ../ld-elf/export-class-lib.ver" \
+       "-shared -version-script ../ld-elf/export-class-lib.ver" "" \
        "" \
        { ../ld-elf/export-class-lib.s } \
        {} \
@@ -58,7 +58,7 @@ run_ld_link_tests [list \
 run_ld_link_tests [list \
     [list \
        "$testname (initial static object)" \
-       "-r" \
+       "-r" "" \
        "" \
        { ../ld-elf/export-class-ref.s } \
        {} \
@@ -75,7 +75,7 @@ run_ld_link_tests [list \
 run_ld_link_tests [list \
     [list \
        "$testname (final shared object)" \
-       "-shared -Tdata=0x12340000 tmpdir/i386-export-class-ref-r.o tmpdir/i386-export-class-lib.so" \
+       "-shared -Tdata=0x12340000 tmpdir/i386-export-class-ref-r.o tmpdir/i386-export-class-lib.so" "" \
        "" \
        { ../ld-elf/export-class-dep.s ../ld-elf/export-class-def.s } \
        { \
This page took 0.023628 seconds and 4 git commands to generate.