6 .section ".note.gnu.property", "a"
8 .long 1f - 0f /* name length. */
9 .long 3f - 1f /* data length. */
10 /* NT_GNU_PROPERTY_TYPE_0 */
11 .long 5 /* note type. */
13 .asciz "GNU" /* vendor name. */
16 /* GNU_PROPERTY_STACK_SIZE */
17 .long 1 /* pr_type. */
18 .long 5f - 4f /* pr_datasz. */
20 .dc.a 0x800000 /* Stack size. */
24 .section .note.GNU-stack