ld: Pass -fno-sanitize=all to tests with linker
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / bti-plt-1.s
CommitLineData
37c18eed
SD
1 .text
2 .globl _start
3 .type _start,@function
4_start:
5 bl foo
6 bl bar
1dbade74 7.ifndef __guard_property_bti__
37c18eed
SD
8 .section ".note.gnu.property", "a"
9 .p2align 3
10 .long 1f - 0f /* name length */
11 .long 5f - 2f /* data length */
12 .long 5 /* note type */
130: .asciz "GNU" /* vendor name */
141:
15 .p2align 3
162: .long 0xc0000000 /* pr_type. */
17 .long 4f - 3f /* pr_datasz. */
183:
19 .long 0x1 /* BTI. */
204:
21 .p2align 3
225:
1dbade74 23.endif
4e539114
SD
24.ifdef __property_pac__
25 .section ".note.gnu.property", "a"
26 .p2align 3
27 .long 1f - 0f /* name length */
28 .long 5f - 2f /* data length */
29 .long 5 /* note type */
300: .asciz "GNU" /* vendor name */
311:
32 .p2align 3
332: .long 0xc0000000 /* pr_type. */
34 .long 4f - 3f /* pr_datasz. */
353:
36 .long 0x2 /* PAC. */
374:
38 .p2align 3
395:
40.endif
This page took 0.084349 seconds and 4 git commands to generate.