about summary refs log tree commit diff
path: root/src/setjmp/sh-nofpu/setjmp.s
Commit message (Collapse)AuthorAgeFilesLines
* switch sh and mips setjmp asm from .sub system to .S filesRich Felker2016-01-201-24/+0
|
* fix build regression in sh-nofpu subarch due to missing symbolRich Felker2015-04-241-0/+3
| | | | | | commit 646cb9a4a04e5ed78e2dd928bf9dc6e79202f609 switched sigsetjmp to use the new hidden ___setjmp symbol for setjmp, but the nofpu variant of setjmp.s was not updated to match.
* add nofpu subarchs to the sh arch, and properly detect compiler's fpu configRich Felker2014-02-271-0/+21