projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7faee5f
)
fix build regression in sh-nofpu subarch due to missing symbol
author
Rich Felker
<dalias@aerifal.cx>
Fri, 24 Apr 2015 15:45:25 +0000
(11:45 -0400)
committer
Rich 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
patch
|
blob
|
history
diff --git
a/src/setjmp/sh-nofpu/setjmp.s
b/src/setjmp/sh-nofpu/setjmp.s
index c6c7359a0cfa80c2891d71fe0630a80afd3b0480..41210f92b023c0f5cb030e469b0b3474c72413c8 100644
(file)
--- a/
src/setjmp/sh-nofpu/setjmp.s
+++ b/
src/setjmp/sh-nofpu/setjmp.s
@@
-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: