diff options
author | Alan Modra <amodra@gmail.com> | 2016-07-21 09:36:37 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2016-07-21 11:34:45 +0930 |
commit | 982c6f2665bad6c8fec6ee75ffb3c5af60a285a6 (patch) | |
tree | 93a85317ceb0e64a02d3ecf593e3e11d8b62d7af /ld/testsuite/ld-x86-64 | |
parent | 5df1bc570fcc5ef5257b7a044acdaeb6b95b9822 (diff) | |
download | gdb-982c6f2665bad6c8fec6ee75ffb3c5af60a285a6.zip gdb-982c6f2665bad6c8fec6ee75ffb3c5af60a285a6.tar.gz gdb-982c6f2665bad6c8fec6ee75ffb3c5af60a285a6.tar.bz2 |
Use variable args in run_ld_link_exec_tests
If the last parameter of a tcl function is "args" then it can take
zero or more arguments. Make use of this language feature in
run_ld_link_exec_tests.
* testsuite/lib/ld-lib.exp (run_ld_link_exec_tests): Replace
"targets_to_xfail" parameter with "args".
* testsuite/ld-elf/compress.exp: Remove empty list of xfails on
all calls to run_ld_link_exec_tests.
* testsuite/ld-elf/dwarf.exp: Likewise.
* testsuite/ld-elf/indirect.exp: Likewise.
* testsuite/ld-elf/wrap.exp: Likewise.
* testsuite/ld-i386/i386.exp: Likewise.
* testsuite/ld-i386/no-plt.exp: Likewise.
* testsuite/ld-i386/tls.exp: Likewise.
* testsuite/ld-ifunc/ifunc.exp: Likewise.
* testsuite/ld-pie/pie.exp: Likewise.
* testsuite/ld-plugin/lto.exp: Likewise.
* testsuite/ld-size/size.exp: Likewise.
* testsuite/ld-x86-64/mpx.exp: Likewise.
* testsuite/ld-x86-64/no-plt.exp: Likewise.
* testsuite/ld-x86-64/tls.exp: Likewise.
* testsuite/ld-x86-64/x86-64.exp: Likewise.
* testsuite/ld-elf/elf.exp: Likewise. Reorder args when providing
xfails and simplify lists.
* testsuite/ld-elf/shared.exp: Likewise.
Diffstat (limited to 'ld/testsuite/ld-x86-64')
-rw-r--r-- | ld/testsuite/ld-x86-64/mpx.exp | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-x86-64/no-plt.exp | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-x86-64/tls.exp | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-x86-64/x86-64.exp | 6 |
4 files changed, 7 insertions, 7 deletions
diff --git a/ld/testsuite/ld-x86-64/mpx.exp b/ld/testsuite/ld-x86-64/mpx.exp index 72be4af..493e7a6 100644 --- a/ld/testsuite/ld-x86-64/mpx.exp +++ b/ld/testsuite/ld-x86-64/mpx.exp @@ -120,7 +120,7 @@ run_ld_link_tests { {mpx4a.s} {{objdump -dw mpx4.dd}} "mpx4"} } -run_ld_link_exec_tests [] $run_tests +run_ld_link_exec_tests $run_tests run_dump_test "bnd-branch-1" run_dump_test "bnd-ifunc-1" diff --git a/ld/testsuite/ld-x86-64/no-plt.exp b/ld/testsuite/ld-x86-64/no-plt.exp index bdf1843..e7ab813 100644 --- a/ld/testsuite/ld-x86-64/no-plt.exp +++ b/ld/testsuite/ld-x86-64/no-plt.exp @@ -134,7 +134,7 @@ run_cc_link_tests [list \ ] \ ] -run_ld_link_exec_tests [] [list \ +run_ld_link_exec_tests [list \ [list \ "No PLT (dynamic 1a)" \ "tmpdir/no-plt-check1.o tmpdir/no-plt-main1.o \ @@ -220,7 +220,7 @@ if { [check_ifunc_available] } { ] \ ] - run_ld_link_exec_tests [] [list \ + run_ld_link_exec_tests [list \ [list \ "Run pr20253-2a" \ "tmpdir/pr20253-2a.o tmpdir/pr20253-2b.o \ diff --git a/ld/testsuite/ld-x86-64/tls.exp b/ld/testsuite/ld-x86-64/tls.exp index c5a70dc..0988179 100644 --- a/ld/testsuite/ld-x86-64/tls.exp +++ b/ld/testsuite/ld-x86-64/tls.exp @@ -67,7 +67,7 @@ run_cc_link_tests [list \ ] \ ] -run_ld_link_exec_tests [] [list \ +run_ld_link_exec_tests [list \ [list \ "TLS GD/LD -> LE transition without PLT (dynamic)" \ "tmpdir/tls-def1.o tmpdir/tls-main1.o tmpdir/tls-gd1.o \ diff --git a/ld/testsuite/ld-x86-64/x86-64.exp b/ld/testsuite/ld-x86-64/x86-64.exp index f6f89e2..5fa4c9f 100644 --- a/ld/testsuite/ld-x86-64/x86-64.exp +++ b/ld/testsuite/ld-x86-64/x86-64.exp @@ -559,7 +559,7 @@ proc undefined_weak {cflags ldflags} { exec cp tmpdir/libpr19704a.so tmpdir/libpr19704.so - run_ld_link_exec_tests [] [list \ + run_ld_link_exec_tests [list \ [list \ "Run pr19704" \ "$ldflags tmpdir/libpr19704.so -R tmpdir" \ @@ -824,7 +824,7 @@ if { [isnative] && [which $CC] != 0 } { ] \ ] - run_ld_link_exec_tests [] [list \ + run_ld_link_exec_tests [list \ [list \ "Run plt-main" \ "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \ @@ -918,7 +918,7 @@ if { [isnative] && [which $CC] != 0 } { ] \ ] - run_ld_link_exec_tests [] [list \ + run_ld_link_exec_tests [list \ [list \ "Run plt-main with -z bndplt" \ "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \ |