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