about summary refs log tree commit diff
path: root/src/setjmp/sheb-nofpu-fdpic/longjmp.sub
Commit message (Collapse)AuthorAgeFilesLines
* switch sh and mips setjmp asm from .sub system to .S filesRich Felker2016-01-201-1/+0
|
* use correct nofpu versions of setjmp/longjmp used on sh-nofpu-fdpicRich Felker2015-11-111-0/+1
when adding the fdpic subarchs, the need for these sub files was overlooked. thus setjmp and longjmp performed illegal instructions.