b13cc7df0e9e6097ae5f186d6a46cc2caae40221
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / x86-64.exp
1 # Expect script for ld-x86_64 tests
2 # Copyright (C) 2002-2019 Free Software Foundation, Inc.
3 #
4 # This file is part of the GNU Binutils.
5 #
6 # This program is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation; either version 3 of the License, or
9 # (at your option) any later version.
10 #
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 # GNU General Public License for more details.
15 #
16 # You should have received a copy of the GNU General Public License
17 # along with this program; if not, write to the Free Software
18 # Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
19 # MA 02110-1301, USA.
20 #
21
22 # Test x86_64 linking; all types of relocs. This tests the assembler and
23 # tools like objdump as well as the linker.
24
25 if { !([istarget "x86_64-*-elf*"]
26 || [istarget "x86_64-*-nacl*"]
27 || [istarget "x86_64-*-linux*"]) } {
28 return
29 }
30
31 if [istarget "*-*-nacl*"] {
32 set emul "elf_x86_64_nacl"
33 } else {
34 set emul "elf_x86_64"
35 }
36
37 global ASFLAGS
38 set saved_ASFLAGS "$ASFLAGS"
39 set ASFLAGS "$ASFLAGS -mx86-used-note=no"
40
41 # List contains test-items with 3 items followed by 2 lists:
42 # 0:name 1:ld early options 2:ld late options 3:assembler options
43 # 4:filenames of assembler files 5: action and options. 6: name of output file
44
45 # Actions:
46 # objdump: Apply objdump options on result. Compare with regex (last arg).
47 # nm: Apply nm options on result. Compare with regex (last arg).
48 # readelf: Apply readelf options on result. Compare with regex (last arg).
49
50 set x86_64tests {
51 {"Helper shared library (basic PLT test)"
52 "-shared -melf_x86_64" "" "--64" {pltlib.s} {} "libpltlib.so"}
53 {"basic PLT generation"
54 "-melf_x86_64 tmpdir/libpltlib.so" "" "--64" {plt.s}
55 {{objdump -drj.plt plt.pd}} "plt"}
56 {"TLS -fpic -shared transitions"
57 "-shared -melf_x86_64 --no-ld-generated-unwind-info \
58 -z noseparate-code -z max-page-size=0x200000 --hash-style=sysv" ""
59 "--64" {tlspic1.s tlspic2.s}
60 {{readelf -WSsrl tlspic.rd} {objdump -drj.text\ -Mintel64 tlspic.dd}
61 {objdump -sj.got tlspic.sd} {objdump -sj.tdata tlspic.td}}
62 "libtlspic.so"}
63 {"TLS -fpic -shared transitions with r15 as GOT base"
64 "-shared -melf_x86_64 --no-ld-generated-unwind-info \
65 -z noseparate-code -z max-page-size=0x200000 --hash-style=sysv" ""
66 "--64 -mrelax-relocations=yes"
67 {tlspic3.s tlspic2.s}
68 {{readelf -WSsrl tlspic2.rd} {objdump -drj.text\ -Mintel64 tlspic2.dd}
69 {objdump -sj.got tlspic2.sd} {objdump -sj.tdata tlspic2.td}}
70 "libtlspic2.so"}
71 {"TLS descriptor -fpic -shared transitions"
72 "-shared -melf_x86_64 --no-ld-generated-unwind-info \
73 -z noseparate-code -z max-page-size=0x200000 --hash-style=sysv" ""
74 "--64" {tlsdesc.s tlspic2.s}
75 {{readelf -WSsrld tlsdesc.rd} {objdump -drj.text tlsdesc.dd}
76 {objdump "-s -j.got -j.got.plt" tlsdesc.sd} {objdump -sj.tdata tlsdesc.td}
77 {objdump -drj.plt tlsdesc.pd}} "libtlsdesc.so"}
78 {"Helper shared library" "-shared -melf_x86_64" ""
79 "--64" {tlslib.s} {} "libtlslib.so"}
80 {"TLS -fpic and -fno-pic exec transitions"
81 "-melf_x86_64 tmpdir/libtlslib.so --no-ld-generated-unwind-info \
82 -z noseparate-code -z max-page-size=0x200000 --hash-style=sysv" ""
83 "--64" {tlsbinpic.s tlsbin.s}
84 {{readelf -WSsrl tlsbin.rd} {objdump -drj.text tlsbin.dd}
85 {objdump -sj.got tlsbin.sd} {objdump -sj.tdata tlsbin.td}}
86 "tlsbin"}
87 {"TLS -fpic and -fno-pic exec transitions without PLT"
88 "-melf_x86_64 tmpdir/libtlslib.so --no-ld-generated-unwind-info \
89 -z noseparate-code -z max-page-size=0x200000 --hash-style=sysv" ""
90 "-mrelax-relocations=yes --64" {tlsbinpic2.s tlsbin.s}
91 {{readelf -WSsrl tlsbin2.rd} {objdump -drj.text tlsbin2.dd}
92 {objdump -sj.got tlsbin2.sd} {objdump -sj.tdata tlsbin2.td}}
93 "tlsbin2"}
94 {"TLS descriptor -fpic and -fno-pic exec transitions"
95 "-melf_x86_64 tmpdir/libtlslib.so --no-ld-generated-unwind-info \
96 -z noseparate-code -z max-page-size=0x200000 --hash-style=sysv" ""
97 "--64" {tlsbindesc.s tlsbin.s}
98 {{readelf -WSsrl tlsbindesc.rd} {objdump -drj.text tlsbindesc.dd}
99 {objdump -sj.got tlsbindesc.sd} {objdump -sj.tdata tlsbindesc.td}}
100 "tlsbindesc"}
101 {"TLS with global dynamic and descriptors"
102 "-shared -melf_x86_64 --no-ld-generated-unwind-info \
103 -z noseparate-code -z max-page-size=0x200000 --hash-style=sysv" ""
104 "--64" {tlsgdesc.s}
105 {{readelf -WSsrl tlsgdesc.rd} {objdump -drj.text\ -Mintel64 tlsgdesc.dd}}
106 "libtlsgdesc.so"}
107 {"TLS in debug sections" "-melf_x86_64" ""
108 "--64" {tlsg.s}
109 {{objdump -sj.debug_foobar tlsg.sd}} "tlsg"}
110 {"TLS GD->LE transition" "-melf_x86_64" ""
111 "--64" {tlsgd1.s}
112 {{objdump -dwr tlsgd1.dd}} "tlsgd1"}
113 {"TLS LD->LE transition" "-melf_x86_64" ""
114 "--64" {tlsld1.s}
115 {{objdump -dwr tlsld1.dd}} "tlsld1"}
116 {"TLS IE->LE transition" "-melf_x86_64" ""
117 "--64" {tlsie1.s}
118 {{objdump -dwr tlsie1.dd}} "tlsie1"}
119 {"Helper 64bit object 1" "-r -melf_x86_64" ""
120 "--64" {mixed1a.s} {} "libmixe1a.o"}
121 {"Helper 32bit object 1" "-r -melf_i386" ""
122 "--32" {mixed1b.s} {} "libmixe1b.o"}
123 {"Helper 64bit object 2" "-r -melf_x86_64" ""
124 "--64" {mixed2a.s} {} "libmixe2a.o"}
125 {"Helper 32bit object 2" "-r -melf_i386" ""
126 "--32" {mixed2b.s} {} "libmixe2b.o"}
127 {"Split by file with 'l' flag on section."
128 "-split-by-file -r -melf_x86_64" ""
129 "--64" {split-by-file1.s split-by-file2.s}
130 {{readelf -SW split-by-file.rd}} "split-by-file.o"}
131 {"TLS X32 IE->LE transition" "-melf32_x86_64" ""
132 "--x32" {tlsie4.s}
133 {{objdump -dwr tlsie4.dd}} "tlsie4"}
134 {"TLS X32 GD->LE transition" "-melf32_x86_64" ""
135 "--x32" {tlsgd4.s}
136 {{objdump -dwr tlsgd4.dd}} "tlsgd4"}
137 {"Helper TLS GD->IE transition DSO" "-shared -melf_x86_64" ""
138 "--64" {tlsgd5b.s} {} "libtlsgd5.so"}
139 {"TLS GD->IE transition" "-melf_x86_64 tmpdir/libtlsgd5.so" ""
140 "--64" {tlsgd5a.s}
141 {{objdump -dwr tlsgd5.dd}} "tlsgd5a"}
142 {"TLS GD->IE transition without PLT"
143 "-melf_x86_64 tmpdir/libtlsgd5.so" ""
144 "-mrelax-relocations=yes --64" {tlsgd5c.s}
145 {{objdump -dwr tlsgd5.dd}} "tlsgd5b"}
146 {"Helper TLS X32 GD->IE transition DSO" "-shared -melf32_x86_64" ""
147 "--x32" {tlsgd6b.s} {} "libtlsgd6.so"}
148 {"TLS X32 GD->IE transition" "-melf32_x86_64 tmpdir/libtlsgd6.so" ""
149 "--x32" {tlsgd6a.s}
150 {{objdump -dwr tlsgd6.dd}} "tlsgd6a"}
151 {"TLS X32 GD->IE transition without PLT"
152 "-melf32_x86_64 tmpdir/libtlsgd6.so" ""
153 "-mrelax-relocations=yes --x32" {tlsgd6c.s}
154 {{objdump -dwr tlsgd6.dd}} "tlsgd6b"}
155 {"TLS X32 LD->LE transition" "-melf32_x86_64" ""
156 "--x32" {tlsld2.s}
157 {{objdump -dwr tlsld2.dd}} "tlsld2"}
158 {"TLS -mcmodel=large GD->LE transition" "-melf_x86_64" ""
159 "--64" {tlsgd7.s}
160 {{objdump -dwr tlsgd7.dd}} "tlsgd7"}
161 {"TLS -mcmodel=large LD->LE transition" "-melf_x86_64" ""
162 "--64" {tlsld3.s}
163 {{objdump -dwr tlsld3.dd}} "tlsld3"}
164 {"TLS -mcmodel=large LD->LE transition with r15 as GOT base"
165 "-melf_x86_64" ""
166 "--64" {tlsld4.s}
167 {{objdump -dwr tlsld4.dd}} "tlsld4"}
168 {"TLS LD->LE transition without PLT"
169 "-melf_x86_64" ""
170 "--64 -mrelax-relocations=yes"
171 {tlsld5.s}
172 {{objdump -dwr tlsld5.dd}} "tlsld5"}
173 {"TLS X32 LD->LE transition without PLT" "-melf32_x86_64" ""
174 "--x32 -mrelax-relocations=yes"
175 {tlsld6.s}
176 {{objdump -dwr tlsld6.dd}} "tlsld6"}
177 {"TLS -mcmodel=large GD->IE transition" "-melf_x86_64 tmpdir/libtlsgd5.so" ""
178 "--64" {tlsgd8.s}
179 {{objdump -dwrj.text tlsgd8.dd}} "tlsgd8"}
180 {"TLS -mcmodel=large GD->LE transition with r15 as GOT base"
181 "-melf_x86_64" ""
182 "--64" {tlsgd9.s}
183 {{objdump -dwr tlsgd9.dd}} "tlsgd9"}
184 {"TLS -mcmodel=large GD->IE transition with r15 as GOT base"
185 "-melf_x86_64 tmpdir/libtlsgd5.so" ""
186 "--64" {tlsgd10.s}
187 {{objdump -dwrj.text tlsgd10.dd}} "tlsgd10"}
188 {"TLS GD->LE transition without PLT"
189 "-melf_x86_64" ""
190 "--64" {tlsgd11.s}
191 {{objdump -dwr tlsgd11.dd}} "tlsgd11"}
192 {"TLS X32 GD->LE transition without PLT"
193 "-melf32_x86_64" ""
194 "--x32" {tlsgd14.s}
195 {{objdump -dwr tlsgd14.dd}} "tlsgd14"}
196 {"build 32-bit object with 33 locals" "-melf_x86_64 -e 0" "" "--32" {32bit.s} {{ ld incompatible.l }} "dummy" }
197 {"build 64-bit object" "-melf_x86_64 -e 0 --defsym foo=1" "" "--64" {64bit.s} {} "dummy" }
198 {"link mixed objects" "-melf_x86_64 -e 0 tmpdir/32bit.o tmpdir/64bit.o" "" "" {} { { ld incompatible.l } } "mixed"}
199 {"PR ld/17313 (1)" "-melf_x86_64" ""
200 "--64" {dummy.s} {} ""}
201 {"PR ld/17313 (2)" "-melf_x86_64 -shared --just-symbols=tmpdir/dummy.o" ""
202 "--64" {lea1.s} {} "libpr17313.so"}
203 {"PR ld/17306 (1)" "-melf_x86_64" ""
204 "--64" {pr17306b.s} {} ""}
205 {"PR ld/17306 (2)" "-melf_x86_64 -shared -Bsymbolic --just-symbols=tmpdir/pr17306b.o" ""
206 "--64" {pr17306a.s} {} "libpr17306.so"}
207 {"PR ld/17709 (1)" "-melf_x86_64 -shared" ""
208 "--64" {pr17709a.s} {} "libpr17709.so"}
209 {"PR ld/17709 (2)" "-melf_x86_64 tmpdir/libpr17709.so" ""
210 "--64" {pr17709b.s} {{readelf -rW pr17709.rd}} "pr17709"}
211 {"Build pr19827a.o" "" ""
212 "--64" { pr19827a.S }}
213 {"Build pr19827b.so" "-melf_x86_64 -shared" ""
214 "--64" { pr19827b.S } {} "pr19827b.so"}
215 {"Build pr19827" "-melf_x86_64 -pie tmpdir/pr19827a.o tmpdir/pr19827b.so" ""
216 "--64" { dummy.s } {{readelf {-rW} pr19827.rd}} "pr19827"}
217 {"Build pr19827.so" "-melf_x86_64 -shared -Bsymbolic" ""
218 "--64" { pr19827a.S } {{readelf {-rW} pr19827.rd}} "pr19827.so"}
219 {"Build pr19969.so" "-melf_x86_64 -shared" ""
220 "--64" { pr19969a.S } {} "pr19969.so"}
221 {"Build pr20550a.o" "" ""
222 "--64" { pr20550a.s }}
223 {"Build pr20550b.so" "-melf_x86_64 -shared" ""
224 "--64" { pr20550b.s } {} "pr20550b.so"}
225 {"Build pr20550" "-melf_x86_64 -pie tmpdir/pr20550a.o tmpdir/pr20550b.so" ""
226 "--64" { dummy.s } {} "pr20550"}
227 }
228
229 # So as to avoid rewriting every last test case here in a nacl variant,
230 # we use black magic to massage the generic cases into nacl-variant cases.
231 if [istarget "*-*-nacl*"] {
232 set emul elf_x86_64_nacl
233
234 set lhs {elf(32)?_(i386|x86_64)[[:>:]]}
235 set rhs {&_nacl}
236
237 # Change all the -melf_x86_64 to -melf_x86_64_nacl so linking can succeed.
238 regsub -all -- $lhs $x86_64tests $rhs x86_64tests
239
240 set zlhs {-z noseparate-code -z max-page-size=0x200000}
241 set zrhs {}
242
243 # Remove -z max-page-size=0x200000 -z noseparate-code since they
244 # generate different addresses for nacl targets.
245 regsub -all -- $zlhs $x86_64tests $zrhs x86_64tests
246
247 # Same, applied to all the run_dump_test cases.
248 set options_regsub(ld) [list $lhs $rhs]
249
250 # The section/segment layout differs too much for the vanilla
251 # readelf output files to match. So massage the cases so that
252 # they refer to a foo-nacl.rd file instead of a foo.rd file.
253 regsub -all -- {([a-z0-9]+)\.rd} $x86_64tests {\1-nacl.rd} x86_64tests
254
255 # Likewise for PLTs.
256 regsub -all -- {([a-z0-9]+)\.pd} $x86_64tests {\1-nacl.pd} x86_64tests
257 } else {
258 set emul elf_x86_64
259 }
260
261 run_ld_link_tests $x86_64tests
262
263 global link_output
264 global ld
265
266 set test_name "Mixed x86_64 and i386 input test 1"
267 set test mixed1
268 if { ![ld_link $ld tmpdir/$test "-m$emul tmpdir/${test}a.o tmpdir/${test}b.o"] } {
269 if [string match "*i386* architecture of input file `tmpdir/${test}b.o' is incompatible with i386:x86-64* output*" $link_output] {
270 pass "$test_name"
271 } {
272 fail "$test_name"
273 }
274 }
275
276 set test_name "Mixed x86_64 and i386 input test 2"
277 set test mixed2
278 if { ![ld_link $ld tmpdir/$test "-m$emul tmpdir/${test}a.o tmpdir/${test}b.o"] } {
279 if [string match "*i386* architecture of input file `tmpdir/${test}b.o' is incompatible with i386:x86-64* output*" $link_output] {
280 pass "$test_name"
281 } {
282 fail "$test_name"
283 }
284 }
285
286 run_dump_test "abs"
287 run_dump_test "abs-l1om"
288 run_dump_test "apic"
289 run_dump_test "pcrel8"
290 run_dump_test "pcrel16"
291 run_dump_test "tlsgd2"
292 run_dump_test "tlsgd3"
293 run_dump_test "tlsgd12"
294 run_dump_test "tlsgd13"
295 run_dump_test "tlsie2"
296 run_dump_test "tlsie3"
297 run_dump_test "hidden1"
298 run_dump_test "hidden2"
299 run_dump_test "hidden3"
300 run_dump_test "hidden4"
301 run_dump_test "hidden5"
302 run_dump_test "protected1"
303 run_dump_test "protected2"
304 run_dump_test "protected2-l1om"
305 run_dump_test "protected3"
306 run_dump_test "protected3-l1om"
307 run_dump_test "protected4"
308 run_dump_test "protected5"
309 run_dump_test "protected6a"
310 run_dump_test "protected6b"
311 run_dump_test "protected7a"
312 run_dump_test "protected7b"
313 run_dump_test "protected8"
314 run_dump_test "tlsle1"
315 run_dump_test "tlspie1"
316 run_dump_test "tlspie2a"
317 run_dump_test "tlspie2b"
318 run_dump_test "tlspie2c"
319 run_dump_test "unique1"
320 run_dump_test "nogot1"
321 run_dump_test "nogot2"
322 run_dump_test "discarded1"
323 run_dump_test "pr12718"
324 run_dump_test "pr12921"
325 run_dump_test "pr13947"
326 run_dump_test "pr12570a"
327 run_dump_test "pr12570b"
328 run_dump_test "pr14215"
329 run_dump_test "pr14207"
330 run_dump_test "gotplt1"
331 run_dump_test "pie1"
332 run_dump_test "pie2"
333 run_dump_test "pie3"
334 run_dump_test "pie3-nacl"
335 run_dump_test "pic1"
336 run_dump_test "largecomm-1a"
337 run_dump_test "largecomm-1b"
338 run_dump_test "largecomm-1c"
339 run_dump_test "largecomm-1d"
340 run_dump_test "largecomm-1e"
341 run_dump_test "largecomm-1f"
342 run_dump_test "pr19539a"
343 run_dump_test "pr19539b"
344 run_dump_test "pr19807-1a"
345 run_dump_test "pr19807-1b"
346 run_dump_test "pr19807-2a"
347 run_dump_test "pr19807-2b"
348 run_dump_test "pr19807-2c"
349 run_dump_test "pr19807-2d"
350 run_dump_test "pr19807-2e"
351 run_dump_test "pr19969"
352 run_dump_test "pr20093-1"
353 run_dump_test "pr20093-2"
354 run_dump_test "property-x86-3"
355 run_dump_test "property-x86-4a"
356 run_dump_test "property-x86-4b"
357 run_dump_test "property-x86-3-x32"
358 run_dump_test "property-x86-4a-x32"
359 run_dump_test "property-x86-4b-x32"
360 run_dump_test "property-x86-5"
361 run_dump_test "property-x86-5-x32"
362 run_dump_test "property-x86-ibt1a"
363 run_dump_test "property-x86-ibt1b"
364 run_dump_test "property-x86-ibt1a-x32"
365 run_dump_test "property-x86-ibt1b-x32"
366 run_dump_test "property-x86-ibt2"
367 run_dump_test "property-x86-ibt2-x32"
368 run_dump_test "property-x86-ibt3a"
369 run_dump_test "property-x86-ibt3b"
370 run_dump_test "property-x86-ibt3a-x32"
371 run_dump_test "property-x86-ibt3b-x32"
372 run_dump_test "property-x86-ibt4"
373 run_dump_test "property-x86-ibt4-x32"
374 run_dump_test "property-x86-ibt5"
375 run_dump_test "property-x86-ibt5-x32"
376 run_dump_test "property-x86-shstk1a"
377 run_dump_test "property-x86-shstk1b"
378 run_dump_test "property-x86-shstk1a-x32"
379 run_dump_test "property-x86-shstk1b-x32"
380 run_dump_test "property-x86-shstk2"
381 run_dump_test "property-x86-shstk2-x32"
382 run_dump_test "property-x86-shstk3a"
383 run_dump_test "property-x86-shstk3b"
384 run_dump_test "property-x86-shstk3a-x32"
385 run_dump_test "property-x86-shstk3b-x32"
386 run_dump_test "property-x86-shstk4"
387 run_dump_test "property-x86-shstk4-x32"
388 run_dump_test "property-x86-shstk5"
389 run_dump_test "property-x86-shstk5-x32"
390 run_dump_test "property-x86-cet1"
391 run_dump_test "property-x86-cet1-x32"
392 run_dump_test "property-x86-cet2a"
393 run_dump_test "property-x86-cet2a-x32"
394 run_dump_test "property-x86-cet2b"
395 run_dump_test "property-x86-cet2b-x32"
396 run_dump_test "property-x86-cet3a"
397 run_dump_test "property-x86-cet3a-x32"
398 run_dump_test "property-x86-cet3b"
399 run_dump_test "property-x86-cet3b-x32"
400 run_dump_test "property-x86-cet4a"
401 run_dump_test "property-x86-cet4a-x32"
402 run_dump_test "property-x86-cet4b"
403 run_dump_test "property-x86-cet4b-x32"
404 run_dump_test "property-x86-cet5a"
405 run_dump_test "property-x86-cet5a-x32"
406 run_dump_test "property-x86-cet5b"
407 run_dump_test "property-x86-cet5b-x32"
408 run_dump_test "property-x86-cet6"
409 run_dump_test "property-x86-cet6-x32"
410 run_dump_test "pr21884"
411 run_dump_test "pr21884-nacl"
412 run_dump_test "pr22071"
413 run_dump_test "pr22115-1a"
414 run_dump_test "pr22115-1a-x32"
415 run_dump_test "pr22115-1b"
416 run_dump_test "pr22115-1b-x32"
417 run_dump_test "pr22115-1c"
418 run_dump_test "pr22115-1c-x32"
419 run_dump_test "pr22115-1d"
420 run_dump_test "pr22115-1d-x32"
421 run_dump_test "pr22135"
422 run_dump_test "pr22782a"
423 run_dump_test "pr22782b"
424 run_dump_test "pr23189"
425 run_dump_test "pr23194"
426 run_dump_test "pr23324a"
427 run_dump_test "pr23324b"
428 run_dump_test "pr23372a"
429 run_dump_test "pr23372a-x32"
430 run_dump_test "pr23372b"
431 run_dump_test "pr23372b-x32"
432 run_dump_test "pr23372c"
433 run_dump_test "pr23372c-x32"
434 run_dump_test "pr23372d"
435 run_dump_test "pr23372d-x32"
436 run_dump_test "pr23486a"
437 run_dump_test "pr23486a-x32"
438 run_dump_test "pr23486b"
439 run_dump_test "pr23486b-x32"
440 run_dump_test "pr23486c"
441 run_dump_test "pr23486c-x32"
442 run_dump_test "pr23486d"
443 run_dump_test "pr23486d-x32"
444 run_dump_test "pr23854"
445 run_dump_test "pr23930"
446 run_dump_test "pr23930-x32"
447 run_dump_test "pr24151a"
448 run_dump_test "pr24151a-x32"
449 run_dump_test "pr24322a"
450 run_dump_test "pr24322a-x32"
451 run_dump_test "pr24322b"
452 run_dump_test "pr24322b-x32"
453 run_dump_test "pr24458a"
454 run_dump_test "pr24458a-x32"
455 run_dump_test "pr24458b"
456 run_dump_test "pr24458b-x32"
457 run_dump_test "pr24458c"
458 run_dump_test "pr24458c-x32"
459 run_dump_test "pr24721"
460 run_dump_test "pr24721-x32"
461 run_dump_test "pr24905"
462 run_dump_test "pr24905-x32"
463
464 if { ![istarget "x86_64-*-linux*"] && ![istarget "x86_64-*-nacl*"]} {
465 return
466 }
467
468 if ![ld_assemble $as "--x32 $srcdir/$subdir/start.s" tmpdir/startx32.o] {
469 unresolved "Build ILP32 start.o"
470 return
471 }
472
473 if ![ld_assemble $as "--32 $srcdir/$subdir/start.s" tmpdir/start32.o] {
474 unresolved "Build ia32 start.o"
475 return
476 }
477
478 if ![ld_assemble $as "--64 $srcdir/$subdir/start.s" tmpdir/start64.o] {
479 unresolved "Build LP64 start.o"
480 return
481 }
482
483 if ![ld_assemble $as "--x32 $srcdir/$subdir/foo.s" tmpdir/foox32.o] {
484 unresolved "Build ILP32 foo.o"
485 return
486 }
487
488 if ![ld_assemble $as "--32 $srcdir/$subdir/foo.s" tmpdir/foo32.o] {
489 unresolved "Build ia32 foo.o"
490 return
491 }
492
493 if ![ld_assemble $as "--64 $srcdir/$subdir/foo.s" tmpdir/foo64.o] {
494 unresolved "Build LP64 foo.o"
495 return
496 }
497
498 run_dump_test "compressed1"
499 run_dump_test "ilp32-1"
500 run_dump_test "ilp32-2"
501 run_dump_test "ilp32-3"
502 run_dump_test "ilp32-4"
503 run_dump_test "ilp32-4-nacl"
504 run_dump_test "ilp32-5"
505 run_dump_test "ilp32-6"
506 run_dump_test "ilp32-7"
507 run_dump_test "ilp32-8"
508 run_dump_test "ilp32-9"
509 run_dump_test "ilp32-10"
510 run_dump_test "ilp32-11"
511 run_dump_test "ia32-1"
512 run_dump_test "ia32-2"
513 run_dump_test "ia32-3"
514 run_dump_test "lp64-1"
515 run_dump_test "lp64-2"
516 run_dump_test "lp64-3"
517 run_dump_test "pr13082-1a"
518 run_dump_test "pr13082-1b"
519 run_dump_test "pr13082-2a"
520 run_dump_test "pr13082-2b"
521 run_dump_test "pr13082-3a"
522 run_dump_test "pr13082-3b"
523 run_dump_test "pr13082-3c"
524 run_dump_test "pr13082-3d"
525 run_dump_test "pr13082-4a"
526 run_dump_test "pr13082-4b"
527 run_dump_test "pr13082-5a"
528 run_dump_test "pr13082-5b"
529 run_dump_test "pr13082-6a"
530 run_dump_test "pr13082-6b"
531 run_dump_test "lea1a"
532 run_dump_test "lea1b"
533 run_dump_test "lea1c"
534 run_dump_test "lea1d"
535 run_dump_test "lea1e"
536 run_dump_test "lea1f"
537 run_dump_test "lea1g"
538 run_dump_test "lea1h"
539 run_dump_test "lea1i"
540 run_dump_test "lea1j"
541 run_dump_test "lea1k"
542 run_dump_test "lea1l"
543 run_dump_test "mov1a"
544 run_dump_test "mov1b"
545 run_dump_test "mov1c"
546 run_dump_test "mov1d"
547 run_dump_test "mov2a"
548 run_dump_test "mov2b"
549 run_dump_test "mov2c"
550 run_dump_test "mov2d"
551 run_dump_test "load1a"
552 run_dump_test "load1b"
553 run_dump_test "load1c"
554 run_dump_test "load1d"
555 run_dump_test "load1a-nacl"
556 run_dump_test "load1b-nacl"
557 run_dump_test "load1c-nacl"
558 run_dump_test "load1d-nacl"
559 run_dump_test "load2"
560 run_dump_test "call1a"
561 run_dump_test "call1b"
562 run_dump_test "call1c"
563 run_dump_test "call1d"
564 run_dump_test "call1e"
565 run_dump_test "call1f"
566 run_dump_test "call1g"
567 run_dump_test "call1h"
568 run_dump_test "call1i"
569 run_dump_test "pr17935-1"
570 run_dump_test "pr17935-2"
571 run_dump_test "pr18160"
572 run_dump_test "pr18176"
573 run_dump_test "pr18801a"
574 run_dump_test "pr18801b"
575 run_dump_test "pr18815"
576 run_dump_test "pr19013"
577 run_dump_test "pr19013-x32"
578 run_dump_test "pr19013-nacl"
579 run_dump_test "pr19162"
580 run_dump_test "pr19175"
581 run_dump_test "pr18591"
582 run_dump_test "pr19615"
583 run_dump_test "pr19636-1a"
584 run_dump_test "pr19636-1b"
585 run_dump_test "pr19636-1c"
586 run_dump_test "pr19636-1d"
587 run_dump_test "pr19636-1e"
588 run_dump_test "pr19636-1f"
589 run_dump_test "pr19636-1g"
590 run_dump_test "pr19636-1h"
591 run_dump_test "pr19636-1i"
592 run_dump_test "pr19636-1j"
593 run_dump_test "pr19636-2a"
594 run_dump_test "pr19636-2b"
595 run_dump_test "pr19636-2c"
596 run_dump_test "pr19636-2d"
597 run_dump_test "pr19636-2d-nacl"
598 run_dump_test "pr19636-2e"
599 run_dump_test "pr19636-2f"
600 run_dump_test "pr19636-2g"
601 run_dump_test "pr19636-2h"
602 run_dump_test "pr19636-2i"
603 run_dump_test "pr19636-2j"
604 run_dump_test "pr19636-2k"
605 run_dump_test "pr19636-2l"
606 run_dump_test "pr19636-2m"
607 run_dump_test "pr19636-3a"
608 run_dump_test "pr19636-3b"
609 run_dump_test "pr19636-3c"
610 run_dump_test "pr19645"
611 run_dump_test "pr19609-1a"
612 run_dump_test "pr19609-1b"
613 run_dump_test "pr19609-1c"
614 run_dump_test "pr19609-1d"
615 run_dump_test "pr19609-1e"
616 run_dump_test "pr19609-1f"
617 run_dump_test "pr19609-1g"
618 run_dump_test "pr19609-1h"
619 run_dump_test "pr19609-1i"
620 run_dump_test "pr19609-1j"
621 run_dump_test "pr19609-1k"
622 run_dump_test "pr19609-1l"
623 run_dump_test "pr19609-1m"
624 run_dump_test "pr19609-2a"
625 run_dump_test "pr19609-2b"
626 run_dump_test "pr19609-2c"
627 run_dump_test "pr19609-2d"
628 run_dump_test "pr19609-3a"
629 run_dump_test "pr19609-3b"
630 run_dump_test "pr19609-4a"
631 run_dump_test "pr19609-4b"
632 run_dump_test "pr19609-4c"
633 run_dump_test "pr19609-4d"
634 run_dump_test "pr19609-4e"
635 run_dump_test "pr19609-5a"
636 run_dump_test "pr19609-5b"
637 run_dump_test "pr19609-5c"
638 run_dump_test "pr19609-5d"
639 run_dump_test "pr19609-5e"
640 run_dump_test "pr19609-6a"
641 run_dump_test "pr19609-6b"
642 run_dump_test "pr19609-6c"
643 run_dump_test "pr19609-6d"
644 run_dump_test "pr19609-7a"
645 run_dump_test "pr19609-7b"
646 run_dump_test "pr19609-7c"
647 run_dump_test "pr19609-7d"
648 run_dump_test "pr19939a"
649 run_dump_test "pr19939b"
650 run_dump_test "pr19719"
651 run_dump_test "pr20253-1a"
652 run_dump_test "pr20253-1b"
653 run_dump_test "pr20253-1c"
654 run_dump_test "pr20253-1d"
655 run_dump_test "pr20253-1e"
656 run_dump_test "pr20253-1f"
657 run_dump_test "pr20253-1g"
658 run_dump_test "pr20253-1h"
659 run_dump_test "pr20253-1i"
660 run_dump_test "pr20253-1j"
661 run_dump_test "pr20253-1k"
662 run_dump_test "pr20253-1l"
663 run_dump_test "pr20253-3"
664 run_dump_test "pr20253-4a"
665 run_dump_test "pr20253-4b"
666 run_dump_test "pr20253-4c"
667 run_dump_test "pr20253-4d"
668 run_dump_test "pr20253-4e"
669 run_dump_test "pr20253-4f"
670 run_dump_test "pr20253-5a"
671 run_dump_test "pr20253-5b"
672 run_dump_test "tlsdesc2"
673 run_dump_test "pr22048"
674 run_dump_test "pr22929"
675
676 proc undefined_weak {cflags ldflags} {
677 set testname "Undefined weak symbol"
678 if { ![ string match "" $cflags$ldflags] } {
679 set testname "$testname ($cflags $ldflags)"
680 }
681
682 if { [string match "*-fPIE*" $cflags]
683 && ![string match "*nodynamic-undefined-weak*" $ldflags] } {
684 set weak_symbol "Weak defined"
685 } else {
686 set weak_symbol "Weak undefined"
687 }
688
689 run_cc_link_tests [list \
690 [list \
691 "Build libpr19704a.so" \
692 "-shared -Wl,-soname,libpr19704.so" \
693 "" \
694 { dummy.s } \
695 {} \
696 "libpr19704a.so" \
697 ] \
698 [list \
699 "Build libpr19704b.so" \
700 "-shared -Wl,-soname,libpr19704.so" \
701 "-fPIC" \
702 { pr19704b.c } \
703 {} \
704 "libpr19704b.so" \
705 ] \
706 ]
707
708 exec cp tmpdir/libpr19704a.so tmpdir/libpr19704.so
709
710 run_ld_link_exec_tests [list \
711 [list \
712 "Run pr19704" \
713 "-Wl,--no-as-needed,-R,tmpdir $ldflags tmpdir/libpr19704.so" \
714 "" \
715 { pr19704a.c } \
716 "pr19704" \
717 "pr19704.out" \
718 "$cflags" \
719 ] \
720 ]
721
722 exec cp tmpdir/libpr19704b.so tmpdir/libpr19704.so
723
724 set exec_output [run_host_cmd tmpdir/pr19704 ""]
725 if {![string match $weak_symbol $exec_output]} {
726 fail $testname
727 } else {
728 pass $testname
729 }
730 }
731
732 # Add $PLT_CFLAGS if PLT is expected.
733 global PLT_CFLAGS
734 # Add $NOPIE_CFLAGS and $NOPIE_LDFLAGS if non-PIE is required.
735 global NOPIE_CFLAGS NOPIE_LDFLAGS
736
737 # Must be native with the C compiler
738 if { [isnative] && [check_compiler_available] } {
739 run_cc_link_tests {
740 {"Helper X32 DSO from x86-64 object" "" "-m64 -fPIC -g"
741 {simple.c} {} "libsimple.a"}
742 }
743
744 set convertx32 "$objcopy -O elf32-x86-64 tmpdir/simple.o tmpdir/simple-x32.o"
745 send_log "$convertx32\n"
746 set got [remote_exec host "$convertx32"]
747 if { [lindex $got 0] != 0 || ![string match "" [lindex $got 1]] } then {
748 send_log "$got\n"
749 fail "Convert x86-64 object to x32"
750 return
751 }
752
753 run_ld_link_tests {
754 {"X32 DSO from x86-64 object"
755 "-shared -melf32_x86_64 tmpdir/simple-x32.o" ""
756 "--x32 -mx86-used-note=yes"
757 {dummy.s} {{readelf {-s --wide} x86-64-x32.rd}} "x86-64-x32"}
758 }
759
760 run_cc_link_tests [list \
761 [list \
762 "Build plt-lib.so" \
763 "-shared" \
764 "-fPIC -Wa,-mx86-used-note=yes" \
765 { plt-lib.c } \
766 {} \
767 "libplt-lib.so" \
768 ] \
769 [list \
770 "Build libplt-main1.a" \
771 "" \
772 "-fPIC -Wa,-mrelax-relocations=yes,-mx86-used-note=yes" \
773 { plt-main1.c } \
774 {{readelf {-Wr} plt-main1.rd}} \
775 "libplt-main1.a" \
776 ] \
777 [list \
778 "Build libplt-main2.a" \
779 "" \
780 "-fPIC -Wa,-mrelax-relocations=yes,-mx86-used-note=yes" \
781 { plt-main2.c } \
782 {{readelf {-Wr} plt-main2.rd}} \
783 "libplt-main2.a" \
784 ] \
785 [list \
786 "Build libplt-main3.a" \
787 "" \
788 "-fPIC -Wa,-mrelax-relocations=yes,-mx86-used-note=yes $PLT_CFLAGS" \
789 { plt-main3.c } \
790 {{readelf {-Wr} plt-main3.rd}} \
791 "libplt-main3.a" \
792 ] \
793 [list \
794 "Build libplt-main4.a" \
795 "" \
796 "-fPIC -Wa,-mrelax-relocations=yes,-mx86-used-note=yes $PLT_CFLAGS" \
797 { plt-main4.c } \
798 {{readelf {-Wr} plt-main4.rd}} \
799 "libplt-main4.a" \
800 ] \
801 [list \
802 "Build plt-main" \
803 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
804 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
805 "" \
806 { plt-main5.c } \
807 {{readelf {-Wr} plt-main.rd}} \
808 "plt-main" \
809 ] \
810 [list \
811 "Build plt-main with PIE" \
812 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
813 tmpdir/plt-main4.o tmpdir/libplt-lib.so -pie" \
814 "-fPIC -Wa,-mx86-used-note=yes" \
815 { plt-main5.c } \
816 {{readelf {-Wr} plt-main.rd}} \
817 "plt-main" \
818 ] \
819 [list \
820 "Build copyreloc-lib.so" \
821 "-shared" \
822 "-fPIC -Wa,-mx86-used-note=yes" \
823 { copyreloc-lib.c } \
824 {} \
825 "copyreloc-lib.so" \
826 ] \
827 [list \
828 "Build libcopyreloc-main.a" \
829 "" \
830 "-Wa,-mx86-used-note=yes" \
831 { copyreloc-main.S } \
832 {} \
833 "libcopyreloc-main.a" \
834 ] \
835 [list \
836 "Build copyreloc-main with PIE without -fPIE (1)" \
837 "tmpdir/copyreloc-main.o tmpdir/copyreloc-lib.so -pie" \
838 "-Wa,-mx86-used-note=yes" \
839 { dummy.s } \
840 {{readelf {-Wr} copyreloc-main1.rd}} \
841 "copyreloc-main" \
842 ] \
843 [list \
844 "Build copyreloc-main with PIE without -fPIE (2)" \
845 "tmpdir/copyreloc-main.o tmpdir/copyreloc-lib.so -pie" \
846 "-Wa,-mx86-used-note=yes" \
847 { dummy.s } \
848 {{readelf {-Wr} copyreloc-main2.rd}} \
849 "copyreloc-main" \
850 ] \
851 [list \
852 "Build pr17689.so" \
853 "-shared" \
854 "-fPIC -Wa,-mx86-used-note=yes" \
855 { pr17689a.c } \
856 {} \
857 "pr17689.so" \
858 ] \
859 [list \
860 "Build pr17689now.so with -z now" \
861 "-shared -Wl,-z,now" \
862 "-fPIC -Wa,-mx86-used-note=yes" \
863 { pr17689a.c } \
864 {{readelf {-Wr} pr17689now.rd}} \
865 "pr17689now.so" \
866 ] \
867 [list \
868 "Build pr17689b.o" \
869 "" \
870 "-Wa,-mx86-used-note=yes" \
871 { pr17689b.S } \
872 {} \
873 ] \
874 [list \
875 "Build pr17689 with PIE without -fPIE" \
876 "tmpdir/pr17689b.o tmpdir/pr17689.so -pie" \
877 "-Wa,-mx86-used-note=yes" \
878 { dummy.s } \
879 {{readelf {-Wr} pr17689.rd}} \
880 "pr17689" \
881 ] \
882 [list \
883 "Build pr17689 with PIE -z now without -fPIE" \
884 "tmpdir/pr17689b.o tmpdir/pr17689.so -pie -Wl,-z,now" \
885 "-Wa,-mx86-used-note=yes" \
886 { dummy.s } \
887 {{readelf {-Wr} pr17689now.rd}} \
888 "pr17689now" \
889 ] \
890 [list \
891 "Build pr17827 with PIE without -fPIE" \
892 "-Wl,--as-needed tmpdir/pr17689b.o tmpdir/pr17689.so -pie" \
893 "-Wa,-mx86-used-note=yes" \
894 { dummy.s } \
895 {{readelf {-Wr} pr17827.rd}} \
896 "pr17827" \
897 ] \
898 [list \
899 "Build pr18900.so" \
900 "-shared" \
901 "-fPIC -Wa,-mx86-used-note=yes" \
902 { pr18900a.c } \
903 "" \
904 "pr18900.so" \
905 ] \
906 [list \
907 "Build pr18900.o" \
908 "-r -nostdlib" \
909 "-Wa,-mx86-used-note=yes" \
910 { pr18900b.c pr18900c.c } \
911 "" \
912 "pr18900.o" \
913 ] \
914 [list \
915 "Build pr18900a" \
916 "tmpdir/pr18900.o tmpdir/pr18900.so" \
917 "-Wa,-mx86-used-note=yes" \
918 { dummy.s } \
919 {{readelf {-Wrd} pr18900a.rd}} \
920 "pr18900a" \
921 ] \
922 [list \
923 "Build pr18900b" \
924 "-Wl,--as-needed tmpdir/pr18900.o tmpdir/pr18900.so" \
925 "-Wa,-mx86-used-note=yes" \
926 { dummy.s } \
927 {{readelf {-Wrd} pr18900b.rd}} \
928 "pr18900b" \
929 ] \
930 [list \
931 "Build pr19031.so" \
932 "-shared" \
933 "-fPIC -Wa,-mx86-used-note=yes" \
934 { pr19031a.c } \
935 "" \
936 "pr19031.so" \
937 ] \
938 [list \
939 "Build gotpcrel1d.so" \
940 "-shared" \
941 "-Wa,-mx86-used-note=yes" \
942 { gotpcrel1d.S } \
943 "" \
944 "gotpcrel1d.so" \
945 ] \
946 [list \
947 "Build gotpcrel1a.o gotpcrel1b.o gotpcrel1c.o" \
948 "" \
949 "-Wa,-mrelax-relocations=yes,-mx86-used-note=yes" \
950 { gotpcrel1a.S gotpcrel1b.c gotpcrel1c.c } \
951 ] \
952 [list \
953 "Build gotpcrel1" \
954 "$NOPIE_LDFLAGS -Wl,--as-needed tmpdir/gotpcrel1a.o \
955 tmpdir/gotpcrel1b.o tmpdir/gotpcrel1c.o \
956 tmpdir/gotpcrel1d.so" \
957 "-Wa,-mx86-used-note=yes" \
958 { dummy.s } \
959 {{objdump {-dw} gotpcrel1.dd}} \
960 "gotpcrel1" \
961 ] \
962 [list \
963 "Build pr19319.so" \
964 "-shared" \
965 "-Wa,-mx86-used-note=yes" \
966 { pr19319a.S } \
967 "" \
968 "pr19319.so" \
969 ] \
970 [list \
971 "Build pr19319" \
972 "-pie -nostdlib -nostartfiles tmpdir/pr19319.so" \
973 "-Wa,-mx86-used-note=yes" \
974 { pr19319b.S } \
975 {{objdump {-dw} pr19319.dd}} \
976 "pr19319" \
977 ] \
978 [list \
979 "Build pr24276.so" \
980 "-shared -nostdlib -nostartfiles \
981 -Ltmpdir $srcdir/$subdir/pr24276.dso" \
982 "-Wa,-mx86-used-note=yes" \
983 { pr19319b.S } \
984 {{warning_output pr24276.warn}} \
985 "pr24276.so" \
986 ] \
987 [list \
988 "Build property 1" \
989 "" \
990 "-Wa,-mx86-used-note=no" \
991 {pass.c property-no-copy.S} \
992 {{readelf {-n} property-1.r}} \
993 "property-1" \
994 ] \
995 [list \
996 "Build property 1 (.o)" \
997 "-r -nostdlib" \
998 "-Wa,-mx86-used-note=yes" \
999 {pass.c property-no-copy.S} \
1000 {{readelf {-n} property-1a.r}} \
1001 "property-1.o" \
1002 ] \
1003 [list \
1004 "Build property 1 (.so)" \
1005 "-shared" \
1006 "-fPIC -Wa,-mx86-used-note=no" \
1007 {pass.c property-no-copy.S} \
1008 {{readelf {-n} property-1.r}} \
1009 "property-1.so" \
1010 ] \
1011 [list \
1012 "Build property 2" \
1013 "" \
1014 "-Wa,-mx86-used-note=no" \
1015 {pass.c property-stack.S} \
1016 {{readelf {-n} property-2.r}} \
1017 "property-2" \
1018 ] \
1019 [list \
1020 "Build property 2 (.o)" \
1021 "-r -nostdlib" \
1022 "-Wa,-mx86-used-note=yes" \
1023 {pass.c property-stack.S} \
1024 {{readelf {-n} property-2a.r}} \
1025 "property-2.o" \
1026 ] \
1027 [list \
1028 "Build property 2 (.so)" \
1029 "-shared" \
1030 "-fPIC -Wa,-mx86-used-note=yes" \
1031 {pass.c property-stack.S} \
1032 {{readelf {-n} property-2.r}} \
1033 "property-2.so" \
1034 ] \
1035 [list \
1036 "Build property 3" \
1037 "" \
1038 "-Wa,-mx86-used-note=yes" \
1039 {pass.c property-stack.S property-x86-1.S} \
1040 {{readelf {-n} property-3.r}} \
1041 "property-3" \
1042 ] \
1043 [list \
1044 "Build property 3 (.o)" \
1045 "-r -nostdlib" \
1046 "-Wa,-mx86-used-note=yes" \
1047 {pass.c property-x86-1.S property-stack.S} \
1048 {{readelf {-n} property-3a.r}} \
1049 "property-3.o" \
1050 ] \
1051 [list \
1052 "Build property 3 (.so)" \
1053 "-shared" \
1054 "-fPIC -Wa,-mx86-used-note=yes" \
1055 {property-x86-1.S pass.c property-stack.S} \
1056 {{readelf {-n} property-3.r}} \
1057 "property-3.so" \
1058 ] \
1059 [list \
1060 "Build property 4" \
1061 "" \
1062 "-Wa,-mx86-used-note=yes" \
1063 {pass.c property-stack.S property-x86-1.S property-x86-2.S} \
1064 {{readelf {-n} property-4.r}} \
1065 "property-4" \
1066 ] \
1067 [list \
1068 "Build property 4 (.o)" \
1069 "-r -nostdlib" \
1070 "-Wa,-mx86-used-note=yes" \
1071 {pass.c property-x86-2.S property-x86-1.S property-stack.S} \
1072 {{readelf {-n} property-4a.r}} \
1073 "property-4.o" \
1074 ] \
1075 [list \
1076 "Build property 4 (.so)" \
1077 "-shared" \
1078 "-fPIC -Wa,-mx86-used-note=yes" \
1079 {property-x86-2.S property-x86-1.S pass.c property-stack.S} \
1080 {{readelf {-n} property-4.r}} \
1081 "property-4.so" \
1082 ] \
1083 [list \
1084 "Build property 4 (-Wl,-z,stack-size=0)" \
1085 "-Wl,-z,stack-size=0" \
1086 "-Wa,-mx86-used-note=yes" \
1087 {pass.c property-stack.S property-x86-1.S property-x86-2.S} \
1088 {{readelf {-n} property-4.r}} \
1089 "property-4" \
1090 ] \
1091 [list \
1092 "Build property 5" \
1093 "-Wl,-z,stack-size=0x900000" \
1094 "-Wa,-mx86-used-note=yes" \
1095 {pass.c property-stack.S property-x86-1.S property-x86-2.S} \
1096 {{readelf {-n} property-5.r}} \
1097 "property-5" \
1098 ] \
1099 [list \
1100 "Build property 5 (.o)" \
1101 "-r -nostdlib -Wl,-z,stack-size=0x900000" \
1102 "-Wa,-mx86-used-note=yes" \
1103 {pass.c property-x86-2.S property-x86-1.S property-stack.S} \
1104 {{readelf {-n} property-5a.r}} \
1105 "property-5.o" \
1106 ] \
1107 [list \
1108 "Build property 5 (.so)" \
1109 "-shared -Wl,-z,stack-size=0x900000" \
1110 "-fPIC -Wa,-mx86-used-note=yes" \
1111 {property-x86-2.S property-x86-1.S pass.c property-stack.S} \
1112 {{readelf {-n} property-5.r}} \
1113 "property-5.so" \
1114 ] \
1115 [list \
1116 "Build property-6.so" \
1117 "-shared" \
1118 "-fPIC -Wa,-mx86-used-note=yes" \
1119 {property-6a.c property-6c.S} \
1120 {{readelf {-n} property-6.r}} \
1121 "property-6.so" \
1122 ] \
1123 [list \
1124 "Build property-6.o" \
1125 "-r -nostdlib" \
1126 "-Wa,-mx86-used-note=yes" \
1127 {property-6b.c property-stack.S} \
1128 {{readelf {-n} property-2a.r}} \
1129 "property-6.o" \
1130 ] \
1131 [list \
1132 "Build property-6" \
1133 "-Wl,--as-needed tmpdir/property-6.o tmpdir/property-6.so" \
1134 "-Wa,-mx86-used-note=yes" \
1135 { dummy.s } \
1136 {{readelf {-n} property-2.r}} \
1137 "property-6" \
1138 ] \
1139 [list \
1140 "Build property 7a (.o)" \
1141 "-r -nostdlib" \
1142 "-Wa,-mx86-used-note=yes" \
1143 {property-unsorted-1.S} \
1144 {{readelf {-n} property-7a.r}} \
1145 "property-7a.o" \
1146 ] \
1147 [list \
1148 "Build property 7b (.o)" \
1149 "-r -nostdlib" \
1150 "-Wa,-mx86-used-note=yes" \
1151 {property-unsorted-2.S} \
1152 {{readelf {-n} property-7a.r}} \
1153 "property-7b.o" \
1154 ] \
1155 [list \
1156 "Build pr22001-1.so" \
1157 "-shared" \
1158 "-fPIC -Wa,-mx86-used-note=yes" \
1159 { pr22001-1a.c } \
1160 {} \
1161 "pr22001-1.so" \
1162 ] \
1163 [list \
1164 "Build pr22001-1a" \
1165 "$NOPIE_LDFLAGS -Wl,-z,nocopyreloc,--no-as-needed tmpdir/pr22001-1.so" \
1166 "$NOPIE_CFLAGS -Wa,-mx86-used-note=yes" \
1167 { pr22001-1b.c } \
1168 {{error_output "pr22001-1a.err"}} \
1169 "pr22001-1a" \
1170 ] \
1171 [list \
1172 "Build pr21997-1.so" \
1173 "-shared" \
1174 "-Wa,-mx86-used-note=yes" \
1175 { property-stack.S property-no-copy.S pr21997-1a.S } \
1176 {} \
1177 "pr21997-1.so" \
1178 ] \
1179 [list \
1180 "Build pr21997-1a" \
1181 "$NOPIE_LDFLAGS -Wl,--no-as-needed tmpdir/pr21997-1.so" \
1182 "$NOPIE_CFLAGS -Wa,-mx86-used-note=yes" \
1183 { pr21997-1b.c } \
1184 {{error_output "pr21997-1a.err"}} \
1185 "pr21997-1a" \
1186 ] \
1187 [list \
1188 "Build pr22064a.o" \
1189 "" \
1190 "-Wa,-mx86-used-note=yes" \
1191 { pr22064a.S } \
1192 ] \
1193 [list \
1194 "Build pr22064.so" \
1195 "-shared" \
1196 "-fPIC -Wa,-mx86-used-note=yes" \
1197 { pr22064b.c } \
1198 {} \
1199 "pr22064.so" \
1200 ] \
1201 [list \
1202 "Build pr22393-3a.so" \
1203 "-shared -Wl,-z,separate-code,-z,max-page-size=0x1000" \
1204 "-fPIC -Wa,-mx86-used-note=yes" \
1205 {pr22393-3a.c} \
1206 {{readelf -lW pr22393-3a.rd} \
1207 {readelf -lW pr22393-3b.rd}} \
1208 "pr22393-3a.so" \
1209 ] \
1210 [list \
1211 "Build pr22393-3a-now.so" \
1212 "-shared -Wl,-z,separate-code,-z,now,-z,max-page-size=0x1000" \
1213 "-fPIC -Wa,-mx86-used-note=yes" \
1214 {pr22393-3a.c} \
1215 {{readelf -lW pr22393-3a.rd} \
1216 {readelf -lW pr22393-3b.rd}} \
1217 "pr22393-3a-now.so" \
1218 ] \
1219 [list \
1220 "Build pr22393-3" \
1221 "$NOPIE_LDFLAGS -Wl,-z,separate-code,-z,max-page-size=0x1000,--no-as-needed tmpdir/pr22393-3a.so" \
1222 "$NOPIE_CFLAGS -Wa,-mx86-used-note=yes" \
1223 {pr22393-3b.c} \
1224 {{readelf -lW pr22393-3a.rd} \
1225 {readelf -lW pr22393-3b.rd}} \
1226 "pr22393-3" \
1227 ] \
1228 [list \
1229 "Build pr22393-3 (PIE)" \
1230 "-pie -Wl,-z,separate-code,-z,max-page-size=0x1000,--no-as-needed tmpdir/pr22393-3a-now.so" \
1231 "-fPIE -Wa,-mx86-used-note=yes" \
1232 {pr22393-3b.c} \
1233 {{readelf -lW pr22393-3a.rd} \
1234 {readelf -lW pr22393-3b.rd}} \
1235 "pr22393-3-pie" \
1236 ] \
1237 [list \
1238 "Build pr22393-3 (static)" \
1239 "-static -Wl,-z,separate-code,-z,max-page-size=0x1000" \
1240 "-Wa,-mx86-used-note=yes" \
1241 {pr22393-3a.c pr22393-3b.c} \
1242 {{readelf -lW pr22393-3a.rd} \
1243 {readelf -lW pr22393-3b.rd}} \
1244 "pr22393-3-static" \
1245 ] \
1246 [list \
1247 "Build pr22791-1.so" \
1248 "-shared" \
1249 "-fPIC -Wa,-mx86-used-note=yes" \
1250 { pr22791-1a.c } \
1251 {} \
1252 "pr22791-1.so" \
1253 ] \
1254 [list \
1255 "Build pr22791-1" \
1256 "-pie -Wl,--no-as-needed tmpdir/pr22791-1.so" \
1257 "$NOPIE_CFLAGS -Wa,-mx86-used-note=yes" \
1258 { pr22791-1b.s } \
1259 {{error_output "pr22791-1.err"}} \
1260 "pr22791-1" \
1261 ] \
1262 [list \
1263 "Build pr22791-2a.o" \
1264 "" \
1265 "$NOPIE_CFLAGS -Wa,-mx86-used-note=yes" \
1266 { pr22791-2a.s } \
1267 ] \
1268 [list \
1269 "Build pr22791-2.so" \
1270 "-shared tmpdir/pr22791-2a.o" \
1271 "-fPIC -Wa,-mx86-used-note=yes" \
1272 { pr22791-2b.c } \
1273 {{readelf -drW pr22791-2.rd}} \
1274 "pr22791-2.so" \
1275 ] \
1276 [list \
1277 "Build pr22791-2" \
1278 "-pie -Wl,--no-as-needed tmpdir/pr22791-2.so" \
1279 "$NOPIE_CFLAGS -Wa,-mx86-used-note=yes" \
1280 { pr22791-2c.s } \
1281 {{readelf -drW pr22791-2.rd}} \
1282 "pr22791-2" \
1283 ] \
1284 [list \
1285 "Build pr22842.so" \
1286 "-shared" \
1287 "-fPIC -Wa,-mx86-used-note=yes" \
1288 { pr22842a.c } \
1289 {} \
1290 "pr22842.so" \
1291 ] \
1292 [list \
1293 "Build pr22842" \
1294 "-pie -Wl,--no-as-needed tmpdir/pr22842.so" \
1295 "-Wa,-mx86-used-note=yes" \
1296 { pr22842b.S } \
1297 {{readelf -rW pr22842a.rd} \
1298 {readelf -rW pr22842b.rd}} \
1299 "pr22842" \
1300 ] \
1301 ]
1302
1303 if {[istarget "x86_64-*-linux*-gnux32"]} {
1304 run_ld_link_exec_tests [list \
1305 [list \
1306 "Run pr22001-1b" \
1307 "$NOPIE_LDFLAGS -Wl,-z,nocopyreloc,--no-as-needed tmpdir/pr22001-1.so" \
1308 "-Wa,-mx86-used-note=yes" \
1309 { pr22001-1c.c } \
1310 "pr22001-1b" \
1311 "pass.out" \
1312 "$NOPIE_CFLAGS" \
1313 ] \
1314 [list \
1315 "Run pr21997-1b" \
1316 "$NOPIE_LDFLAGS -Wl,--no-as-needed tmpdir/pr21997-1.so" \
1317 "-Wa,-mx86-used-note=yes" \
1318 { pr21997-1c.c } \
1319 "pr21997-1b" \
1320 "pass.out" \
1321 "$NOPIE_CFLAGS" \
1322 ] \
1323 ]
1324 } else {
1325 run_cc_link_tests [list \
1326 [list \
1327 "Build pr22001-1b" \
1328 "$NOPIE_LDFLAGS -Wl,-z,nocopyreloc,--no-as-needed tmpdir/pr22001-1.so" \
1329 "$NOPIE_CFLAGS -Wa,-mx86-used-note=yes" \
1330 { pr22001-1c.c } \
1331 {{error_output "pr22001-1b.err"}} \
1332 "pr22001-1b" \
1333 ] \
1334 [list \
1335 "Build pr21997-1b" \
1336 "$NOPIE_LDFLAGS -Wl,--no-as-needed tmpdir/pr21997-1.so" \
1337 "$NOPIE_CFLAGS -Wa,-mx86-used-note=yes" \
1338 { pr21997-1c.c } \
1339 {{error_output "pr21997-1b.err"}} \
1340 "pr21997-1b" \
1341 ] \
1342 ]
1343 }
1344
1345 run_ld_link_exec_tests [list \
1346 [list \
1347 "Run plt-main" \
1348 "-Wl,--no-as-needed tmpdir/plt-main1.o tmpdir/plt-main2.o \
1349 tmpdir/plt-main3.o tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
1350 "-Wa,-mx86-used-note=yes" \
1351 { plt-main5.c } \
1352 "plt-main" \
1353 "plt-main.out" \
1354 ] \
1355 [list \
1356 "Run plt-main with PIE" \
1357 "-Wl,--no-as-needed -pie tmpdir/plt-main1.o tmpdir/plt-main2.o \
1358 tmpdir/plt-main3.o tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
1359 "-Wa,-mx86-used-note=yes" \
1360 { plt-main5.c } \
1361 "plt-main-pie" \
1362 "plt-main.out" \
1363 "-fPIC" \
1364 ] \
1365 [list \
1366 "Run copyreloc-main with PIE without -fPIE" \
1367 "-Wl,--as-needed -pie tmpdir/copyreloc-main.o tmpdir/copyreloc-lib.so" \
1368 "-Wa,-mx86-used-note=yes" \
1369 { dummy.s } \
1370 "copyreloc-main" \
1371 "copyreloc-main.out" \
1372 ] \
1373 [list \
1374 "Run pr17689 with PIE without -fPIE" \
1375 "-Wl,--no-as-needed -pie tmpdir/pr17689b.o tmpdir/pr17689.so" \
1376 "-Wa,-mx86-used-note=yes" \
1377 { dummy.s } \
1378 "pr17689" \
1379 "pr17689.out" \
1380 ] \
1381 [list \
1382 "Run pr17689 with PIE -z now without -fPIE" \
1383 "-Wl,--as-needed,-z,now -pie tmpdir/pr17689b.o tmpdir/pr17689.so" \
1384 "-Wa,-mx86-used-note=yes" \
1385 { dummy.s } \
1386 "pr17689now" \
1387 "pr17689.out" \
1388 ] \
1389 [list \
1390 "Run pr18900" \
1391 "-Wl,--no-as-needed tmpdir/pr18900.o tmpdir/pr18900.so" \
1392 "-Wa,-mx86-used-note=yes" \
1393 { dummy.s } \
1394 "pr18900" \
1395 "pr18900.out" \
1396 ] \
1397 [list \
1398 "Run pr19031" \
1399 "$NOPIE_LDFLAGS -Wl,--no-as-needed tmpdir/pr19031.so" \
1400 "-Wa,-mx86-used-note=yes" \
1401 { pr19031b.S pr19031c.c } \
1402 "pr19031" \
1403 "pr19031.out" \
1404 "$NOPIE_CFLAGS" \
1405 ] \
1406 [list \
1407 "Run gotpcrel1" \
1408 "-Wl,--no-as-needed tmpdir/gotpcrel1d.so" \
1409 "-Wa,-mx86-used-note=yes" \
1410 { gotpcrel1a.S gotpcrel1b.c gotpcrel1c.c } \
1411 "gotpcrel1" \
1412 "gotpcrel1.out" \
1413 ] \
1414 [list \
1415 "Run property 1" \
1416 "" \
1417 "-Wa,-mx86-used-note=yes" \
1418 {pass.c property-no-copy.S} \
1419 "property-1" "pass.out" \
1420 ] \
1421 [list \
1422 "Run property 1 (PIE)" \
1423 "-pie" \
1424 "-Wa,-mx86-used-note=yes" \
1425 {pass.c property-no-copy.S} \
1426 "property-1-pie" "pass.out" "-fPIE" \
1427 ] \
1428 [list \
1429 "Run property 1 (static)" \
1430 "-static" \
1431 "-Wa,-mx86-used-note=yes" \
1432 {pass.c property-no-copy.S} \
1433 "property-1-static" "pass.out" \
1434 ] \
1435 [list \
1436 "Run property 2" \
1437 "" \
1438 "-Wa,-mx86-used-note=yes" \
1439 {pass.c property-stack.S} \
1440 "property-2" "pass.out" \
1441 ] \
1442 [list \
1443 "Run property 2 (PIE)" \
1444 "-pie" \
1445 "-Wa,-mx86-used-note=yes" \
1446 {pass.c property-stack.S} \
1447 "property-2-pie" "pass.out" "-fPIE" \
1448 ] \
1449 [list \
1450 "Run property 2 (static)" \
1451 "-static" \
1452 "-Wa,-mx86-used-note=yes" \
1453 {pass.c property-stack.S} \
1454 "property-3-static" "pass.out" \
1455 ] \
1456 [list \
1457 "Run property 3" \
1458 "" \
1459 "-Wa,-mx86-used-note=yes" \
1460 {pass.c property-stack.S property-x86-1.S} \
1461 "property-3" "pass.out" \
1462 ] \
1463 [list \
1464 "Run property 3 (PIE)" \
1465 "-pie" \
1466 "-Wa,-mx86-used-note=yes" \
1467 {pass.c property-x86-1.S property-stack.S} \
1468 "property-3-pie" "pass.out" "-fPIE" \
1469 ] \
1470 [list \
1471 "Run property 3 (static)" \
1472 "-static" \
1473 "-Wa,-mx86-used-note=yes" \
1474 {property-x86-1.S pass.c property-stack.S} \
1475 "property-3-static" "pass.out" \
1476 ] \
1477 [list \
1478 "Run property 4" \
1479 "" \
1480 "-Wa,-mx86-used-note=yes" \
1481 {pass.c property-stack.S property-x86-1.S property-x86-2.S} \
1482 "property-4" "pass.out" \
1483 ] \
1484 [list \
1485 "Run property 4 (PIE)" \
1486 "-pie" \
1487 "-Wa,-mx86-used-note=yes" \
1488 {pass.c property-x86-2.S property-x86-1.S property-stack.S} \
1489 "property-4-pie" "pass.out" "-fPIE" \
1490 ] \
1491 [list \
1492 "Run property 4 (static)" \
1493 "-static" \
1494 "-Wa,-mx86-used-note=yes" \
1495 {property-x86-2.S property-x86-1.S pass.c property-stack.S} \
1496 "property-4-static" "pass.out" \
1497 ] \
1498 [list \
1499 "Run property 5" \
1500 "-Wl,-z,stack-size=0x900000" \
1501 "-Wa,-mx86-used-note=yes" \
1502 {pass.c property-stack.S property-x86-1.S property-x86-2.S} \
1503 "property-5" "pass.out" \
1504 ] \
1505 [list \
1506 "Run property 5 (PIE)" \
1507 "-pie -Wl,-z,stack-size=0x900000" \
1508 "-Wa,-mx86-used-note=yes" \
1509 {pass.c property-x86-2.S property-x86-1.S property-stack.S} \
1510 "property-5-pie" "pass.out" "-fPIE" \
1511 ] \
1512 [list \
1513 "Run property 5 (static)" \
1514 "-static -Wl,-z,stack-size=0x900000" \
1515 "-Wa,-mx86-used-note=yes" \
1516 {property-x86-2.S property-x86-1.S pass.c property-stack.S} \
1517 "property-5-static" "pass.out" \
1518 ] \
1519 [list \
1520 "Run pr22001-1a (PIC 1)" \
1521 "$NOPIE_LDFLAGS -Wl,-z,nocopyreloc,--no-as-needed tmpdir/pr22001-1.so" \
1522 "-Wa,-mx86-used-note=yes" \
1523 { pr22001-1b.c } \
1524 "pr22001-1a-pic-1" \
1525 "pass.out" \
1526 "-fPIC" \
1527 ] \
1528 [list \
1529 "Run pr22001-1a (PIC 2)" \
1530 "-pie -Wl,-z,nocopyreloc,--no-as-needed tmpdir/pr22001-1.so" \
1531 "-Wa,-mx86-used-note=yes" \
1532 { pr22001-1b.c } \
1533 "pr22001-1a-pic-2" \
1534 "pass.out" \
1535 "-fPIC" \
1536 ] \
1537 [list \
1538 "Run pr22001-1b (PIC 1)" \
1539 "$NOPIE_LDFLAGS -Wl,-z,nocopyreloc,--no-as-needed tmpdir/pr22001-1.so" \
1540 "-Wa,-mx86-used-note=yes" \
1541 { pr22001-1c.c } \
1542 "pr22001-1b-pic-1" \
1543 "pass.out" \
1544 "-fPIC" \
1545 ] \
1546 [list \
1547 "Run pr22001-1b (PIC 2)" \
1548 "-pie -Wl,-z,nocopyreloc,--no-as-needed tmpdir/pr22001-1.so" \
1549 "-Wa,-mx86-used-note=yes" \
1550 { pr22001-1c.c } \
1551 "pr22001-1b-pic-2" \
1552 "pass.out" \
1553 "-fPIC" \
1554 ] \
1555 [list \
1556 "Run pr21997-1a (PIC 1)" \
1557 "$NOPIE_LDFLAGS -Wl,--no-as-needed tmpdir/pr21997-1.so" \
1558 "-Wa,-mx86-used-note=yes" \
1559 { pr21997-1b.c } \
1560 "pr21997-1a-pic-1" \
1561 "pass.out" \
1562 "-fPIC" \
1563 ] \
1564 [list \
1565 "Run pr21997-1a (PIC 2)" \
1566 "-pie -Wl,--no-as-needed tmpdir/pr21997-1.so" \
1567 "-Wa,-mx86-used-note=yes" \
1568 { pr21997-1b.c } \
1569 "pr21997-1a-pic-2" \
1570 "pass.out" \
1571 "-fPIC" \
1572 ] \
1573 [list \
1574 "Run pr21997-1b (PIC 1)" \
1575 "$NOPIE_LDFLAGS -Wl,--no-as-needed tmpdir/pr21997-1.so" \
1576 "-Wa,-mx86-used-note=yes" \
1577 { pr21997-1c.c } \
1578 "pr21997-1b-pic-1" \
1579 "pass.out" \
1580 "-fPIC" \
1581 ] \
1582 [list \
1583 "Run pr21997-1b (PIC 2)" \
1584 "-pie -Wl,--no-as-needed tmpdir/pr21997-1.so" \
1585 "-Wa,-mx86-used-note=yes" \
1586 { pr21997-1c.c } \
1587 "pr21997-1b-pic-2" \
1588 "pass.out" \
1589 "-fPIC" \
1590 ] \
1591 [list \
1592 "Run pr22064" \
1593 "-pie -Wl,--no-as-needed tmpdir/pr22064a.o tmpdir/pr22064.so" \
1594 "-Wa,-mx86-used-note=yes" \
1595 { dummy.s } \
1596 "pr22064-pie" \
1597 "pass.out" \
1598 "-fPIE" \
1599 ] \
1600 [list \
1601 "Run pr22393-3" \
1602 "$NOPIE_LDFLAGS -Wl,-z,separate-code,-z,max-page-size=0x1000,--no-as-needed tmpdir/pr22393-3a.so" \
1603 "-Wa,-mx86-used-note=yes" \
1604 {pr22393-3b.c} \
1605 "pr22393-3" \
1606 "pass.out" \
1607 "$NOPIE_CFLAGS" \
1608 ] \
1609 [list \
1610 "Run pr22393-3 (PIE)" \
1611 "-pie -Wl,-z,separate-code,-z,max-page-size=0x1000,--no-as-needed tmpdir/pr22393-3a-now.so" \
1612 "-Wa,-mx86-used-note=yes" \
1613 {pr22393-3b.c} \
1614 "pr22393-3-pie" \
1615 "pass.out" \
1616 "-fPIE" \
1617 ] \
1618 [list \
1619 "Run pr22393-3 (static)" \
1620 "-static -Wl,-z,separate-code,-z,max-page-size=0x1000" \
1621 "-Wa,-mx86-used-note=yes" \
1622 {pr22393-3a.c pr22393-3b.c} \
1623 "pr22393-3-static" \
1624 "pass.out" \
1625 ] \
1626 [list \
1627 "Run pr22791-2" \
1628 "-pie -Wl,--no-as-needed tmpdir/pr22791-2.so" \
1629 "-Wa,-mx86-used-note=yes" \
1630 { pr22791-2c.s } \
1631 "pr22791-2" \
1632 "pass.out" \
1633 "$NOPIE_CFLAGS" \
1634 ] \
1635 [list \
1636 "Run pr22842" \
1637 "-pie -Wl,--no-as-needed tmpdir/pr22842.so" \
1638 "-Wa,-mx86-used-note=yes" \
1639 { pr22842b.S } \
1640 "pr22842" \
1641 "pass.out" \
1642 ] \
1643 [list \
1644 "Run pr23997" \
1645 "" \
1646 "" \
1647 { pr23997a.s pr23997b.c pr23997c.c } \
1648 "pr23997" \
1649 "pass.out" \
1650 ] \
1651 ]
1652
1653 # Run-time tests which require working ifunc attribute support.
1654 if { [check_ifunc_attribute_available] } {
1655 run_cc_link_tests [list \
1656 [list \
1657 "Build libpr19784a.so" \
1658 "-shared -Wl,-Bsymbolic-functions" \
1659 "-fPIC -O2 -g -Wa,-mx86-used-note=yes" \
1660 { pr19784b.c pr19784c.c } \
1661 {} \
1662 "libpr19784a.so" \
1663 ] \
1664 [list \
1665 "Build libpr19784b.so" \
1666 "-shared -Wl,-Bsymbolic-functions" \
1667 "-fPIC -O2 -g -Wa,-mx86-used-note=yes" \
1668 { pr19784c.c pr19784b.c } \
1669 {} \
1670 "libpr19784b.so" \
1671 ] \
1672 [list \
1673 "Build pr19784a.o" \
1674 "" \
1675 "-Wa,-mx86-used-note=yes" \
1676 { pr19784a.c } \
1677 ] \
1678 ]
1679
1680 run_ld_link_exec_tests [list \
1681 [list \
1682 "Run pr19784a" \
1683 "-Wl,--no-as-needed tmpdir/pr19784a.o tmpdir/libpr19784a.so" \
1684 "-Wa,-mx86-used-note=yes" \
1685 { dummy.s } \
1686 "pr19784a" \
1687 "pass.out" \
1688 ] \
1689 [list \
1690 "Run pr19784b" \
1691 "-Wl,--as-needed tmpdir/pr19784a.o tmpdir/libpr19784b.so" \
1692 "-Wa,-mx86-used-note=yes" \
1693 { dummy.s } \
1694 "pr19784b" \
1695 "pass.out" \
1696 ] \
1697 ]
1698 }
1699
1700 if { [istarget "x86_64-*-linux*"] \
1701 && ![istarget "x86_64-*-linux*-gnux32"]} {
1702
1703 run_cc_link_tests [list \
1704 [list \
1705 "Build plt-main with -z bndplt" \
1706 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
1707 tmpdir/plt-main4.o tmpdir/libplt-lib.so -z bndplt \
1708 -z noseparate-code -z max-page-size=0x200000" \
1709 "-Wa,-mx86-used-note=yes" \
1710 { plt-main5.c } \
1711 {{objdump {-drw} plt-main-bnd.dd}} \
1712 "plt-main-bnd" \
1713 ] \
1714 [list \
1715 "Build plt-main with PIE and -z bndplt" \
1716 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
1717 tmpdir/plt-main4.o tmpdir/libplt-lib.so -z bndplt -pie \
1718 -z noseparate-code -z max-page-size=0x200000" \
1719 "-fPIC -Wa,-mx86-used-note=yes" \
1720 { plt-main5.c } \
1721 {{objdump {-drw} plt-main-bnd.dd}} \
1722 "plt-main-pie-bnd" \
1723 ] \
1724 [list \
1725 "Build plt-main with -z bndplt -z now" \
1726 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
1727 tmpdir/plt-main4.o tmpdir/libplt-lib.so -z bndplt -z now \
1728 -z noseparate-code -z max-page-size=0x200000" \
1729 "-Wa,-mx86-used-note=yes" \
1730 { plt-main5.c } \
1731 {{readelf {-SW} plt-main-bnd-now.rd} {objdump {-drw} plt-main-bnd.dd}} \
1732 "plt-main-bnd-now" \
1733 ] \
1734 [list \
1735 "Build plt-main with PIE and -z bndplt -z now" \
1736 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
1737 tmpdir/plt-main4.o tmpdir/libplt-lib.so -z bndplt -z now -pie \
1738 -z noseparate-code -z max-page-size=0x200000" \
1739 "-fPIC -Wa,-mx86-used-note=yes" \
1740 { plt-main5.c } \
1741 {{readelf {-SW} plt-main-bnd-now.rd} {objdump {-drw} plt-main-bnd.dd}} \
1742 "plt-main-pie-bnd-now" \
1743 ] \
1744 ]
1745
1746 run_ld_link_exec_tests [list \
1747 [list \
1748 "Run plt-main with -z bndplt" \
1749 "-Wl,--no-as-needed,-z,bndplt tmpdir/plt-main1.o \
1750 tmpdir/plt-main2.o tmpdir/plt-main3.o \
1751 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
1752 "-Wa,-mx86-used-note=yes" \
1753 { plt-main5.c } \
1754 "plt-main-bnd" \
1755 "plt-main.out" \
1756 ] \
1757 [list \
1758 "Run plt-main with PIE and -z bndplt" \
1759 "-Wl,--no-as-needed,-z,bndplt -pie tmpdir/plt-main1.o \
1760 tmpdir/plt-main2.o tmpdir/plt-main3.o \
1761 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
1762 "-Wa,-mx86-used-note=yes" \
1763 { plt-main5.c } \
1764 "plt-main-pie-bnd" \
1765 "plt-main.out" \
1766 "-fPIC" \
1767 ] \
1768 [list \
1769 "Run plt-main with -z bndplt -z now" \
1770 "-Wl,--no-as-needed,-z,bndplt,-z,now tmpdir/plt-main1.o \
1771 tmpdir/plt-main2.o tmpdir/plt-main3.o \
1772 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
1773 "-Wa,-mx86-used-note=yes" \
1774 { plt-main5.c } \
1775 "plt-main-bnd-now" \
1776 "plt-main.out" \
1777 ] \
1778 [list \
1779 "Run plt-main with PIE and -z bndplt -z now" \
1780 "-Wl,--no-as-needed,-z,bndplt,-z,now -pie tmpdir/plt-main1.o \
1781 tmpdir/plt-main2.o tmpdir/plt-main3.o \
1782 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
1783 "-Wa,-mx86-used-note=yes" \
1784 { plt-main5.c } \
1785 "plt-main-pie-bnd-now" \
1786 "plt-main.out" \
1787 "-fPIC" \
1788 ] \
1789 [list \
1790 "Run pr20800" \
1791 "-Wl,-z,now -pie" \
1792 "-Wa,-mx86-used-note=yes" \
1793 { pr20800a.S pr20800b.S } \
1794 "pr20800" \
1795 "pass.out" \
1796 ] \
1797 ]
1798 if { [check_ifunc_attribute_available] } {
1799 run_ld_link_exec_tests [list \
1800 [list \
1801 "Run pr21481a" \
1802 "$NOPIE_LDFLAGS -Wl,-z,bndplt" \
1803 "-Wa,-mx86-used-note=yes" \
1804 { pr21481a.c pr21481b.S } \
1805 "pr21481a" \
1806 "pass.out" \
1807 "$NOPIE_CFLAGS" \
1808 ] \
1809 [list \
1810 "Run pr21481b" \
1811 "$NOPIE_LDFLAGS -Wl,-z,bndplt,-z,now" \
1812 "-Wa,-mx86-used-note=yes" \
1813 { pr21481a.c pr21481b.S } \
1814 "pr21481b" \
1815 "pass.out" \
1816 "$NOPIE_CFLAGS" \
1817 ] \
1818 ]
1819 }
1820 }
1821
1822 if { [istarget "x86_64-*-linux*"] } {
1823 if { [istarget "x86_64-*-linux*-gnux32"] } {
1824 set pltdump {{objdump {-drw} plt-main-ibt-x32.dd}}
1825 set pltsecdump {{readelf {-SW} plt-main-ibt-now.rd} {objdump {-drw} plt-main-ibt-x32.dd}}
1826 } else {
1827 set pltdump {{objdump {-drw} plt-main-ibt.dd}}
1828 set pltsecdump {{readelf {-SW} plt-main-ibt-now.rd} {objdump {-drw} plt-main-ibt.dd}}
1829 }
1830 run_cc_link_tests [list \
1831 [list \
1832 "Build plt-main with -z ibtplt" \
1833 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
1834 tmpdir/plt-main4.o tmpdir/libplt-lib.so -z ibtplt \
1835 -z noseparate-code -z max-page-size=0x200000" \
1836 "-Wa,-mx86-used-note=yes" \
1837 { plt-main5.c } \
1838 $pltdump \
1839 "plt-main-ibt" \
1840 ] \
1841 [list \
1842 "Build plt-main with PIE and -z ibtplt" \
1843 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
1844 tmpdir/plt-main4.o tmpdir/libplt-lib.so -z ibtplt -pie \
1845 -z noseparate-code -z max-page-size=0x200000" \
1846 "-fPIC -Wa,-mx86-used-note=yes" \
1847 { plt-main5.c } \
1848 $pltdump \
1849 "plt-main-pie-ibt" \
1850 ] \
1851 [list \
1852 "Build plt-main with -z ibtplt -z now" \
1853 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
1854 tmpdir/plt-main4.o tmpdir/libplt-lib.so -z ibtplt -z now \
1855 -z noseparate-code -z max-page-size=0x200000" \
1856 "-Wa,-mx86-used-note=yes" \
1857 { plt-main5.c } \
1858 $pltsecdump \
1859 "plt-main-ibt-now" \
1860 ] \
1861 [list \
1862 "Build plt-main with PIE and -z ibtplt -z now" \
1863 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
1864 tmpdir/plt-main4.o tmpdir/libplt-lib.so -z ibtplt -z now -pie \
1865 -z noseparate-code -z max-page-size=0x200000" \
1866 "-fPIC -Wa,-mx86-used-note=yes" \
1867 { plt-main5.c } \
1868 $pltsecdump \
1869 "plt-main-pie-ibt-now" \
1870 ] \
1871 [list \
1872 "Build libibtplt-lib.so with -z ibtplt" \
1873 "-shared -z ibtplt \
1874 -z noseparate-code -z max-page-size=0x200000" \
1875 "-fPIC -Wa,-mx86-used-note=yes" \
1876 { plt-main1.c plt-main2.c plt-main3.c plt-main4.c} \
1877 $pltdump \
1878 "libibtplt-lib.so" \
1879 ] \
1880 [list \
1881 "Build libibtplt--now-lib.so with -z ibtplt -z now" \
1882 "-shared -z ibtplt -z now \
1883 -z noseparate-code -z max-page-size=0x200000" \
1884 "-fPIC -Wa,-mx86-used-note=yes" \
1885 { plt-main1.c plt-main2.c plt-main3.c plt-main4.c} \
1886 $pltdump \
1887 "libibtplt-now-lib.so" \
1888 ] \
1889 ]
1890
1891 run_ld_link_exec_tests [list \
1892 [list \
1893 "Run plt-main with -z ibtplt" \
1894 "-Wl,--no-as-needed,-z,ibtplt tmpdir/plt-main1.o \
1895 tmpdir/plt-main2.o tmpdir/plt-main3.o \
1896 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
1897 "-Wa,-mx86-used-note=yes" \
1898 { plt-main5.c } \
1899 "plt-main-ibt" \
1900 "plt-main.out" \
1901 ] \
1902 [list \
1903 "Run plt-main with PIE and -z ibtplt" \
1904 "-Wl,--no-as-needed,-z,ibtplt -pie tmpdir/plt-main1.o \
1905 tmpdir/plt-main2.o tmpdir/plt-main3.o \
1906 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
1907 "-Wa,-mx86-used-note=yes" \
1908 { plt-main5.c } \
1909 "plt-main-pie-ibt" \
1910 "plt-main.out" \
1911 "-fPIC" \
1912 ] \
1913 [list \
1914 "Run plt-main with -z ibtplt -z now" \
1915 "-Wl,--no-as-needed,-z,ibtplt,-z,now tmpdir/plt-main1.o \
1916 tmpdir/plt-main2.o tmpdir/plt-main3.o \
1917 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
1918 "-Wa,-mx86-used-note=yes" \
1919 { plt-main5.c } \
1920 "plt-main-ibt-now" \
1921 "plt-main.out" \
1922 ] \
1923 [list \
1924 "Run plt-main with PIE and -z ibtplt -z now" \
1925 "-Wl,--no-as-needed,-z,ibtplt,-z,now -pie tmpdir/plt-main1.o \
1926 tmpdir/plt-main2.o tmpdir/plt-main3.o \
1927 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
1928 "-Wa,-mx86-used-note=yes" \
1929 { plt-main5.c } \
1930 "plt-main-pie-ibt-now" \
1931 "plt-main.out" \
1932 "-fPIC" \
1933 ] \
1934 [list \
1935 "Run plt-main with libibtplt-lib.so -z ibtplt" \
1936 "-Wl,--no-as-needed,-z,ibtplt tmpdir/libibtplt-lib.so \
1937 tmpdir/libplt-lib.so" \
1938 "-Wa,-mx86-used-note=yes" \
1939 { plt-main5.c } \
1940 "plt-main-ibt-lib" \
1941 "plt-main.out" \
1942 ] \
1943 [list \
1944 "Run plt-main with libibtplt-lib.so -z ibtplt -z now" \
1945 "-Wl,--no-as-needed,-z,ibtplt,-z,now \
1946 tmpdir/libibtplt-now-lib.so tmpdir/libplt-lib.so" \
1947 "-Wa,-mx86-used-note=yes" \
1948 { plt-main5.c } \
1949 "plt-main-ibt-now-lib" \
1950 "plt-main.out" \
1951 ] \
1952 ]
1953
1954 if { [check_ifunc_attribute_available] } {
1955 run_ld_link_exec_tests [list \
1956 [list \
1957 "Run pr21481a" \
1958 "$NOPIE_LDFLAGS -Wl,-z,ibtplt" \
1959 "-Wa,-mx86-used-note=yes" \
1960 { pr21481a.c pr21481b.S } \
1961 "pr21481a" \
1962 "pass.out" \
1963 "$NOPIE_CFLAGS" \
1964 ] \
1965 [list \
1966 "Run pr21481b" \
1967 "$NOPIE_LDFLAGS -Wl,-z,ibtplt,-z,now" \
1968 "-Wa,-mx86-used-note=yes" \
1969 { pr21481a.c pr21481b.S } \
1970 "pr21481b" \
1971 "pass.out" \
1972 "$NOPIE_CFLAGS" \
1973 ] \
1974 ]
1975 }
1976 }
1977
1978 undefined_weak "$NOPIE_CFLAGS" "$NOPIE_LDFLAGS"
1979 undefined_weak "-fPIE" ""
1980 undefined_weak "-fPIE" "-pie"
1981 undefined_weak "-fPIE" "-Wl,-z,nodynamic-undefined-weak"
1982 undefined_weak "-fPIE" "-pie -Wl,-z,nodynamic-undefined-weak"
1983 }
1984
1985 if { ![istarget "x86_64-*-linux*"]} {
1986 set ASFLAGS "$saved_ASFLAGS"
1987 return
1988 }
1989
1990 run_ld_link_tests [list \
1991 [list \
1992 "basic PLT generation (-z now)" \
1993 "-z now -melf_x86_64 --hash-style=sysv tmpdir/libpltlib.so \
1994 -z noseparate-code -z max-page-size=0x200000" \
1995 "" \
1996 "--64" \
1997 {plt2.s} \
1998 {{readelf -SW plt2.rd} {objdump -dwr plt2.dd}} \
1999 "plt2" \
2000 ] \
2001 [list \
2002 "Build pr21626.so" \
2003 "-shared -melf_x86_64" \
2004 "" \
2005 "--64 -defsym __64_bit__=1 -mx86-used-note=yes" \
2006 {property-x86-3.s} \
2007 "" \
2008 "pr21626.so" \
2009 ] \
2010 [list \
2011 "Build pr21626" \
2012 "-melf_x86_64 tmpdir/pr21626.so" \
2013 "" \
2014 "--64 -mx86-used-note=yes" \
2015 {start.s foo.s} \
2016 "" \
2017 "pr21626" \
2018 ] \
2019 ]
2020
2021 # Linux only tests
2022 global LD_CLASS
2023 if { "$LD_CLASS" == "64bit" } then {
2024 # This test needs 64-bit linker.
2025 run_dump_test "pr17618"
2026 }
2027 run_dump_test "pltgot-1"
2028 run_dump_test "pltgot-2"
2029 run_dump_test "pr20830a"
2030 run_dump_test "pr20830b"
2031 run_dump_test "pr21038a"
2032 run_dump_test "pr21038b"
2033 run_dump_test "pr21038c"
2034 run_dump_test "pr20830a-now"
2035 run_dump_test "pr20830b-now"
2036 run_dump_test "pr21038a-now"
2037 run_dump_test "pr21038b-now"
2038 run_dump_test "pr21038c-now"
2039 run_dump_test "ibt-plt-1"
2040 run_dump_test "ibt-plt-1-x32"
2041 run_dump_test "ibt-plt-2a"
2042 run_dump_test "ibt-plt-2b"
2043 run_dump_test "ibt-plt-2c"
2044 run_dump_test "ibt-plt-2d"
2045 run_dump_test "ibt-plt-2a-x32"
2046 run_dump_test "ibt-plt-2b-x32"
2047 run_dump_test "ibt-plt-2c-x32"
2048 run_dump_test "ibt-plt-2d-x32"
2049 run_dump_test "ibt-plt-3a"
2050 run_dump_test "ibt-plt-3b"
2051 run_dump_test "ibt-plt-3c"
2052 run_dump_test "ibt-plt-3d"
2053 run_dump_test "ibt-plt-3a-x32"
2054 run_dump_test "ibt-plt-3b-x32"
2055 run_dump_test "ibt-plt-3c-x32"
2056 run_dump_test "ibt-plt-3d-x32"
2057
2058 set ASFLAGS "$saved_ASFLAGS"
This page took 0.069694 seconds and 3 git commands to generate.