split_x86_64_3.s 315 B

12345678910111213141516171819202122
  1. # split_x86_64_3.s: x86_64 specific, adjustment failure
  2. .text
  3. .global fn1
  4. .type fn1,@function
  5. fn1:
  6. push %rbp
  7. mov %rsp,%rbp
  8. cmp %fs:0x70,%rsp
  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