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 'libgloss/m32r/crt0.S')
-rw-r--r--libgloss/m32r/crt0.S3
1 files changed, 1 insertions, 2 deletions
diff --git a/libgloss/m32r/crt0.S b/libgloss/m32r/crt0.S
index 7c22f5afd..f60a1a603 100644
--- a/libgloss/m32r/crt0.S
+++ b/libgloss/m32r/crt0.S
@@ -3,8 +3,7 @@
.global _start
_start:
- seth sp, #shigh(_stack)
- add3 sp, sp, #low(_stack)
+ ld24 sp, _stack
ldi fp, #0
# Clear the BSS. Do it in two parts for efficiency: longwords first