2011-03-03 Michael Snyder <msnyder@vmware.com>
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / x86-64.exp
CommitLineData
bffbf940 1# Expect script for ld-x86_64 tests
889a4d3e
L
2# Copyright (C) 2002, 2005, 2006, 2007, 2008, 2009, 2010, 2011
3# Free Software Foundation
bffbf940 4#
f96b4a7b
NC
5# This file is part of the GNU Binutils.
6#
7# This program is free software; you can redistribute it and/or modify
bffbf940 8# it under the terms of the GNU General Public License as published by
f96b4a7b 9# the Free Software Foundation; either version 3 of the License, or
bffbf940
JJ
10# (at your option) any later version.
11#
12# This program is distributed in the hope that it will be useful,
13# but WITHOUT ANY WARRANTY; without even the implied warranty of
14# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15# GNU General Public License for more details.
16#
17# You should have received a copy of the GNU General Public License
18# along with this program; if not, write to the Free Software
f96b4a7b
NC
19# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
20# MA 02110-1301, USA.
bffbf940
JJ
21#
22
23# Test x86_64 linking; all types of relocs. This tests the assembler and
24# tools like objdump as well as the linker.
25
26if { !([istarget "x86_64-*-elf*"]
27 || [istarget "x86_64-*-linux*"]) } {
28 return
29}
30
31# List contains test-items with 3 items followed by 2 lists:
32# 0:name 1:ld options 2:assembler options
33# 3:filenames of assembler files 4: action and options. 5: name of output file
34
35# Actions:
36# objdump: Apply objdump options on result. Compare with regex (last arg).
37# nm: Apply nm options on result. Compare with regex (last arg).
38# readelf: Apply readelf options on result. Compare with regex (last arg).
39
40set x86_64tests {
41 {"TLS -fpic -shared transitions" "-shared -melf_x86_64"
42 "--64" {tlspic1.s tlspic2.s}
43 {{readelf -WSsrl tlspic.rd} {objdump -drj.text tlspic.dd}
44 {objdump -sj.got tlspic.sd} {objdump -sj.tdata tlspic.td}}
45 "libtlspic.so"}
67a4f2b7
AO
46 {"TLS descriptor -fpic -shared transitions" "-shared -melf_x86_64"
47 "--64" {tlsdesc.s tlspic2.s}
48 {{readelf -WSsrld tlsdesc.rd} {objdump -drj.text tlsdesc.dd}
49 {objdump "-s -j.got -j.got.plt" tlsdesc.sd} {objdump -sj.tdata tlsdesc.td}
50 {objdump -drj.plt tlsdesc.pd}} "libtlsdesc.so"}
bffbf940
JJ
51 {"Helper shared library" "-shared -melf_x86_64"
52 "--64" {tlslib.s} {} "libtlslib.so"}
53 {"TLS -fpic and -fno-pic exec transitions"
54 "-melf_x86_64 tmpdir/libtlslib.so" "--64" {tlsbinpic.s tlsbin.s}
55 {{readelf -WSsrl tlsbin.rd} {objdump -drj.text tlsbin.dd}
56 {objdump -sj.got tlsbin.sd} {objdump -sj.tdata tlsbin.td}}
57 "tlsbin"}
67a4f2b7
AO
58 {"TLS descriptor -fpic and -fno-pic exec transitions"
59 "-melf_x86_64 tmpdir/libtlslib.so" "--64" {tlsbindesc.s tlsbin.s}
60 {{readelf -WSsrl tlsbindesc.rd} {objdump -drj.text tlsbindesc.dd}
61 {objdump -sj.got tlsbindesc.sd} {objdump -sj.tdata tlsbindesc.td}}
62 "tlsbindesc"}
63 {"TLS with global dynamic and descriptors"
64 "-shared -melf_x86_64" "--64" {tlsgdesc.s}
65 {{readelf -WSsrl tlsgdesc.rd} {objdump -drj.text tlsgdesc.dd}}
66 "libtlsgdesc.so"}
a45bb67d
JJ
67 {"TLS in debug sections" "-melf_x86_64"
68 "--64" {tlsg.s}
69 {{objdump -sj.debug_foobar tlsg.sd}} "tlsg"}
a3fadc9a
L
70 {"TLS GD->LE transition" "-melf_x86_64"
71 "--64" {tlsgd1.s}
72 {{objdump -dwr tlsgd1.dd}} "tlsgd1"}
73 {"TLS LD->LE transition" "-melf_x86_64"
74 "--64" {tlsld1.s}
75 {{objdump -dwr tlsld1.dd}} "tlsld1"}
dd1093aa
L
76 {"TLS IE->LE transition" "-melf_x86_64"
77 "--64" {tlsie1.s}
78 {{objdump -dwr tlsie1.dd}} "tlsie1"}
39334f3a
L
79 {"Helper 64bit object 1" "-r -melf_x86_64"
80 "--64" {mixed1a.s} {} "libmixe1a.o"}
81 {"Helper 32bit object 1" "-r -melf_i386"
82 "--32" {mixed1b.s} {} "libmixe1b.o"}
83 {"Helper 64bit object 2" "-r -melf_x86_64"
84 "--64" {mixed2a.s} {} "libmixe2a.o"}
85 {"Helper 32bit object 2" "-r -melf_i386"
86 "--32" {mixed2b.s} {} "libmixe2b.o"}
3dbcc61d
NC
87 {"Split by file with 'l' flag on section." "-split-by-file -r"
88 "--64" {split-by-file1.s split-by-file2.s}
89 {{readelf -SW split-by-file.rd}} "split-by-file.o"}
bffbf940
JJ
90}
91
92run_ld_link_tests $x86_64tests
ac2aa337 93
39334f3a
L
94global link_output
95global ld
96
b51176f1 97set test_name "Mixed x86_64 and i386 input test 1"
39334f3a
L
98set test mixed1
99if { ![ld_simple_link $ld tmpdir/$test "-melf_x86_64 tmpdir/${test}a.o tmpdir/${test}b.o"] } {
100 if [string match "*i386 architecture of input file `tmpdir/${test}b.o' is incompatible with i386:x86-64 output*" $link_output] {
101 pass "$test_name"
102 } {
103 fail "$test_name"
104 }
105}
106
b51176f1 107set test_name "Mixed x86_64 and i386 input test 2"
39334f3a
L
108set test mixed2
109if { ![ld_simple_link $ld tmpdir/$test "-melf_x86_64 tmpdir/${test}a.o tmpdir/${test}b.o"] } {
110 if [string match "*i386 architecture of input file `tmpdir/${test}b.o' is incompatible with i386:x86-64 output*" $link_output] {
111 pass "$test_name"
112 } {
113 fail "$test_name"
114 }
115}
116
ac2aa337 117run_dump_test "abs"
8a9036a4 118run_dump_test "abs-l1om"
ac2aa337
JB
119run_dump_test "pcrel8"
120run_dump_test "pcrel16"
dd1093aa
L
121run_dump_test "tlsgd2"
122run_dump_test "tlsgd3"
123run_dump_test "tlsie2"
124run_dump_test "tlsie3"
41bed6dd
L
125run_dump_test "hidden1"
126run_dump_test "hidden2"
127run_dump_test "hidden3"
128run_dump_test "protected1"
129run_dump_test "protected2"
8a9036a4 130run_dump_test "protected2-l1om"
41bed6dd 131run_dump_test "protected3"
8a9036a4 132run_dump_test "protected3-l1om"
9b769489 133run_dump_test "tlsle1"
1d85728f 134run_dump_test "tlspie1"
6f8bcf84 135run_dump_test "unique1"
a7b16ceb 136run_dump_test "nogot1"
0629d0af 137run_dump_test "nogot2"
56d4289c 138run_dump_test "discarded1"
25d17eb4
L
139
140if { ![istarget "x86_64-*-linux*"] } {
141 return
142}
143
570561f7 144if ![ld_assemble $as "--x32 $srcdir/$subdir/start.s" tmpdir/startx32.o] {
889a4d3e
L
145 unresolved "Build ILP32 start.o"
146 return
147}
148
149if ![ld_assemble $as "--32 $srcdir/$subdir/start.s" tmpdir/start32.o] {
150 unresolved "Build ia32 start.o"
151 return
152}
153
154if ![ld_assemble $as "--64 $srcdir/$subdir/start.s" tmpdir/start64.o] {
155 unresolved "Build LP64 start.o"
156 return
157}
158
570561f7 159if ![ld_assemble $as "--x32 $srcdir/$subdir/foo.s" tmpdir/foox32.o] {
889a4d3e
L
160 unresolved "Build ILP32 foo.o"
161 return
162}
163
164if ![ld_assemble $as "--32 $srcdir/$subdir/foo.s" tmpdir/foo32.o] {
165 unresolved "Build ia32 foo.o"
166 return
167}
168
169if ![ld_assemble $as "--64 $srcdir/$subdir/foo.s" tmpdir/foo64.o] {
170 unresolved "Build LP64 foo.o"
171 return
172}
173
25d17eb4 174run_dump_test "compressed1"
889a4d3e
L
175run_dump_test "ilp32-1"
176run_dump_test "ilp32-2"
177run_dump_test "ilp32-3"
82e96e07 178run_dump_test "ilp32-4"
248775ba 179run_dump_test "ilp32-5"
889a4d3e
L
180run_dump_test "ia32-1"
181run_dump_test "ia32-2"
182run_dump_test "ia32-3"
183run_dump_test "lp64-1"
184run_dump_test "lp64-2"
185run_dump_test "lp64-3"
This page took 0.365575 seconds and 4 git commands to generate.