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/spu/setjmp.S')
-rw-r--r--newlib/libc/machine/spu/setjmp.S4
1 files changed, 0 insertions, 4 deletions
diff --git a/newlib/libc/machine/spu/setjmp.S b/newlib/libc/machine/spu/setjmp.S
index 891806bb0..dfa1bd0c4 100644
--- a/newlib/libc/machine/spu/setjmp.S
+++ b/newlib/libc/machine/spu/setjmp.S
@@ -36,7 +36,6 @@ Author: Andreas Neukoetter (ti95neuk@de.ibm.com)
.text
.align 2
.global setjmp
- .type setjmp, @function
setjmp:
stqd $80, 2*16($3)
stqd $81, 3*16($3)
@@ -98,7 +97,6 @@ setjmp:
setjmp_ret:
bi $0
- .size setjmp, .-setjmp
/*
int longjmp( jmp_buf env, int val );
@@ -106,7 +104,6 @@ setjmp_ret:
.text
.align 2
.global longjmp
- .type longjmp, @function
longjmp:
lr $127, $1
@@ -179,5 +176,4 @@ longjmp:
longjmp_ret:
bi $0
- .size longjmp, .-longjmp