PowerPC PIC vs. DLL TLS issues
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / property-bti-pac1.s
CommitLineData
cd702818
SD
1 .text
2 .globl _start
3 .type _start,@function
4_start:
5 mov x1, #2
6.ifndef __mult__
7 bl foo
8.endif
9 .section ".note.gnu.property", "a"
10 .p2align 3
11 .long 1f - 0f /* name length */
12 .long 5f - 2f /* data length */
13 .long 5 /* note type */
140: .asciz "GNU" /* vendor name */
151:
16 .p2align 3
172: .long 0xc0000000 /* pr_type. */
18 .long 4f - 3f /* pr_datasz. */
193:
20 .long 0x2 /* PAC. */
214:
22 .p2align 3
235:
24 .p2align 3
25 .long 1f - 0f /* name length */
26 .long 5f - 2f /* data length */
27 .long 5 /* note type */
280: .asciz "GNU" /* vendor name */
291:
30 .p2align 3
312: .long 0xc0000000 /* pr_type. */
32 .long 4f - 3f /* pr_datasz. */
333:
34 .long 0x1 /* BTI. */
354:
36 .p2align 3
375:
This page took 0.048536 seconds and 4 git commands to generate.