split_i386_3.s 306 B

12345678910111213141516171819202122
  1. # split_i386_3.s: i386 specific, adjustment failure
  2. .text
  3. .global fn1
  4. .type fn1,@function
  5. fn1:
  6. push %ebp
  7. mov %esp,%ebp
  8. cmp %gs:0x30,%esp
  9. jae 1f
  10. call __morestack
  11. ret
  12. 1:
  13. call fn3
  14. leave
  15. ret
  16. .size fn1,. - fn1
  17. .section .note.GNU-stack,"",@progbits
  18. .section .note.GNU-split-stack,"",@progbits