split_x32_4.s 367 B

1234567891011121314151617181920212223
  1. # split_x32_4.s: x32 specific, permitted adjustment failure
  2. .text
  3. .global fn1
  4. .type fn1,@function
  5. fn1:
  6. push %rbp
  7. mov %esp,%ebp
  8. cmp %fs:0x40,%esp
  9. jae 1f
  10. callq __morestack
  11. retq
  12. 1:
  13. callq fn3
  14. leaveq
  15. retq
  16. .size fn1,. - fn1
  17. .section .note.GNU-stack,"",@progbits
  18. .section .note.GNU-split-stack,"",@progbits
  19. .section .note.GNU-no-split-stack,"",@progbits