ld: Add NOCF_PROTECTION_CFLAGS to turn off -fcf-protection
[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 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 run_dump_test "align-branch-1"
464 run_dump_test "pr25416-1a"
465 run_dump_test "pr25416-2b"
466 run_dump_test "pr25416-2a"
467 run_dump_test "pr25416-2b"
468 run_dump_test "pr25416-3"
469 run_dump_test "pr25416-4"
470
471 if { ![istarget "x86_64-*-linux*"] && ![istarget "x86_64-*-nacl*"]} {
472 return
473 }
474
475 if ![ld_assemble $as "--x32 $srcdir/$subdir/start.s" tmpdir/startx32.o] {
476 unresolved "Build ILP32 start.o"
477 return
478 }
479
480 if ![ld_assemble $as "--32 $srcdir/$subdir/start.s" tmpdir/start32.o] {
481 unresolved "Build ia32 start.o"
482 return
483 }
484
485 if ![ld_assemble $as "--64 $srcdir/$subdir/start.s" tmpdir/start64.o] {
486 unresolved "Build LP64 start.o"
487 return
488 }
489
490 if ![ld_assemble $as "--x32 $srcdir/$subdir/foo.s" tmpdir/foox32.o] {
491 unresolved "Build ILP32 foo.o"
492 return
493 }
494
495 if ![ld_assemble $as "--32 $srcdir/$subdir/foo.s" tmpdir/foo32.o] {
496 unresolved "Build ia32 foo.o"
497 return
498 }
499
500 if ![ld_assemble $as "--64 $srcdir/$subdir/foo.s" tmpdir/foo64.o] {
501 unresolved "Build LP64 foo.o"
502 return
503 }
504
505 run_dump_test "compressed1"
506 run_dump_test "ilp32-1"
507 run_dump_test "ilp32-2"
508 run_dump_test "ilp32-3"
509 run_dump_test "ilp32-4"
510 run_dump_test "ilp32-4-nacl"
511 run_dump_test "ilp32-5"
512 run_dump_test "ilp32-6"
513 run_dump_test "ilp32-7"
514 run_dump_test "ilp32-8"
515 run_dump_test "ilp32-9"
516 run_dump_test "ilp32-10"
517 run_dump_test "ilp32-11"
518 run_dump_test "ia32-1"
519 run_dump_test "ia32-2"
520 run_dump_test "ia32-3"
521 run_dump_test "lp64-1"
522 run_dump_test "lp64-2"
523 run_dump_test "lp64-3"
524 run_dump_test "pr13082-1a"
525 run_dump_test "pr13082-1b"
526 run_dump_test "pr13082-2a"
527 run_dump_test "pr13082-2b"
528 run_dump_test "pr13082-3a"
529 run_dump_test "pr13082-3b"
530 run_dump_test "pr13082-3c"
531 run_dump_test "pr13082-3d"
532 run_dump_test "pr13082-4a"
533 run_dump_test "pr13082-4b"
534 run_dump_test "pr13082-5a"
535 run_dump_test "pr13082-5b"
536 run_dump_test "pr13082-6a"
537 run_dump_test "pr13082-6b"
538 run_dump_test "lea1a"
539 run_dump_test "lea1b"
540 run_dump_test "lea1c"
541 run_dump_test "lea1d"
542 run_dump_test "lea1e"
543 run_dump_test "lea1f"
544 run_dump_test "lea1g"
545 run_dump_test "lea1h"
546 run_dump_test "lea1i"
547 run_dump_test "lea1j"
548 run_dump_test "lea1k"
549 run_dump_test "lea1l"
550 run_dump_test "mov1a"
551 run_dump_test "mov1b"
552 run_dump_test "mov1c"
553 run_dump_test "mov1d"
554 run_dump_test "mov2a"
555 run_dump_test "mov2b"
556 run_dump_test "mov2c"
557 run_dump_test "mov2d"
558 run_dump_test "load1a"
559 run_dump_test "load1b"
560 run_dump_test "load1c"
561 run_dump_test "load1d"
562 run_dump_test "load1a-nacl"
563 run_dump_test "load1b-nacl"
564 run_dump_test "load1c-nacl"
565 run_dump_test "load1d-nacl"
566 run_dump_test "load2"
567 run_dump_test "call1a"
568 run_dump_test "call1b"
569 run_dump_test "call1c"
570 run_dump_test "call1d"
571 run_dump_test "call1e"
572 run_dump_test "call1f"
573 run_dump_test "call1g"
574 run_dump_test "call1h"
575 run_dump_test "call1i"
576 run_dump_test "pr17935-1"
577 run_dump_test "pr17935-2"
578 run_dump_test "pr18160"
579 run_dump_test "pr18176"
580 run_dump_test "pr18801a"
581 run_dump_test "pr18801b"
582 run_dump_test "pr18815"
583 run_dump_test "pr19013"
584 run_dump_test "pr19013-x32"
585 run_dump_test "pr19013-nacl"
586 run_dump_test "pr19162"
587 run_dump_test "pr19175"
588 run_dump_test "pr18591"
589 run_dump_test "pr19615"
590 run_dump_test "pr19636-1a"
591 run_dump_test "pr19636-1b"
592 run_dump_test "pr19636-1c"
593 run_dump_test "pr19636-1d"
594 run_dump_test "pr19636-1e"
595 run_dump_test "pr19636-1f"
596 run_dump_test "pr19636-1g"
597 run_dump_test "pr19636-1h"
598 run_dump_test "pr19636-1i"
599 run_dump_test "pr19636-1j"
600 run_dump_test "pr19636-2a"
601 run_dump_test "pr19636-2b"
602 run_dump_test "pr19636-2c"
603 run_dump_test "pr19636-2d"
604 run_dump_test "pr19636-2d-nacl"
605 run_dump_test "pr19636-2e"
606 run_dump_test "pr19636-2f"
607 run_dump_test "pr19636-2g"
608 run_dump_test "pr19636-2h"
609 run_dump_test "pr19636-2i"
610 run_dump_test "pr19636-2j"
611 run_dump_test "pr19636-2k"
612 run_dump_test "pr19636-2l"
613 run_dump_test "pr19636-2m"
614 run_dump_test "pr19636-3a"
615 run_dump_test "pr19636-3b"
616 run_dump_test "pr19636-3c"
617 run_dump_test "pr19645"
618 run_dump_test "pr19609-1a"
619 run_dump_test "pr19609-1b"
620 run_dump_test "pr19609-1c"
621 run_dump_test "pr19609-1d"
622 run_dump_test "pr19609-1e"
623 run_dump_test "pr19609-1f"
624 run_dump_test "pr19609-1g"
625 run_dump_test "pr19609-1h"
626 run_dump_test "pr19609-1i"
627 run_dump_test "pr19609-1j"
628 run_dump_test "pr19609-1k"
629 run_dump_test "pr19609-1l"
630 run_dump_test "pr19609-1m"
631 run_dump_test "pr19609-2a"
632 run_dump_test "pr19609-2b"
633 run_dump_test "pr19609-2c"
634 run_dump_test "pr19609-2d"
635 run_dump_test "pr19609-3a"
636 run_dump_test "pr19609-3b"
637 run_dump_test "pr19609-4a"
638 run_dump_test "pr19609-4b"
639 run_dump_test "pr19609-4c"
640 run_dump_test "pr19609-4d"
641 run_dump_test "pr19609-4e"
642 run_dump_test "pr19609-5a"
643 run_dump_test "pr19609-5b"
644 run_dump_test "pr19609-5c"
645 run_dump_test "pr19609-5d"
646 run_dump_test "pr19609-5e"
647 run_dump_test "pr19609-6a"
648 run_dump_test "pr19609-6b"
649 run_dump_test "pr19609-6c"
650 run_dump_test "pr19609-6d"
651 run_dump_test "pr19609-7a"
652 run_dump_test "pr19609-7b"
653 run_dump_test "pr19609-7c"
654 run_dump_test "pr19609-7d"
655 run_dump_test "pr19939a"
656 run_dump_test "pr19939b"
657 run_dump_test "pr19719"
658 run_dump_test "pr20253-1a"
659 run_dump_test "pr20253-1b"
660 run_dump_test "pr20253-1c"
661 run_dump_test "pr20253-1d"
662 run_dump_test "pr20253-1e"
663 run_dump_test "pr20253-1f"
664 run_dump_test "pr20253-1g"
665 run_dump_test "pr20253-1h"
666 run_dump_test "pr20253-1i"
667 run_dump_test "pr20253-1j"
668 run_dump_test "pr20253-1k"
669 run_dump_test "pr20253-1l"
670 run_dump_test "pr20253-3"
671 run_dump_test "pr20253-4a"
672 run_dump_test "pr20253-4b"
673 run_dump_test "pr20253-4c"
674 run_dump_test "pr20253-4d"
675 run_dump_test "pr20253-4e"
676 run_dump_test "pr20253-4f"
677 run_dump_test "pr20253-5a"
678 run_dump_test "pr20253-5b"
679 run_dump_test "tlsdesc2"
680 run_dump_test "pr22048"
681 run_dump_test "pr22929"
682
683 proc undefined_weak {cflags ldflags} {
684 set testname "Undefined weak symbol"
685 if { ![ string match "" $cflags$ldflags] } {
686 set testname "$testname ($cflags $ldflags)"
687 }
688
689 if { [string match "*-fPIE*" $cflags]
690 && ![string match "*nodynamic-undefined-weak*" $ldflags] } {
691 set weak_symbol "Weak defined"
692 } else {
693 set weak_symbol "Weak undefined"
694 }
695
696 run_cc_link_tests [list \
697 [list \
698 "Build libpr19704a.so" \
699 "-shared -Wl,-soname,libpr19704.so" \
700 "" \
701 { dummy.s } \
702 {} \
703 "libpr19704a.so" \
704 ] \
705 [list \
706 "Build libpr19704b.so" \
707 "-shared -Wl,-soname,libpr19704.so" \
708 "-fPIC" \
709 { pr19704b.c } \
710 {} \
711 "libpr19704b.so" \
712 ] \
713 ]
714
715 exec cp tmpdir/libpr19704a.so tmpdir/libpr19704.so
716
717 run_ld_link_exec_tests [list \
718 [list \
719 "Run pr19704" \
720 "-Wl,--no-as-needed,-R,tmpdir $ldflags tmpdir/libpr19704.so" \
721 "" \
722 { pr19704a.c } \
723 "pr19704" \
724 "pr19704.out" \
725 "$cflags" \
726 ] \
727 ]
728
729 exec cp tmpdir/libpr19704b.so tmpdir/libpr19704.so
730
731 set exec_output [run_host_cmd tmpdir/pr19704 ""]
732 if {![string match $weak_symbol $exec_output]} {
733 fail $testname
734 } else {
735 pass $testname
736 }
737 }
738
739 # Add $PLT_CFLAGS if PLT is expected.
740 global PLT_CFLAGS
741 # Add $NOPIE_CFLAGS and $NOPIE_LDFLAGS if non-PIE is required.
742 global NOPIE_CFLAGS NOPIE_LDFLAGS
743 # Add $NOCF_PROTECTION_CFLAGS if -fcf-protection=none is required.
744 global NOCF_PROTECTION_CFLAGS
745
746 # Must be native with the C compiler
747 if { [isnative] && [check_compiler_available] } {
748 run_cc_link_tests {
749 {"Helper X32 DSO from x86-64 object" "" "-m64 -fPIC -g"
750 {simple.c} {} "libsimple.a"}
751 }
752
753 set convertx32 "$objcopy -O elf32-x86-64 tmpdir/simple.o tmpdir/simple-x32.o"
754 send_log "$convertx32\n"
755 set got [remote_exec host "$convertx32"]
756 if { [lindex $got 0] != 0 || ![string match "" [lindex $got 1]] } then {
757 send_log "$got\n"
758 fail "Convert x86-64 object to x32"
759 return
760 }
761
762 run_ld_link_tests {
763 {"X32 DSO from x86-64 object"
764 "-shared -melf32_x86_64 tmpdir/simple-x32.o" ""
765 "--x32 -mx86-used-note=yes"
766 {dummy.s} {{readelf {-s --wide} x86-64-x32.rd}} "x86-64-x32"}
767 }
768
769 run_cc_link_tests [list \
770 [list \
771 "Build plt-lib.so" \
772 "-shared" \
773 "-fPIC -Wa,-mx86-used-note=yes" \
774 { plt-lib.c } \
775 {} \
776 "libplt-lib.so" \
777 ] \
778 [list \
779 "Build libplt-main1.a" \
780 "" \
781 "-fPIC -Wa,-mrelax-relocations=yes,-mx86-used-note=yes" \
782 { plt-main1.c } \
783 {{readelf {-Wr} plt-main1.rd}} \
784 "libplt-main1.a" \
785 ] \
786 [list \
787 "Build libplt-main2.a" \
788 "" \
789 "-fPIC -Wa,-mrelax-relocations=yes,-mx86-used-note=yes" \
790 { plt-main2.c } \
791 {{readelf {-Wr} plt-main2.rd}} \
792 "libplt-main2.a" \
793 ] \
794 [list \
795 "Build libplt-main3.a" \
796 "" \
797 "-fPIC -Wa,-mrelax-relocations=yes,-mx86-used-note=yes $PLT_CFLAGS" \
798 { plt-main3.c } \
799 {{readelf {-Wr} plt-main3.rd}} \
800 "libplt-main3.a" \
801 ] \
802 [list \
803 "Build libplt-main4.a" \
804 "" \
805 "-fPIC -Wa,-mrelax-relocations=yes,-mx86-used-note=yes $PLT_CFLAGS" \
806 { plt-main4.c } \
807 {{readelf {-Wr} plt-main4.rd}} \
808 "libplt-main4.a" \
809 ] \
810 [list \
811 "Build plt-main" \
812 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
813 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
814 "" \
815 { plt-main5.c } \
816 {{readelf {-Wr} plt-main.rd}} \
817 "plt-main" \
818 ] \
819 [list \
820 "Build plt-main with PIE" \
821 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
822 tmpdir/plt-main4.o tmpdir/libplt-lib.so -pie" \
823 "-fPIC -Wa,-mx86-used-note=yes" \
824 { plt-main5.c } \
825 {{readelf {-Wr} plt-main.rd}} \
826 "plt-main" \
827 ] \
828 [list \
829 "Build copyreloc-lib.so" \
830 "-shared" \
831 "-fPIC -Wa,-mx86-used-note=yes" \
832 { copyreloc-lib.c } \
833 {} \
834 "copyreloc-lib.so" \
835 ] \
836 [list \
837 "Build libcopyreloc-main.a" \
838 "" \
839 "-Wa,-mx86-used-note=yes" \
840 { copyreloc-main.S } \
841 {} \
842 "libcopyreloc-main.a" \
843 ] \
844 [list \
845 "Build copyreloc-main with PIE without -fPIE (1)" \
846 "tmpdir/copyreloc-main.o tmpdir/copyreloc-lib.so -pie" \
847 "-Wa,-mx86-used-note=yes" \
848 { dummy.s } \
849 {{readelf {-Wr} copyreloc-main1.rd}} \
850 "copyreloc-main" \
851 ] \
852 [list \
853 "Build copyreloc-main with PIE without -fPIE (2)" \
854 "tmpdir/copyreloc-main.o tmpdir/copyreloc-lib.so -pie" \
855 "-Wa,-mx86-used-note=yes" \
856 { dummy.s } \
857 {{readelf {-Wr} copyreloc-main2.rd}} \
858 "copyreloc-main" \
859 ] \
860 [list \
861 "Build pr17689.so" \
862 "-shared" \
863 "-fPIC -Wa,-mx86-used-note=yes" \
864 { pr17689a.c } \
865 {} \
866 "pr17689.so" \
867 ] \
868 [list \
869 "Build pr17689now.so with -z now" \
870 "-shared -Wl,-z,now" \
871 "-fPIC -Wa,-mx86-used-note=yes" \
872 { pr17689a.c } \
873 {{readelf {-Wr} pr17689now.rd}} \
874 "pr17689now.so" \
875 ] \
876 [list \
877 "Build pr17689b.o" \
878 "" \
879 "-Wa,-mx86-used-note=yes" \
880 { pr17689b.S } \
881 {} \
882 ] \
883 [list \
884 "Build pr17689 with PIE without -fPIE" \
885 "tmpdir/pr17689b.o tmpdir/pr17689.so -pie" \
886 "-Wa,-mx86-used-note=yes" \
887 { dummy.s } \
888 {{readelf {-Wr} pr17689.rd}} \
889 "pr17689" \
890 ] \
891 [list \
892 "Build pr17689 with PIE -z now without -fPIE" \
893 "tmpdir/pr17689b.o tmpdir/pr17689.so -pie -Wl,-z,now" \
894 "-Wa,-mx86-used-note=yes" \
895 { dummy.s } \
896 {{readelf {-Wr} pr17689now.rd}} \
897 "pr17689now" \
898 ] \
899 [list \
900 "Build pr17827 with PIE without -fPIE" \
901 "-Wl,--as-needed tmpdir/pr17689b.o tmpdir/pr17689.so -pie" \
902 "-Wa,-mx86-used-note=yes" \
903 { dummy.s } \
904 {{readelf {-Wr} pr17827.rd}} \
905 "pr17827" \
906 ] \
907 [list \
908 "Build pr18900.so" \
909 "-shared" \
910 "-fPIC -Wa,-mx86-used-note=yes" \
911 { pr18900a.c } \
912 "" \
913 "pr18900.so" \
914 ] \
915 [list \
916 "Build pr18900.o" \
917 "-r -nostdlib" \
918 "-Wa,-mx86-used-note=yes" \
919 { pr18900b.c pr18900c.c } \
920 "" \
921 "pr18900.o" \
922 ] \
923 [list \
924 "Build pr18900a" \
925 "tmpdir/pr18900.o tmpdir/pr18900.so" \
926 "-Wa,-mx86-used-note=yes" \
927 { dummy.s } \
928 {{readelf {-Wrd} pr18900a.rd}} \
929 "pr18900a" \
930 ] \
931 [list \
932 "Build pr18900b" \
933 "-Wl,--as-needed tmpdir/pr18900.o tmpdir/pr18900.so" \
934 "-Wa,-mx86-used-note=yes" \
935 { dummy.s } \
936 {{readelf {-Wrd} pr18900b.rd}} \
937 "pr18900b" \
938 ] \
939 [list \
940 "Build pr19031.so" \
941 "-shared" \
942 "-fPIC -Wa,-mx86-used-note=yes" \
943 { pr19031a.c } \
944 "" \
945 "pr19031.so" \
946 ] \
947 [list \
948 "Build gotpcrel1d.so" \
949 "-shared" \
950 "-Wa,-mx86-used-note=yes" \
951 { gotpcrel1d.S } \
952 "" \
953 "gotpcrel1d.so" \
954 ] \
955 [list \
956 "Build gotpcrel1a.o gotpcrel1b.o gotpcrel1c.o" \
957 "" \
958 "-Wa,-mrelax-relocations=yes,-mx86-used-note=yes" \
959 { gotpcrel1a.S gotpcrel1b.c gotpcrel1c.c } \
960 ] \
961 [list \
962 "Build gotpcrel1" \
963 "$NOPIE_LDFLAGS -Wl,--as-needed tmpdir/gotpcrel1a.o \
964 tmpdir/gotpcrel1b.o tmpdir/gotpcrel1c.o \
965 tmpdir/gotpcrel1d.so" \
966 "-Wa,-mx86-used-note=yes" \
967 { dummy.s } \
968 {{objdump {-dw} gotpcrel1.dd}} \
969 "gotpcrel1" \
970 ] \
971 [list \
972 "Build pr19319.so" \
973 "-shared" \
974 "-Wa,-mx86-used-note=yes" \
975 { pr19319a.S } \
976 "" \
977 "pr19319.so" \
978 ] \
979 [list \
980 "Build pr19319" \
981 "-pie -nostdlib -nostartfiles tmpdir/pr19319.so" \
982 "-Wa,-mx86-used-note=yes" \
983 { pr19319b.S } \
984 {{objdump {-dw} pr19319.dd}} \
985 "pr19319" \
986 ] \
987 [list \
988 "Build pr24276.so" \
989 "-shared -nostdlib -nostartfiles \
990 -Ltmpdir $srcdir/$subdir/pr24276.dso" \
991 "-Wa,-mx86-used-note=yes" \
992 { pr19319b.S } \
993 {{warning_output pr24276.warn}} \
994 "pr24276.so" \
995 ] \
996 [list \
997 "Build property 1" \
998 "" \
999 "-Wa,-mx86-used-note=no" \
1000 {pass.c property-no-copy.S} \
1001 {{readelf {-n} property-1.r}} \
1002 "property-1" \
1003 ] \
1004 [list \
1005 "Build property 1 (.o)" \
1006 "-r -nostdlib" \
1007 "-Wa,-mx86-used-note=yes" \
1008 {pass.c property-no-copy.S} \
1009 {{readelf {-n} property-1a.r}} \
1010 "property-1.o" \
1011 ] \
1012 [list \
1013 "Build property 1 (.so)" \
1014 "-shared" \
1015 "-fPIC -Wa,-mx86-used-note=no" \
1016 {pass.c property-no-copy.S} \
1017 {{readelf {-n} property-1.r}} \
1018 "property-1.so" \
1019 ] \
1020 [list \
1021 "Build property 2" \
1022 "" \
1023 "-Wa,-mx86-used-note=no" \
1024 {pass.c property-stack.S} \
1025 {{readelf {-n} property-2.r}} \
1026 "property-2" \
1027 ] \
1028 [list \
1029 "Build property 2 (.o)" \
1030 "-r -nostdlib" \
1031 "-Wa,-mx86-used-note=yes" \
1032 {pass.c property-stack.S} \
1033 {{readelf {-n} property-2a.r}} \
1034 "property-2.o" \
1035 ] \
1036 [list \
1037 "Build property 2 (.so)" \
1038 "-shared" \
1039 "-fPIC -Wa,-mx86-used-note=yes" \
1040 {pass.c property-stack.S} \
1041 {{readelf {-n} property-2.r}} \
1042 "property-2.so" \
1043 ] \
1044 [list \
1045 "Build property 3" \
1046 "" \
1047 "-Wa,-mx86-used-note=yes" \
1048 {pass.c property-stack.S property-x86-1.S} \
1049 {{readelf {-n} property-3.r}} \
1050 "property-3" \
1051 ] \
1052 [list \
1053 "Build property 3 (.o)" \
1054 "-r -nostdlib" \
1055 "-Wa,-mx86-used-note=yes" \
1056 {pass.c property-x86-1.S property-stack.S} \
1057 {{readelf {-n} property-3a.r}} \
1058 "property-3.o" \
1059 ] \
1060 [list \
1061 "Build property 3 (.so)" \
1062 "-shared" \
1063 "-fPIC -Wa,-mx86-used-note=yes" \
1064 {property-x86-1.S pass.c property-stack.S} \
1065 {{readelf {-n} property-3.r}} \
1066 "property-3.so" \
1067 ] \
1068 [list \
1069 "Build property 4" \
1070 "" \
1071 "-Wa,-mx86-used-note=yes" \
1072 {pass.c property-stack.S property-x86-1.S property-x86-2.S} \
1073 {{readelf {-n} property-4.r}} \
1074 "property-4" \
1075 ] \
1076 [list \
1077 "Build property 4 (.o)" \
1078 "-r -nostdlib" \
1079 "-Wa,-mx86-used-note=yes" \
1080 {pass.c property-x86-2.S property-x86-1.S property-stack.S} \
1081 {{readelf {-n} property-4a.r}} \
1082 "property-4.o" \
1083 ] \
1084 [list \
1085 "Build property 4 (.so)" \
1086 "-shared" \
1087 "-fPIC -Wa,-mx86-used-note=yes" \
1088 {property-x86-2.S property-x86-1.S pass.c property-stack.S} \
1089 {{readelf {-n} property-4.r}} \
1090 "property-4.so" \
1091 ] \
1092 [list \
1093 "Build property 4 (-Wl,-z,stack-size=0)" \
1094 "-Wl,-z,stack-size=0" \
1095 "-Wa,-mx86-used-note=yes" \
1096 {pass.c property-stack.S property-x86-1.S property-x86-2.S} \
1097 {{readelf {-n} property-4.r}} \
1098 "property-4" \
1099 ] \
1100 [list \
1101 "Build property 5" \
1102 "-Wl,-z,stack-size=0x900000" \
1103 "-Wa,-mx86-used-note=yes" \
1104 {pass.c property-stack.S property-x86-1.S property-x86-2.S} \
1105 {{readelf {-n} property-5.r}} \
1106 "property-5" \
1107 ] \
1108 [list \
1109 "Build property 5 (.o)" \
1110 "-r -nostdlib -Wl,-z,stack-size=0x900000" \
1111 "-Wa,-mx86-used-note=yes" \
1112 {pass.c property-x86-2.S property-x86-1.S property-stack.S} \
1113 {{readelf {-n} property-5a.r}} \
1114 "property-5.o" \
1115 ] \
1116 [list \
1117 "Build property 5 (.so)" \
1118 "-shared -Wl,-z,stack-size=0x900000" \
1119 "-fPIC -Wa,-mx86-used-note=yes" \
1120 {property-x86-2.S property-x86-1.S pass.c property-stack.S} \
1121 {{readelf {-n} property-5.r}} \
1122 "property-5.so" \
1123 ] \
1124 [list \
1125 "Build property-6.so" \
1126 "-shared" \
1127 "-fPIC -Wa,-mx86-used-note=yes" \
1128 {property-6a.c property-6c.S} \
1129 {{readelf {-n} property-6.r}} \
1130 "property-6.so" \
1131 ] \
1132 [list \
1133 "Build property-6.o" \
1134 "-r -nostdlib" \
1135 "-Wa,-mx86-used-note=yes" \
1136 {property-6b.c property-stack.S} \
1137 {{readelf {-n} property-2a.r}} \
1138 "property-6.o" \
1139 ] \
1140 [list \
1141 "Build property-6" \
1142 "-Wl,--as-needed tmpdir/property-6.o tmpdir/property-6.so" \
1143 "-Wa,-mx86-used-note=yes" \
1144 { dummy.s } \
1145 {{readelf {-n} property-2.r}} \
1146 "property-6" \
1147 ] \
1148 [list \
1149 "Build property 7a (.o)" \
1150 "-r -nostdlib" \
1151 "-Wa,-mx86-used-note=yes" \
1152 {property-unsorted-1.S} \
1153 {{readelf {-n} property-7a.r}} \
1154 "property-7a.o" \
1155 ] \
1156 [list \
1157 "Build property 7b (.o)" \
1158 "-r -nostdlib" \
1159 "-Wa,-mx86-used-note=yes" \
1160 {property-unsorted-2.S} \
1161 {{readelf {-n} property-7a.r}} \
1162 "property-7b.o" \
1163 ] \
1164 [list \
1165 "Build pr22001-1.so" \
1166 "-shared" \
1167 "-fPIC -Wa,-mx86-used-note=yes" \
1168 { pr22001-1a.c } \
1169 {} \
1170 "pr22001-1.so" \
1171 ] \
1172 [list \
1173 "Build pr22001-1a" \
1174 "$NOPIE_LDFLAGS -Wl,-z,nocopyreloc,--no-as-needed tmpdir/pr22001-1.so" \
1175 "$NOPIE_CFLAGS -Wa,-mx86-used-note=yes" \
1176 { pr22001-1b.c } \
1177 {{error_output "pr22001-1a.err"}} \
1178 "pr22001-1a" \
1179 ] \
1180 [list \
1181 "Build pr21997-1.so" \
1182 "-shared" \
1183 "-Wa,-mx86-used-note=yes" \
1184 { property-stack.S property-no-copy.S pr21997-1a.S } \
1185 {} \
1186 "pr21997-1.so" \
1187 ] \
1188 [list \
1189 "Build pr21997-1a" \
1190 "$NOPIE_LDFLAGS -Wl,--no-as-needed tmpdir/pr21997-1.so" \
1191 "$NOPIE_CFLAGS -Wa,-mx86-used-note=yes" \
1192 { pr21997-1b.c } \
1193 {{error_output "pr21997-1a.err"}} \
1194 "pr21997-1a" \
1195 ] \
1196 [list \
1197 "Build pr22064a.o" \
1198 "" \
1199 "-Wa,-mx86-used-note=yes" \
1200 { pr22064a.S } \
1201 ] \
1202 [list \
1203 "Build pr22064.so" \
1204 "-shared" \
1205 "-fPIC -Wa,-mx86-used-note=yes" \
1206 { pr22064b.c } \
1207 {} \
1208 "pr22064.so" \
1209 ] \
1210 [list \
1211 "Build pr22393-3a.so" \
1212 "-shared -Wl,-z,separate-code,-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.so" \
1218 ] \
1219 [list \
1220 "Build pr22393-3a-now.so" \
1221 "-shared -Wl,-z,separate-code,-z,now,-z,max-page-size=0x1000" \
1222 "-fPIC -Wa,-mx86-used-note=yes" \
1223 {pr22393-3a.c} \
1224 {{readelf -lW pr22393-3a.rd} \
1225 {readelf -lW pr22393-3b.rd}} \
1226 "pr22393-3a-now.so" \
1227 ] \
1228 [list \
1229 "Build pr22393-3" \
1230 "$NOPIE_LDFLAGS -Wl,-z,separate-code,-z,max-page-size=0x1000,--no-as-needed tmpdir/pr22393-3a.so" \
1231 "$NOPIE_CFLAGS -Wa,-mx86-used-note=yes" \
1232 {pr22393-3b.c} \
1233 {{readelf -lW pr22393-3a.rd} \
1234 {readelf -lW pr22393-3b.rd}} \
1235 "pr22393-3" \
1236 ] \
1237 [list \
1238 "Build pr22393-3 (PIE)" \
1239 "-pie -Wl,-z,separate-code,-z,max-page-size=0x1000,--no-as-needed tmpdir/pr22393-3a-now.so" \
1240 "-fPIE -Wa,-mx86-used-note=yes" \
1241 {pr22393-3b.c} \
1242 {{readelf -lW pr22393-3a.rd} \
1243 {readelf -lW pr22393-3b.rd}} \
1244 "pr22393-3-pie" \
1245 ] \
1246 [list \
1247 "Build pr22393-3 (static)" \
1248 "-static -Wl,-z,separate-code,-z,max-page-size=0x1000" \
1249 "-Wa,-mx86-used-note=yes" \
1250 {pr22393-3a.c pr22393-3b.c} \
1251 {{readelf -lW pr22393-3a.rd} \
1252 {readelf -lW pr22393-3b.rd}} \
1253 "pr22393-3-static" \
1254 ] \
1255 [list \
1256 "Build pr22791-1.so" \
1257 "-shared" \
1258 "-fPIC -Wa,-mx86-used-note=yes" \
1259 { pr22791-1a.c } \
1260 {} \
1261 "pr22791-1.so" \
1262 ] \
1263 [list \
1264 "Build pr22791-1" \
1265 "-pie -Wl,--no-as-needed tmpdir/pr22791-1.so" \
1266 "$NOPIE_CFLAGS -Wa,-mx86-used-note=yes" \
1267 { pr22791-1b.s } \
1268 {{error_output "pr22791-1.err"}} \
1269 "pr22791-1" \
1270 ] \
1271 [list \
1272 "Build pr22791-2a.o" \
1273 "" \
1274 "$NOPIE_CFLAGS -Wa,-mx86-used-note=yes" \
1275 { pr22791-2a.s } \
1276 ] \
1277 [list \
1278 "Build pr22791-2.so" \
1279 "-shared tmpdir/pr22791-2a.o" \
1280 "-fPIC -Wa,-mx86-used-note=yes" \
1281 { pr22791-2b.c } \
1282 {{readelf -drW pr22791-2.rd}} \
1283 "pr22791-2.so" \
1284 ] \
1285 [list \
1286 "Build pr22791-2" \
1287 "-pie -Wl,--no-as-needed tmpdir/pr22791-2.so" \
1288 "$NOPIE_CFLAGS -Wa,-mx86-used-note=yes" \
1289 { pr22791-2c.s } \
1290 {{readelf -drW pr22791-2.rd}} \
1291 "pr22791-2" \
1292 ] \
1293 [list \
1294 "Build pr22842.so" \
1295 "-shared" \
1296 "-fPIC -Wa,-mx86-used-note=yes" \
1297 { pr22842a.c } \
1298 {} \
1299 "pr22842.so" \
1300 ] \
1301 [list \
1302 "Build pr22842" \
1303 "-pie -Wl,--no-as-needed tmpdir/pr22842.so" \
1304 "-Wa,-mx86-used-note=yes" \
1305 { pr22842b.S } \
1306 {{readelf -rW pr22842a.rd} \
1307 {readelf -rW pr22842b.rd}} \
1308 "pr22842" \
1309 ] \
1310 ]
1311
1312 if {[istarget "x86_64-*-linux*-gnux32"]} {
1313 run_cc_link_tests [list \
1314 [list \
1315 "Build pr25416-5b.o (GDesc -maddress-mode=short)" \
1316 "" \
1317 "-Wa,-mx86-used-note=yes" \
1318 { pr25416-5b.s } \
1319 ] \
1320 [list \
1321 "Build pr25416-5b.so (GDesc -> IE -maddress-mode=short)" \
1322 "-shared" \
1323 "-fPIC -Wa,-mx86-used-note=yes" \
1324 { pr25416-5b.s pr25416-5d.s } \
1325 {} \
1326 "pr25416-5b.so" \
1327 ] \
1328 [list \
1329 "Build pr25416-5c.o (GDesc -maddress-mode=long)" \
1330 "" \
1331 "-Wa,-mx86-used-note=yes" \
1332 { pr25416-5c.s } \
1333 ] \
1334 [list \
1335 "Build pr25416-5c.so (GDesc -> IE -maddress-mode=long)" \
1336 "-shared" \
1337 "-fPIC -Wa,-mx86-used-note=yes" \
1338 { pr25416-5c.s pr25416-5d.s } \
1339 {} \
1340 "pr25416-5c.so" \
1341 ] \
1342 [list \
1343 "Build pr25416-5d.so (GDesc -maddress-mode=short)" \
1344 "-shared" \
1345 "-fPIC -Wa,-mx86-used-note=yes" \
1346 { pr25416-5b.s pr25416-5e.s } \
1347 {} \
1348 "pr25416-5d.so" \
1349 ] \
1350 [list \
1351 "Build pr25416-5d.o (IE -maddress-mode=short)" \
1352 "" \
1353 "-Wa,-mx86-used-note=yes" \
1354 { pr25416-5d.s } \
1355 ] \
1356 ]
1357
1358 run_ld_link_exec_tests [list \
1359 [list \
1360 "Run pr22001-1b" \
1361 "$NOPIE_LDFLAGS -Wl,-z,nocopyreloc,--no-as-needed tmpdir/pr22001-1.so" \
1362 "-Wa,-mx86-used-note=yes" \
1363 { pr22001-1c.c } \
1364 "pr22001-1b" \
1365 "pass.out" \
1366 "$NOPIE_CFLAGS" \
1367 ] \
1368 [list \
1369 "Run pr21997-1b" \
1370 "$NOPIE_LDFLAGS -Wl,--no-as-needed tmpdir/pr21997-1.so" \
1371 "-Wa,-mx86-used-note=yes" \
1372 { pr21997-1c.c } \
1373 "pr21997-1b" \
1374 "pass.out" \
1375 "$NOPIE_CFLAGS" \
1376 ] \
1377 [list \
1378 "Run pr25416-5a (GDesc -> IE -maddress-mode=short)" \
1379 "$NOPIE_LDFLAGS -Wl,--no-as-needed tmpdir/pr25416-5b.so" \
1380 "-Wa,-mx86-used-note=yes" \
1381 { pr25416-5a.c } \
1382 "pr25416-5a" \
1383 "pass.out" \
1384 "$NOPIE_CFLAGS" \
1385 ] \
1386 [list \
1387 "Run pr25416-5b (GDesc -> LE -maddress-mode=short" \
1388 "$NOPIE_LDFLAGS tmpdir/pr25416-5b.o tmpdir/pr25416-5d.o" \
1389 "-Wa,-mx86-used-note=yes" \
1390 { pr25416-5a.c } \
1391 "pr25416-5b" \
1392 "pass.out" \
1393 "$NOPIE_CFLAGS" \
1394 ] \
1395 [list \
1396 "Run pr25416-5c (GDesc -> IE -maddress-mode=long)" \
1397 "$NOPIE_LDFLAGS -Wl,--no-as-needed tmpdir/pr25416-5c.so" \
1398 "-Wa,-mx86-used-note=yes" \
1399 { pr25416-5a.c } \
1400 "pr25416-5c" \
1401 "pass.out" \
1402 "$NOPIE_CFLAGS" \
1403 ] \
1404 [list \
1405 "Run pr25416-5d (GDesc -> LE -maddress-mode=long)" \
1406 "$NOPIE_LDFLAGS tmpdir/pr25416-5c.o tmpdir/pr25416-5d.o" \
1407 "-Wa,-mx86-used-note=yes" \
1408 { pr25416-5a.c } \
1409 "pr25416-5d" \
1410 "pass.out" \
1411 "$NOPIE_CFLAGS" \
1412 ] \
1413 [list \
1414 "Run pr25416-5e (GDesc -maddress-mode=short)" \
1415 "$NOPIE_LDFLAGS -Wl,--no-as-needed tmpdir/pr25416-5d.so" \
1416 "-Wa,-mx86-used-note=yes" \
1417 { pr25416-5a.c } \
1418 "pr25416-5e" \
1419 "pass.out" \
1420 "$NOPIE_CFLAGS" \
1421 ] \
1422 [list \
1423 "Run pr25416-5f (PIE GDesc -> LE -maddress-mode=short)" \
1424 "-pie tmpdir/pr25416-5b.o tmpdir/pr25416-5d.o" \
1425 "-Wa,-mx86-used-note=yes" \
1426 { pr25416-5a.c } \
1427 "pr25416-5f" \
1428 "pass.out" \
1429 ] \
1430 [list \
1431 "Run pr25416-5g (PIE GDesc -> LE -maddress-mode=long)" \
1432 "-pie tmpdir/pr25416-5c.o tmpdir/pr25416-5d.o" \
1433 "-Wa,-mx86-used-note=yes" \
1434 { pr25416-5a.c } \
1435 "pr25416-5g" \
1436 "pass.out" \
1437 ] \
1438 ]
1439 } else {
1440 run_cc_link_tests [list \
1441 [list \
1442 "Build pr22001-1b" \
1443 "$NOPIE_LDFLAGS -Wl,-z,nocopyreloc,--no-as-needed tmpdir/pr22001-1.so" \
1444 "$NOPIE_CFLAGS -Wa,-mx86-used-note=yes" \
1445 { pr22001-1c.c } \
1446 {{error_output "pr22001-1b.err"}} \
1447 "pr22001-1b" \
1448 ] \
1449 [list \
1450 "Build pr21997-1b" \
1451 "$NOPIE_LDFLAGS -Wl,--no-as-needed tmpdir/pr21997-1.so" \
1452 "$NOPIE_CFLAGS -Wa,-mx86-used-note=yes" \
1453 { pr21997-1c.c } \
1454 {{error_output "pr21997-1b.err"}} \
1455 "pr21997-1b" \
1456 ] \
1457 ]
1458 }
1459
1460 run_ld_link_exec_tests [list \
1461 [list \
1462 "Run plt-main" \
1463 "-Wl,--no-as-needed tmpdir/plt-main1.o tmpdir/plt-main2.o \
1464 tmpdir/plt-main3.o tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
1465 "-Wa,-mx86-used-note=yes" \
1466 { plt-main5.c } \
1467 "plt-main" \
1468 "plt-main.out" \
1469 ] \
1470 [list \
1471 "Run plt-main with PIE" \
1472 "-Wl,--no-as-needed -pie tmpdir/plt-main1.o tmpdir/plt-main2.o \
1473 tmpdir/plt-main3.o tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
1474 "-Wa,-mx86-used-note=yes" \
1475 { plt-main5.c } \
1476 "plt-main-pie" \
1477 "plt-main.out" \
1478 "-fPIC" \
1479 ] \
1480 [list \
1481 "Run copyreloc-main with PIE without -fPIE" \
1482 "-Wl,--as-needed -pie tmpdir/copyreloc-main.o tmpdir/copyreloc-lib.so" \
1483 "-Wa,-mx86-used-note=yes" \
1484 { dummy.s } \
1485 "copyreloc-main" \
1486 "copyreloc-main.out" \
1487 ] \
1488 [list \
1489 "Run pr17689 with PIE without -fPIE" \
1490 "-Wl,--no-as-needed -pie tmpdir/pr17689b.o tmpdir/pr17689.so" \
1491 "-Wa,-mx86-used-note=yes" \
1492 { dummy.s } \
1493 "pr17689" \
1494 "pr17689.out" \
1495 ] \
1496 [list \
1497 "Run pr17689 with PIE -z now without -fPIE" \
1498 "-Wl,--as-needed,-z,now -pie tmpdir/pr17689b.o tmpdir/pr17689.so" \
1499 "-Wa,-mx86-used-note=yes" \
1500 { dummy.s } \
1501 "pr17689now" \
1502 "pr17689.out" \
1503 ] \
1504 [list \
1505 "Run pr18900" \
1506 "-Wl,--no-as-needed tmpdir/pr18900.o tmpdir/pr18900.so" \
1507 "-Wa,-mx86-used-note=yes" \
1508 { dummy.s } \
1509 "pr18900" \
1510 "pr18900.out" \
1511 ] \
1512 [list \
1513 "Run pr19031" \
1514 "$NOPIE_LDFLAGS -Wl,--no-as-needed tmpdir/pr19031.so" \
1515 "-Wa,-mx86-used-note=yes" \
1516 { pr19031b.S pr19031c.c } \
1517 "pr19031" \
1518 "pr19031.out" \
1519 "$NOPIE_CFLAGS" \
1520 ] \
1521 [list \
1522 "Run gotpcrel1" \
1523 "-Wl,--no-as-needed tmpdir/gotpcrel1d.so" \
1524 "-Wa,-mx86-used-note=yes" \
1525 { gotpcrel1a.S gotpcrel1b.c gotpcrel1c.c } \
1526 "gotpcrel1" \
1527 "gotpcrel1.out" \
1528 ] \
1529 [list \
1530 "Run property 1" \
1531 "" \
1532 "-Wa,-mx86-used-note=yes" \
1533 {pass.c property-no-copy.S} \
1534 "property-1" "pass.out" \
1535 ] \
1536 [list \
1537 "Run property 1 (PIE)" \
1538 "-pie" \
1539 "-Wa,-mx86-used-note=yes" \
1540 {pass.c property-no-copy.S} \
1541 "property-1-pie" "pass.out" "-fPIE" \
1542 ] \
1543 [list \
1544 "Run property 1 (static)" \
1545 "-static" \
1546 "-Wa,-mx86-used-note=yes" \
1547 {pass.c property-no-copy.S} \
1548 "property-1-static" "pass.out" \
1549 ] \
1550 [list \
1551 "Run property 2" \
1552 "" \
1553 "-Wa,-mx86-used-note=yes" \
1554 {pass.c property-stack.S} \
1555 "property-2" "pass.out" \
1556 ] \
1557 [list \
1558 "Run property 2 (PIE)" \
1559 "-pie" \
1560 "-Wa,-mx86-used-note=yes" \
1561 {pass.c property-stack.S} \
1562 "property-2-pie" "pass.out" "-fPIE" \
1563 ] \
1564 [list \
1565 "Run property 2 (static)" \
1566 "-static" \
1567 "-Wa,-mx86-used-note=yes" \
1568 {pass.c property-stack.S} \
1569 "property-3-static" "pass.out" \
1570 ] \
1571 [list \
1572 "Run property 3" \
1573 "" \
1574 "-Wa,-mx86-used-note=yes" \
1575 {pass.c property-stack.S property-x86-1.S} \
1576 "property-3" "pass.out" \
1577 ] \
1578 [list \
1579 "Run property 3 (PIE)" \
1580 "-pie" \
1581 "-Wa,-mx86-used-note=yes" \
1582 {pass.c property-x86-1.S property-stack.S} \
1583 "property-3-pie" "pass.out" "-fPIE" \
1584 ] \
1585 [list \
1586 "Run property 3 (static)" \
1587 "-static" \
1588 "-Wa,-mx86-used-note=yes" \
1589 {property-x86-1.S pass.c property-stack.S} \
1590 "property-3-static" "pass.out" \
1591 ] \
1592 [list \
1593 "Run property 4" \
1594 "" \
1595 "-Wa,-mx86-used-note=yes" \
1596 {pass.c property-stack.S property-x86-1.S property-x86-2.S} \
1597 "property-4" "pass.out" \
1598 ] \
1599 [list \
1600 "Run property 4 (PIE)" \
1601 "-pie" \
1602 "-Wa,-mx86-used-note=yes" \
1603 {pass.c property-x86-2.S property-x86-1.S property-stack.S} \
1604 "property-4-pie" "pass.out" "-fPIE" \
1605 ] \
1606 [list \
1607 "Run property 4 (static)" \
1608 "-static" \
1609 "-Wa,-mx86-used-note=yes" \
1610 {property-x86-2.S property-x86-1.S pass.c property-stack.S} \
1611 "property-4-static" "pass.out" \
1612 ] \
1613 [list \
1614 "Run property 5" \
1615 "-Wl,-z,stack-size=0x900000" \
1616 "-Wa,-mx86-used-note=yes" \
1617 {pass.c property-stack.S property-x86-1.S property-x86-2.S} \
1618 "property-5" "pass.out" \
1619 ] \
1620 [list \
1621 "Run property 5 (PIE)" \
1622 "-pie -Wl,-z,stack-size=0x900000" \
1623 "-Wa,-mx86-used-note=yes" \
1624 {pass.c property-x86-2.S property-x86-1.S property-stack.S} \
1625 "property-5-pie" "pass.out" "-fPIE" \
1626 ] \
1627 [list \
1628 "Run property 5 (static)" \
1629 "-static -Wl,-z,stack-size=0x900000" \
1630 "-Wa,-mx86-used-note=yes" \
1631 {property-x86-2.S property-x86-1.S pass.c property-stack.S} \
1632 "property-5-static" "pass.out" \
1633 ] \
1634 [list \
1635 "Run pr22001-1a (PIC 1)" \
1636 "$NOPIE_LDFLAGS -Wl,-z,nocopyreloc,--no-as-needed tmpdir/pr22001-1.so" \
1637 "-Wa,-mx86-used-note=yes" \
1638 { pr22001-1b.c } \
1639 "pr22001-1a-pic-1" \
1640 "pass.out" \
1641 "-fPIC" \
1642 ] \
1643 [list \
1644 "Run pr22001-1a (PIC 2)" \
1645 "-pie -Wl,-z,nocopyreloc,--no-as-needed tmpdir/pr22001-1.so" \
1646 "-Wa,-mx86-used-note=yes" \
1647 { pr22001-1b.c } \
1648 "pr22001-1a-pic-2" \
1649 "pass.out" \
1650 "-fPIC" \
1651 ] \
1652 [list \
1653 "Run pr22001-1b (PIC 1)" \
1654 "$NOPIE_LDFLAGS -Wl,-z,nocopyreloc,--no-as-needed tmpdir/pr22001-1.so" \
1655 "-Wa,-mx86-used-note=yes" \
1656 { pr22001-1c.c } \
1657 "pr22001-1b-pic-1" \
1658 "pass.out" \
1659 "-fPIC" \
1660 ] \
1661 [list \
1662 "Run pr22001-1b (PIC 2)" \
1663 "-pie -Wl,-z,nocopyreloc,--no-as-needed tmpdir/pr22001-1.so" \
1664 "-Wa,-mx86-used-note=yes" \
1665 { pr22001-1c.c } \
1666 "pr22001-1b-pic-2" \
1667 "pass.out" \
1668 "-fPIC" \
1669 ] \
1670 [list \
1671 "Run pr21997-1a (PIC 1)" \
1672 "$NOPIE_LDFLAGS -Wl,--no-as-needed tmpdir/pr21997-1.so" \
1673 "-Wa,-mx86-used-note=yes" \
1674 { pr21997-1b.c } \
1675 "pr21997-1a-pic-1" \
1676 "pass.out" \
1677 "-fPIC" \
1678 ] \
1679 [list \
1680 "Run pr21997-1a (PIC 2)" \
1681 "-pie -Wl,--no-as-needed tmpdir/pr21997-1.so" \
1682 "-Wa,-mx86-used-note=yes" \
1683 { pr21997-1b.c } \
1684 "pr21997-1a-pic-2" \
1685 "pass.out" \
1686 "-fPIC" \
1687 ] \
1688 [list \
1689 "Run pr21997-1b (PIC 1)" \
1690 "$NOPIE_LDFLAGS -Wl,--no-as-needed tmpdir/pr21997-1.so" \
1691 "-Wa,-mx86-used-note=yes" \
1692 { pr21997-1c.c } \
1693 "pr21997-1b-pic-1" \
1694 "pass.out" \
1695 "-fPIC" \
1696 ] \
1697 [list \
1698 "Run pr21997-1b (PIC 2)" \
1699 "-pie -Wl,--no-as-needed tmpdir/pr21997-1.so" \
1700 "-Wa,-mx86-used-note=yes" \
1701 { pr21997-1c.c } \
1702 "pr21997-1b-pic-2" \
1703 "pass.out" \
1704 "-fPIC" \
1705 ] \
1706 [list \
1707 "Run pr22064" \
1708 "-pie -Wl,--no-as-needed tmpdir/pr22064a.o tmpdir/pr22064.so" \
1709 "-Wa,-mx86-used-note=yes" \
1710 { dummy.s } \
1711 "pr22064-pie" \
1712 "pass.out" \
1713 "-fPIE" \
1714 ] \
1715 [list \
1716 "Run pr22393-3" \
1717 "$NOPIE_LDFLAGS -Wl,-z,separate-code,-z,max-page-size=0x1000,--no-as-needed tmpdir/pr22393-3a.so" \
1718 "-Wa,-mx86-used-note=yes" \
1719 {pr22393-3b.c} \
1720 "pr22393-3" \
1721 "pass.out" \
1722 "$NOPIE_CFLAGS" \
1723 ] \
1724 [list \
1725 "Run pr22393-3 (PIE)" \
1726 "-pie -Wl,-z,separate-code,-z,max-page-size=0x1000,--no-as-needed tmpdir/pr22393-3a-now.so" \
1727 "-Wa,-mx86-used-note=yes" \
1728 {pr22393-3b.c} \
1729 "pr22393-3-pie" \
1730 "pass.out" \
1731 "-fPIE" \
1732 ] \
1733 [list \
1734 "Run pr22393-3 (static)" \
1735 "-static -Wl,-z,separate-code,-z,max-page-size=0x1000" \
1736 "-Wa,-mx86-used-note=yes" \
1737 {pr22393-3a.c pr22393-3b.c} \
1738 "pr22393-3-static" \
1739 "pass.out" \
1740 ] \
1741 [list \
1742 "Run pr22791-2" \
1743 "-pie -Wl,--no-as-needed tmpdir/pr22791-2.so" \
1744 "-Wa,-mx86-used-note=yes" \
1745 { pr22791-2c.s } \
1746 "pr22791-2" \
1747 "pass.out" \
1748 "$NOPIE_CFLAGS" \
1749 ] \
1750 [list \
1751 "Run pr22842" \
1752 "-pie -Wl,--no-as-needed tmpdir/pr22842.so" \
1753 "-Wa,-mx86-used-note=yes" \
1754 { pr22842b.S } \
1755 "pr22842" \
1756 "pass.out" \
1757 ] \
1758 [list \
1759 "Run pr23997" \
1760 "" \
1761 "" \
1762 { pr23997a.s pr23997b.c pr23997c.c } \
1763 "pr23997" \
1764 "pass.out" \
1765 ] \
1766 ]
1767
1768 # Run-time tests which require working ifunc attribute support.
1769 if { [check_ifunc_attribute_available] } {
1770 run_cc_link_tests [list \
1771 [list \
1772 "Build libpr19784a.so" \
1773 "-shared -Wl,-Bsymbolic-functions" \
1774 "-fPIC -O2 -g -Wa,-mx86-used-note=yes" \
1775 { pr19784b.c pr19784c.c } \
1776 {} \
1777 "libpr19784a.so" \
1778 ] \
1779 [list \
1780 "Build libpr19784b.so" \
1781 "-shared -Wl,-Bsymbolic-functions" \
1782 "-fPIC -O2 -g -Wa,-mx86-used-note=yes" \
1783 { pr19784c.c pr19784b.c } \
1784 {} \
1785 "libpr19784b.so" \
1786 ] \
1787 [list \
1788 "Build pr19784a.o" \
1789 "" \
1790 "-Wa,-mx86-used-note=yes" \
1791 { pr19784a.c } \
1792 ] \
1793 ]
1794
1795 run_ld_link_exec_tests [list \
1796 [list \
1797 "Run pr19784a" \
1798 "-Wl,--no-as-needed tmpdir/pr19784a.o tmpdir/libpr19784a.so" \
1799 "-Wa,-mx86-used-note=yes" \
1800 { dummy.s } \
1801 "pr19784a" \
1802 "pass.out" \
1803 ] \
1804 [list \
1805 "Run pr19784b" \
1806 "-Wl,--as-needed tmpdir/pr19784a.o tmpdir/libpr19784b.so" \
1807 "-Wa,-mx86-used-note=yes" \
1808 { dummy.s } \
1809 "pr19784b" \
1810 "pass.out" \
1811 ] \
1812 ]
1813 }
1814
1815 if { [istarget "x86_64-*-linux*"] \
1816 && ![istarget "x86_64-*-linux*-gnux32"]} {
1817
1818 run_cc_link_tests [list \
1819 [list \
1820 "Build plt-main with -z bndplt" \
1821 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
1822 tmpdir/plt-main4.o tmpdir/libplt-lib.so -z bndplt \
1823 -z noseparate-code -z max-page-size=0x200000" \
1824 "-Wa,-mx86-used-note=yes $NOCF_PROTECTION_CFLAGS" \
1825 { plt-main5.c } \
1826 {{objdump {-drw} plt-main-bnd.dd}} \
1827 "plt-main-bnd" \
1828 ] \
1829 [list \
1830 "Build plt-main with PIE and -z bndplt" \
1831 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
1832 tmpdir/plt-main4.o tmpdir/libplt-lib.so -z bndplt -pie \
1833 -z noseparate-code -z max-page-size=0x200000" \
1834 "-fPIC -Wa,-mx86-used-note=yes $NOCF_PROTECTION_CFLAGS" \
1835 { plt-main5.c } \
1836 {{objdump {-drw} plt-main-bnd.dd}} \
1837 "plt-main-pie-bnd" \
1838 ] \
1839 [list \
1840 "Build plt-main with -z bndplt -z now" \
1841 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
1842 tmpdir/plt-main4.o tmpdir/libplt-lib.so -z bndplt -z now \
1843 -z noseparate-code -z max-page-size=0x200000" \
1844 "-Wa,-mx86-used-note=yes $NOCF_PROTECTION_CFLAGS" \
1845 { plt-main5.c } \
1846 {{readelf {-SW} plt-main-bnd-now.rd} {objdump {-drw} plt-main-bnd.dd}} \
1847 "plt-main-bnd-now" \
1848 ] \
1849 [list \
1850 "Build plt-main with PIE and -z bndplt -z now" \
1851 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
1852 tmpdir/plt-main4.o tmpdir/libplt-lib.so -z bndplt -z now -pie \
1853 -z noseparate-code -z max-page-size=0x200000" \
1854 "-fPIC -Wa,-mx86-used-note=yes $NOCF_PROTECTION_CFLAGS" \
1855 { plt-main5.c } \
1856 {{readelf {-SW} plt-main-bnd-now.rd} {objdump {-drw} plt-main-bnd.dd}} \
1857 "plt-main-pie-bnd-now" \
1858 ] \
1859 ]
1860
1861 run_ld_link_exec_tests [list \
1862 [list \
1863 "Run plt-main with -z bndplt" \
1864 "-Wl,--no-as-needed,-z,bndplt tmpdir/plt-main1.o \
1865 tmpdir/plt-main2.o tmpdir/plt-main3.o \
1866 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
1867 "-Wa,-mx86-used-note=yes" \
1868 { plt-main5.c } \
1869 "plt-main-bnd" \
1870 "plt-main.out" \
1871 ] \
1872 [list \
1873 "Run plt-main with PIE and -z bndplt" \
1874 "-Wl,--no-as-needed,-z,bndplt -pie tmpdir/plt-main1.o \
1875 tmpdir/plt-main2.o tmpdir/plt-main3.o \
1876 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
1877 "-Wa,-mx86-used-note=yes" \
1878 { plt-main5.c } \
1879 "plt-main-pie-bnd" \
1880 "plt-main.out" \
1881 "-fPIC" \
1882 ] \
1883 [list \
1884 "Run plt-main with -z bndplt -z now" \
1885 "-Wl,--no-as-needed,-z,bndplt,-z,now tmpdir/plt-main1.o \
1886 tmpdir/plt-main2.o tmpdir/plt-main3.o \
1887 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
1888 "-Wa,-mx86-used-note=yes" \
1889 { plt-main5.c } \
1890 "plt-main-bnd-now" \
1891 "plt-main.out" \
1892 ] \
1893 [list \
1894 "Run plt-main with PIE and -z bndplt -z now" \
1895 "-Wl,--no-as-needed,-z,bndplt,-z,now -pie tmpdir/plt-main1.o \
1896 tmpdir/plt-main2.o tmpdir/plt-main3.o \
1897 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
1898 "-Wa,-mx86-used-note=yes" \
1899 { plt-main5.c } \
1900 "plt-main-pie-bnd-now" \
1901 "plt-main.out" \
1902 "-fPIC" \
1903 ] \
1904 [list \
1905 "Run pr20800" \
1906 "-Wl,-z,now -pie" \
1907 "-Wa,-mx86-used-note=yes" \
1908 { pr20800a.S pr20800b.S } \
1909 "pr20800" \
1910 "pass.out" \
1911 ] \
1912 ]
1913 if { [check_ifunc_attribute_available] } {
1914 run_ld_link_exec_tests [list \
1915 [list \
1916 "Run pr21481a" \
1917 "$NOPIE_LDFLAGS -Wl,-z,bndplt" \
1918 "-Wa,-mx86-used-note=yes" \
1919 { pr21481a.c pr21481b.S } \
1920 "pr21481a" \
1921 "pass.out" \
1922 "$NOPIE_CFLAGS" \
1923 ] \
1924 [list \
1925 "Run pr21481b" \
1926 "$NOPIE_LDFLAGS -Wl,-z,bndplt,-z,now" \
1927 "-Wa,-mx86-used-note=yes" \
1928 { pr21481a.c pr21481b.S } \
1929 "pr21481b" \
1930 "pass.out" \
1931 "$NOPIE_CFLAGS" \
1932 ] \
1933 ]
1934 }
1935 }
1936
1937 if { [istarget "x86_64-*-linux*"] } {
1938 if { [istarget "x86_64-*-linux*-gnux32"] } {
1939 set pltdump {{objdump {-drw} plt-main-ibt-x32.dd}}
1940 set pltsecdump {{readelf {-SW} plt-main-ibt-now.rd} {objdump {-drw} plt-main-ibt-x32.dd}}
1941 } else {
1942 set pltdump {{objdump {-drw} plt-main-ibt.dd}}
1943 set pltsecdump {{readelf {-SW} plt-main-ibt-now.rd} {objdump {-drw} plt-main-ibt.dd}}
1944 }
1945 run_cc_link_tests [list \
1946 [list \
1947 "Build plt-main with -z ibtplt" \
1948 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
1949 tmpdir/plt-main4.o tmpdir/libplt-lib.so -z ibtplt \
1950 -z noseparate-code -z max-page-size=0x200000" \
1951 "-Wa,-mx86-used-note=yes" \
1952 { plt-main5.c } \
1953 $pltdump \
1954 "plt-main-ibt" \
1955 ] \
1956 [list \
1957 "Build plt-main with PIE and -z ibtplt" \
1958 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
1959 tmpdir/plt-main4.o tmpdir/libplt-lib.so -z ibtplt -pie \
1960 -z noseparate-code -z max-page-size=0x200000" \
1961 "-fPIC -Wa,-mx86-used-note=yes" \
1962 { plt-main5.c } \
1963 $pltdump \
1964 "plt-main-pie-ibt" \
1965 ] \
1966 [list \
1967 "Build plt-main with -z ibtplt -z now" \
1968 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
1969 tmpdir/plt-main4.o tmpdir/libplt-lib.so -z ibtplt -z now \
1970 -z noseparate-code -z max-page-size=0x200000" \
1971 "-Wa,-mx86-used-note=yes" \
1972 { plt-main5.c } \
1973 $pltsecdump \
1974 "plt-main-ibt-now" \
1975 ] \
1976 [list \
1977 "Build plt-main with PIE and -z ibtplt -z now" \
1978 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
1979 tmpdir/plt-main4.o tmpdir/libplt-lib.so -z ibtplt -z now -pie \
1980 -z noseparate-code -z max-page-size=0x200000" \
1981 "-fPIC -Wa,-mx86-used-note=yes" \
1982 { plt-main5.c } \
1983 $pltsecdump \
1984 "plt-main-pie-ibt-now" \
1985 ] \
1986 [list \
1987 "Build libibtplt-lib.so with -z ibtplt" \
1988 "-shared -z ibtplt \
1989 -z noseparate-code -z max-page-size=0x200000" \
1990 "-fPIC -Wa,-mx86-used-note=yes" \
1991 { plt-main1.c plt-main2.c plt-main3.c plt-main4.c} \
1992 $pltdump \
1993 "libibtplt-lib.so" \
1994 ] \
1995 [list \
1996 "Build libibtplt--now-lib.so with -z ibtplt -z now" \
1997 "-shared -z ibtplt -z now \
1998 -z noseparate-code -z max-page-size=0x200000" \
1999 "-fPIC -Wa,-mx86-used-note=yes" \
2000 { plt-main1.c plt-main2.c plt-main3.c plt-main4.c} \
2001 $pltdump \
2002 "libibtplt-now-lib.so" \
2003 ] \
2004 ]
2005
2006 run_ld_link_exec_tests [list \
2007 [list \
2008 "Run plt-main with -z ibtplt" \
2009 "-Wl,--no-as-needed,-z,ibtplt tmpdir/plt-main1.o \
2010 tmpdir/plt-main2.o tmpdir/plt-main3.o \
2011 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
2012 "-Wa,-mx86-used-note=yes" \
2013 { plt-main5.c } \
2014 "plt-main-ibt" \
2015 "plt-main.out" \
2016 ] \
2017 [list \
2018 "Run plt-main with PIE and -z ibtplt" \
2019 "-Wl,--no-as-needed,-z,ibtplt -pie tmpdir/plt-main1.o \
2020 tmpdir/plt-main2.o tmpdir/plt-main3.o \
2021 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
2022 "-Wa,-mx86-used-note=yes" \
2023 { plt-main5.c } \
2024 "plt-main-pie-ibt" \
2025 "plt-main.out" \
2026 "-fPIC" \
2027 ] \
2028 [list \
2029 "Run plt-main with -z ibtplt -z now" \
2030 "-Wl,--no-as-needed,-z,ibtplt,-z,now tmpdir/plt-main1.o \
2031 tmpdir/plt-main2.o tmpdir/plt-main3.o \
2032 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
2033 "-Wa,-mx86-used-note=yes" \
2034 { plt-main5.c } \
2035 "plt-main-ibt-now" \
2036 "plt-main.out" \
2037 ] \
2038 [list \
2039 "Run plt-main with PIE and -z ibtplt -z now" \
2040 "-Wl,--no-as-needed,-z,ibtplt,-z,now -pie tmpdir/plt-main1.o \
2041 tmpdir/plt-main2.o tmpdir/plt-main3.o \
2042 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
2043 "-Wa,-mx86-used-note=yes" \
2044 { plt-main5.c } \
2045 "plt-main-pie-ibt-now" \
2046 "plt-main.out" \
2047 "-fPIC" \
2048 ] \
2049 [list \
2050 "Run plt-main with libibtplt-lib.so -z ibtplt" \
2051 "-Wl,--no-as-needed,-z,ibtplt tmpdir/libibtplt-lib.so \
2052 tmpdir/libplt-lib.so" \
2053 "-Wa,-mx86-used-note=yes" \
2054 { plt-main5.c } \
2055 "plt-main-ibt-lib" \
2056 "plt-main.out" \
2057 ] \
2058 [list \
2059 "Run plt-main with libibtplt-lib.so -z ibtplt -z now" \
2060 "-Wl,--no-as-needed,-z,ibtplt,-z,now \
2061 tmpdir/libibtplt-now-lib.so tmpdir/libplt-lib.so" \
2062 "-Wa,-mx86-used-note=yes" \
2063 { plt-main5.c } \
2064 "plt-main-ibt-now-lib" \
2065 "plt-main.out" \
2066 ] \
2067 ]
2068
2069 if { [check_ifunc_attribute_available] } {
2070 run_ld_link_exec_tests [list \
2071 [list \
2072 "Run pr21481a" \
2073 "$NOPIE_LDFLAGS -Wl,-z,ibtplt" \
2074 "-Wa,-mx86-used-note=yes" \
2075 { pr21481a.c pr21481b.S } \
2076 "pr21481a" \
2077 "pass.out" \
2078 "$NOPIE_CFLAGS" \
2079 ] \
2080 [list \
2081 "Run pr21481b" \
2082 "$NOPIE_LDFLAGS -Wl,-z,ibtplt,-z,now" \
2083 "-Wa,-mx86-used-note=yes" \
2084 { pr21481a.c pr21481b.S } \
2085 "pr21481b" \
2086 "pass.out" \
2087 "$NOPIE_CFLAGS" \
2088 ] \
2089 ]
2090 }
2091 }
2092
2093 undefined_weak "$NOPIE_CFLAGS" "$NOPIE_LDFLAGS"
2094 undefined_weak "-fPIE" ""
2095 undefined_weak "-fPIE" "-pie"
2096 undefined_weak "-fPIE" "-Wl,-z,nodynamic-undefined-weak"
2097 undefined_weak "-fPIE" "-pie -Wl,-z,nodynamic-undefined-weak"
2098 }
2099
2100 if { ![istarget "x86_64-*-linux*"]} {
2101 set ASFLAGS "$saved_ASFLAGS"
2102 return
2103 }
2104
2105 run_ld_link_tests [list \
2106 [list \
2107 "basic PLT generation (-z now)" \
2108 "-z now -melf_x86_64 --hash-style=sysv tmpdir/libpltlib.so \
2109 -z noseparate-code -z max-page-size=0x200000" \
2110 "" \
2111 "--64" \
2112 {plt2.s} \
2113 {{readelf -SW plt2.rd} {objdump -dwr plt2.dd}} \
2114 "plt2" \
2115 ] \
2116 [list \
2117 "Build pr21626.so" \
2118 "-shared -melf_x86_64" \
2119 "" \
2120 "--64 -defsym __64_bit__=1 -mx86-used-note=yes" \
2121 {property-x86-3.s} \
2122 "" \
2123 "pr21626.so" \
2124 ] \
2125 [list \
2126 "Build pr21626" \
2127 "-melf_x86_64 tmpdir/pr21626.so" \
2128 "" \
2129 "--64 -mx86-used-note=yes" \
2130 {start.s foo.s} \
2131 "" \
2132 "pr21626" \
2133 ] \
2134 ]
2135
2136 # Linux only tests
2137 global LD_CLASS
2138 if { "$LD_CLASS" == "64bit" } then {
2139 # This test needs 64-bit linker.
2140 run_dump_test "pr17618"
2141 }
2142 run_dump_test "pltgot-1"
2143 run_dump_test "pltgot-2"
2144 run_dump_test "pr20830a"
2145 run_dump_test "pr20830b"
2146 run_dump_test "pr21038a"
2147 run_dump_test "pr21038b"
2148 run_dump_test "pr21038c"
2149 run_dump_test "pr20830a-now"
2150 run_dump_test "pr20830b-now"
2151 run_dump_test "pr21038a-now"
2152 run_dump_test "pr21038b-now"
2153 run_dump_test "pr21038c-now"
2154 run_dump_test "ibt-plt-1"
2155 run_dump_test "ibt-plt-1-x32"
2156 run_dump_test "ibt-plt-2a"
2157 run_dump_test "ibt-plt-2b"
2158 run_dump_test "ibt-plt-2c"
2159 run_dump_test "ibt-plt-2d"
2160 run_dump_test "ibt-plt-2a-x32"
2161 run_dump_test "ibt-plt-2b-x32"
2162 run_dump_test "ibt-plt-2c-x32"
2163 run_dump_test "ibt-plt-2d-x32"
2164 run_dump_test "ibt-plt-3a"
2165 run_dump_test "ibt-plt-3b"
2166 run_dump_test "ibt-plt-3c"
2167 run_dump_test "ibt-plt-3d"
2168 run_dump_test "ibt-plt-3a-x32"
2169 run_dump_test "ibt-plt-3b-x32"
2170 run_dump_test "ibt-plt-3c-x32"
2171 run_dump_test "ibt-plt-3d-x32"
2172
2173 set ASFLAGS "$saved_ASFLAGS"
This page took 0.093889 seconds and 5 git commands to generate.