mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-19 04:49:25 +08:00
epiphany: Additional setjmp() and longjmp() syms
At least with Binutils 2.30 and GCC 7.3 we need symbol definitions without the leading underscore. Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de>
This commit is contained in:
parent
b920561fe3
commit
1658a57715
@ -45,6 +45,8 @@ _setjmp:
|
||||
mov r0,#0
|
||||
rts
|
||||
.size _setjmp, .-_setjmp
|
||||
.global setjmp
|
||||
.set setjmp, _setjmp
|
||||
|
||||
.global _longjmp
|
||||
_longjmp:
|
||||
@ -63,3 +65,5 @@ _longjmp:
|
||||
movne r0,r1
|
||||
jr lr
|
||||
.size _longjmp, .-_longjmp
|
||||
.global longjmp
|
||||
.set longjmp, _longjmp
|
||||
|
Loading…
x
Reference in New Issue
Block a user