add nofpu subarchs to the sh arch, and properly detect compiler's fpu config
authorRich Felker <dalias@aerifal.cx>
Fri, 28 Feb 2014 04:18:42 +0000 (23:18 -0500)
committerRich Felker <dalias@aerifal.cx>
Fri, 28 Feb 2014 04:18:42 +0000 (23:18 -0500)
commitb1683a1d6a4391ffef6ce12be9aa172d0f4f59bc
tree52eb1e9245808f14580e892073856b78e606dc13
parent5c27c4458f11adaba261353f84bcde4f79f0bdbd
add nofpu subarchs to the sh arch, and properly detect compiler's fpu config
arch/sh/bits/fenv.h
configure
src/fenv/sh-nofpu/fenv.sub [new file with mode: 0644]
src/fenv/sheb-nofpu/fenv.sub [new file with mode: 0644]
src/setjmp/sh-nofpu/longjmp.s [new file with mode: 0644]
src/setjmp/sh-nofpu/longjmp.sub [new file with mode: 0644]
src/setjmp/sh-nofpu/setjmp.s [new file with mode: 0644]
src/setjmp/sh-nofpu/setjmp.sub [new file with mode: 0644]
src/setjmp/sheb-nofpu/longjmp.sub [new file with mode: 0644]
src/setjmp/sheb-nofpu/setjmp.sub [new file with mode: 0644]