7 .section ".note.gnu.property", "a"
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. */
17 /* GNU_PROPERTY_STACK_SIZE */
18 .long 1 /* pr_type. */
19 .long 5f - 4f /* pr_datasz. */
21 .dc.a 0x800000 /* Stack size. */
25 .section .note.GNU-stack