fix build regression in sh-nofpu subarch due to missing symbol
authorRich Felker <dalias@aerifal.cx>
Fri, 24 Apr 2015 15:45:25 +0000 (11:45 -0400)
committerRich Felker <dalias@aerifal.cx>
Fri, 24 Apr 2015 15:45:25 +0000 (11:45 -0400)
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.

src/setjmp/sh-nofpu/setjmp.s

index c6c7359a0cfa80c2891d71fe0630a80afd3b0480..41210f92b023c0f5cb030e469b0b3474c72413c8 100644 (file)
@@ -1,9 +1,12 @@
+.global ___setjmp
+.hidden ___setjmp
 .global __setjmp
 .global _setjmp
 .global setjmp
 .type   __setjmp, @function
 .type   _setjmp,  @function
 .type   setjmp,   @function
+___setjmp:
 __setjmp:
 _setjmp:
 setjmp: