Updated Malay translation for the bfd sub-directory
[binutils-gdb.git] / ld / testsuite / ld-x86-64 / property-stk.s
blobb3c7c4ee7af976559f902202b83f1cdb67e4fae4
1 .ifdef __64_bit__
2 .equ ALIGN, 3
3 .else
4 .equ ALIGN, 2
5 .endif
7 .section ".note.gnu.property", "a"
8 .p2align ALIGN
9 .long 1f - 0f /* name length. */
10 .long 3f - 1f /* data length. */
11 /* NT_GNU_PROPERTY_TYPE_0 */
12 .long 5 /* note type. */
14 .asciz "GNU" /* vendor name. */
16 .p2align ALIGN
17 /* GNU_PROPERTY_STACK_SIZE */
18 .long 1 /* pr_type. */
19 .long 5f - 4f /* pr_datasz. */
21 .dc.a 0x800000 /* Stack size. */
23 .p2align ALIGN
25 .section .note.GNU-stack