summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/sh/____longjmp_chk.S
AgeCommit message (Collapse)Author
2012-06-23SH: Preserve more registers for frame unwinding purposes, add CFI directives.Thomas Schwinge
2012-06-23SH: Optimize assembler code in context of call to __fortify_fail.Thomas Schwinge
__fortify_fail has »__attribute__ ((__noreturn__))«.
2012-06-23SH: ____longjmp_chk for GNU/Linux with sigaltstack support.Thomas Schwinge
debug/tst-longjmp_chk2 now passes.