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:
authorDJ Delorie <dj@redhat.com>2009-04-22 22:57:37 +0400
committerDJ Delorie <dj@redhat.com>2009-04-22 22:57:37 +0400
commit819e57447414b42c74fcf8cf48a227be7d6b09fa (patch)
treefeb5e9b78f5f332feb446681f2854ca3d5675535 /libgloss
parent755b125b775637771f1b6e972a88e290a0c39301 (diff)
* mep/sim-crt0.S (_start): Fix typo.
Diffstat (limited to 'libgloss')
-rw-r--r--libgloss/ChangeLog4
-rw-r--r--libgloss/mep/sim-crt0.S2
2 files changed, 5 insertions, 1 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog
index 3a81aac4e..e61ae17b8 100644
--- a/libgloss/ChangeLog
+++ b/libgloss/ChangeLog
@@ -1,3 +1,7 @@
+2009-04-22 DJ Delorie <dj@redhat.com>
+
+ * mep/sim-crt0.S (_start): Fix typo.
+
2009-04-21 DJ Delorie <dj@redhat.com>
* mep/Makefile.in (SCRIPTS): Update to new config.
diff --git a/libgloss/mep/sim-crt0.S b/libgloss/mep/sim-crt0.S
index c96ce2336..02639eb6d 100644
--- a/libgloss/mep/sim-crt0.S
+++ b/libgloss/mep/sim-crt0.S
@@ -121,7 +121,7 @@ _start:
# load ID-specific stack pointer
sl2ad3 $0, $0, $sp # $0 = ($0 << 2) + $sp
lw $sp,($0) # $sp = *($0)
- mov $0,0xfff8
+ mov $0,0xfffffff8
and $sp, $0
#ifndef NOVEC