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][AArch64][libgloss] Tidy up WXN bit clearing


On 28/01/14 09:06, Kyrill Tkachov wrote:
Hi all,

The patch I sent out recently to clear the WXN bit could be improved a bit.
We can use the assembler bic-immediate pseudo-instruction instead of a
mov-immediate and register-bic.
This patch shortens that sequence a bit.

Sorry for the noise.

Ok?

Tested aarch64-none-elf on a model.

P.S. Can someone please install this if ok'd?

[libgloss/]
2014-01-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>

      * aarch64/cpu-init/rdimon-aem-el3.S (flat_map): Use bic-immediate
      form to clear WXN bit.


Looks good to me.
/Marcus


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