[BFD, LD, AArch64, 3/3] Add --pac-plt to enable PLTs protected with PAC.
[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
This page took 0.024986 seconds and 4 git commands to generate.