mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-18 23:12:15 +08:00
* arm/redboot-crt0.S (__change_mode): Replace mov with movs.
This commit is contained in:
parent
6f5a3401aa
commit
03cd7bbbb1
@ -1,3 +1,7 @@
|
||||
2012-05-02 Greta Yorsh <Greta.Yorsh@arm.com>
|
||||
|
||||
* arm/redboot-crt0.S (__change_mode): Replace mov with movs.
|
||||
|
||||
2012-03-23 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* cris/Makefile.in (install-lin): Add $(DESTDIR) before ${tooldir}.
|
||||
|
@ -97,7 +97,7 @@ __change_mode:
|
||||
|
||||
movs a1, #0
|
||||
ldr a2, .LC3
|
||||
mov a3, a2
|
||||
movs a3, a2
|
||||
bl SYM_NAME(main)
|
||||
1: bl SYM_NAME(exit)
|
||||
b 1b
|
||||
|
Loading…
x
Reference in New Issue
Block a user