siglongjmp.S 244 B

123456789101112
  1. /* Dummy implementation for now. */
  2. .globl _UI_siglongjmp_cont
  3. .globl _UI_longjmp_cont
  4. _UI_siglongjmp_cont:
  5. _UI_longjmp_cont:
  6. bx lr
  7. #ifdef __linux__
  8. /* We do not need executable stack. */
  9. .section .note.GNU-stack,"",%progbits
  10. #endif