This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch, libgloss] fix redboot-crt0.S for arm7tdmi


On Apr 27 11:41, Greta Yorsh wrote:
> Building libgloss/arm/redboot-crt0.S for arm7tdmi in thumb mode fails,
> because it uses "MOV a2 a3". 
> The use of MOV with two low registers is not supported in thumb mode in
> architectures prior to ARMv6.
> This patch replaces MOV with MOVS.
> 
> 
> 2012-04-26  Greta Yorsh  <Greta.Yorsh@arm.com>
> 
>         * arm/redboot-crt0.S (__change_mode): Replace mov with movs.

Applied.


Thanks,
Corinna

-- 
Corinna Vinschen
Cygwin Project Co-Leader
Red Hat


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]