aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-x86-64
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2014-11-18 05:55:32 -0800
committerH.J. Lu <hjl.tools@gmail.com>2014-11-18 05:55:32 -0800
commitde84aee38c50fd306876cdbf92007afaacbfab4d (patch)
tree885e915b41d273d7abe18e0e7465baf1da6de212 /ld/testsuite/ld-x86-64
parentd258b828287a863376af60a1ef7ceafbccc83d93 (diff)
downloadgdb-de84aee38c50fd306876cdbf92007afaacbfab4d.zip
gdb-de84aee38c50fd306876cdbf92007afaacbfab4d.tar.gz
gdb-de84aee38c50fd306876cdbf92007afaacbfab4d.tar.bz2
Always run mpx3 and mpx4 tests in 64-bit
* ld-x86-64/mpx.exp: Always run mpx3 and mpx4 tests in 64-bit.
Diffstat (limited to 'ld/testsuite/ld-x86-64')
-rw-r--r--ld/testsuite/ld-x86-64/mpx.exp8
1 files changed, 4 insertions, 4 deletions
diff --git a/ld/testsuite/ld-x86-64/mpx.exp b/ld/testsuite/ld-x86-64/mpx.exp
index 2650b3a..bdf9593 100644
--- a/ld/testsuite/ld-x86-64/mpx.exp
+++ b/ld/testsuite/ld-x86-64/mpx.exp
@@ -76,16 +76,16 @@ set run_tests {
run_ld_link_tests {
{"Build libcall.so"
- "-shared -z bndplt" "" ""
+ "-m elf_x86_64 -shared -z bndplt" "" "--64"
{mpx3b.s} {} "libcall.so"}
{"Build mpx3"
- "tmpdir/libcall.so -z bndplt" "" ""
+ "-m elf_x86_64 -z bndplt tmpdir/libcall.so" "" "--64"
{mpx3a.s} {{objdump -dw mpx3.dd}} "mpx3"}
{"Build libcall1.so"
- "-shared -z bndplt" "" ""
+ "-m elf_x86_64 -shared -z bndplt" "" "--64"
{mpx4b.s} {} "libcall1.so"}
{"Build mpx4"
- "tmpdir/libcall1.so -z bndplt" "" ""
+ "-m elf_x86_64 -z bndplt tmpdir/libcall1.so" "" "--64"
{mpx4a.s} {{objdump -dw mpx4.dd}} "mpx4"}
}