PowerPC PIC vs. DLL TLS issues
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / bti-plt-2.s
CommitLineData
37c18eed
SD
1 .text
2 .globl _start
3 .type _start,@function
4func2:
5 bl foo2
6 bl bar2
7 .section ".note.gnu.property", "a"
8 .p2align 3
9 .long 1f - 0f /* name length */
10 .long 5f - 2f /* data length */
11 .long 5 /* note type */
120: .asciz "GNU" /* vendor name */
131:
14 .p2align 3
152: .long 0xc0000000 /* pr_type. */
16 .long 4f - 3f /* pr_datasz. */
173:
18 .long 0x1 /* BTI. */
194:
20 .p2align 3
215:
This page took 0.048971 seconds and 4 git commands to generate.