Explorar el Código

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.
Rich Felker hace 9 años
padre
commit
dc5bd27ac4

+ 1 - 0
src/setjmp/sh-nofpu-fdpic/longjmp.sub

@@ -0,0 +1 @@
+../sh-nofpu/longjmp.s

+ 1 - 0
src/setjmp/sh-nofpu-fdpic/setjmp.sub

@@ -0,0 +1 @@
+../sh-nofpu/setjmp.s

+ 1 - 0
src/setjmp/sheb-nofpu-fdpic/longjmp.sub

@@ -0,0 +1 @@
+../sh-nofpu/longjmp.s

+ 1 - 0
src/setjmp/sheb-nofpu-fdpic/setjmp.sub

@@ -0,0 +1 @@
+../sh-nofpu/setjmp.s