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