siglongjmp.S 293 B

12345678910111213141516
  1. /* Dummy implementation for now. */
  2. .globl _UI_siglongjmp_cont
  3. .globl _UI_longjmp_cont
  4. _UI_siglongjmp_cont:
  5. _UI_longjmp_cont:
  6. .proc
  7. .callinfo
  8. #warning fix me
  9. bv %r0(%rp)
  10. .procend
  11. #ifdef __linux__
  12. /* We do not need executable stack. */
  13. .section .note.GNU-stack,"",@progbits
  14. #endif