summaryrefslogtreecommitdiffstats
path: root/newlib/libc/machine/epiphany/setjmp.S
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/machine/epiphany/setjmp.S')
-rw-r--r--newlib/libc/machine/epiphany/setjmp.S4
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/libc/machine/epiphany/setjmp.S b/newlib/libc/machine/epiphany/setjmp.S
index 2986bb47a..b981ee51e 100644
--- a/newlib/libc/machine/epiphany/setjmp.S
+++ b/newlib/libc/machine/epiphany/setjmp.S
@@ -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