use correct nofpu versions of setjmp/longjmp used on sh-nofpu-fdpic
commitdc5bd27ac4eb68e7ec84dff0fd26f2ac55360989
authorRich Felker <dalias@aerifal.cx>
Wed, 11 Nov 2015 23:27:23 +0000 (11 18:27 -0500)
committerRich Felker <dalias@aerifal.cx>
Wed, 11 Nov 2015 23:27:23 +0000 (11 18:27 -0500)
treefd49e74f448a1879bd8c41d3b0987f3a5840049f
parent9439ebd7668182a1c6213ad1a5011bdc71585b5f
use correct nofpu versions of setjmp/longjmp used on sh-nofpu-fdpic

when adding the fdpic subarchs, the need for these sub files was
overlooked. thus setjmp and longjmp performed illegal instructions.
src/setjmp/sh-nofpu-fdpic/longjmp.sub [new file with mode: 0644]
src/setjmp/sh-nofpu-fdpic/setjmp.sub [new file with mode: 0644]
src/setjmp/sheb-nofpu-fdpic/longjmp.sub [new file with mode: 0644]
src/setjmp/sheb-nofpu-fdpic/setjmp.sub [new file with mode: 0644]