ld: Add _bfd_elf_link_hide_sym_by_version
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / property-x86-4b.s
1 .section .debug_info,"",@progbits
2 .hidden t.c.4903c230
3 .globl t.c.4903c230
4 t.c.4903c230:
5 .byte 0x28
6
7 .section ".note.gnu.property", "a"
8 .ifdef __64_bit__
9 .p2align 3
10 .else
11 .p2align 2
12 .endif
13 .long 1f - 0f /* name length. */
14 .long 3f - 2f /* data length. */
15 /* NT_GNU_PROPERTY_TYPE_0 */
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:
25 /* GNU_PROPERTY_NO_COPY_ON_PROTECTED */
26 .long 2 /* pr_type. */
27 .long 0 /* pr_datasz. */
28 .ifdef __64_bit__
29 .p2align 3
30 .else
31 .p2align 2
32 .endif
33 3:
This page took 0.030889 seconds and 4 git commands to generate.