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/stack_reg_va.S')
-rw-r--r--newlib/libc/machine/spu/stack_reg_va.S4
1 files changed, 0 insertions, 4 deletions
diff --git a/newlib/libc/machine/spu/stack_reg_va.S b/newlib/libc/machine/spu/stack_reg_va.S
index 754e4e6a7..5a0b632e8 100644
--- a/newlib/libc/machine/spu/stack_reg_va.S
+++ b/newlib/libc/machine/spu/stack_reg_va.S
@@ -85,7 +85,6 @@
.text
.global __stack_reg_va
- .type __stack_reg_va, @function
__stack_reg_va:
@@ -165,6 +164,3 @@ save_regs_2:
ai ptr, ptr, -16
brz tmp, save_regs_1 /* if (tmp == 0) jump */
bi link /* finish to make va_list */
-
- .size __stack_reg_va, .-__stack_reg_va
-