arm: Define elf_backend_extern_protected_data to 0 [PR 18705]
[binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr24721a.s
1 .text
2 .globl foo
3 .type foo,@function
4 .p2align 4
5 foo:
6 ret
7
8 .section ".note.gnu.property", "a"
9 .ifdef __64_bit__
10 .p2align 3
11 .else
12 .p2align 2
13 .endif
14 .long 1f - 0f /* name length */
15 .long 5f - 2f /* data length */
16 .long 5 /* note type */
17 0: .asciz "GNU" /* vendor name */
18 1:
19 .ifdef __64_bit__
20 .p2align 3
21 .else
22 .p2align 2
23 .endif
24 2: .long 0xc0000002 /* pr_type. */
25 .long 4f - 3f /* pr_datasz. */
26 3:
27 .long 0x1
28 4:
29 .ifdef __64_bit__
30 .p2align 3
31 .else
32 .p2align 2
33 .endif
34 5: