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