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