pr22450.s 451 B

12345678910111213141516171819
  1. .section ".note.gnu", "a" /* NB/ Deliberately incorrect section name. Should be: .note.gnu.property */
  2. .p2align ALIGN
  3. .dc.l 1f - 0f /* Name length. */
  4. .dc.l 5f - 2f /* Data length. */
  5. .dc.l 5 /* Note type: NT_GNU_PROPERTY_TYPE_0 */
  6. 0:
  7. .asciz "GNU" /* Vendor name. */
  8. 1:
  9. .p2align ALIGN
  10. 2:
  11. .dc.l 1 /* pr_type: GNU_PROPERTY_STACK_SIZE */
  12. .dc.l 5f - 4f /* pr_datasz. */
  13. 4:
  14. .dc.a 0x8000 /* Stack size. */
  15. 5:
  16. .p2align ALIGN
  17. 3: