ld: Add _bfd_elf_link_hide_sym_by_version
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / property-unsorted-1.S
CommitLineData
46bed679
L
1#ifdef __LP64__
2# define ALIGN 3
3#else
4# define ALIGN 2
5#endif
6 .section ".note.gnu.property", "a"
7 .p2align ALIGN
8 .long 1f - 0f /* name length. */
9 .long 3f - 1f /* data length. */
10 /* NT_GNU_PROPERTY_TYPE_0 */
11 .long 5 /* note type. */
120:
13 .asciz "GNU" /* vendor name. */
141:
15 .p2align ALIGN
16 /* GNU_PROPERTY_NO_COPY_ON_PROTECTED */
17 .long 2 /* pr_type. */
18 .long 0 /* pr_datasz. */
19 .p2align ALIGN
203:
21
22 .section ".note.gnu.property", "a"
23 .p2align ALIGN
24 .long 1f - 0f /* name length. */
25 .long 3f - 1f /* data length. */
26 /* NT_GNU_PROPERTY_TYPE_0 */
27 .long 5 /* note type. */
280:
29 .asciz "GNU" /* vendor name. */
301:
31 .p2align ALIGN
32 /* GNU_PROPERTY_STACK_SIZE */
33 .long 1 /* pr_type. */
34 .long 5f - 4f /* pr_datasz. */
354:
36 .dc.a 0x800000 /* Stack size. */
375:
38 .p2align ALIGN
393:
This page took 0.087237 seconds and 4 git commands to generate.