From 1658a57715de93d50983f34e75216101eb373993 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 31 Jan 2018 08:14:44 +0100 Subject: 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 --- newlib/libc/machine/epiphany/setjmp.S | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3