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