Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/machine/msp430/setjmp.S')
-rw-r--r--newlib/libc/machine/msp430/setjmp.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/newlib/libc/machine/msp430/setjmp.S b/newlib/libc/machine/msp430/setjmp.S
index 6684f8acb..f3deefae5 100644
--- a/newlib/libc/machine/msp430/setjmp.S
+++ b/newlib/libc/machine/msp430/setjmp.S
@@ -60,6 +60,7 @@ setjmp:
clr r12
ret
#endif
+ .size setjmp , . - setjmp
.global longjmp
@@ -102,4 +103,5 @@ longjmp:
add.w #2, r1
mov.w r14, r0
#endif
+ .size longjmp , . - longjmp