This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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 roland/arm] ARM: Rewrite sysdeps/arm/tls-macros.h


On Thu, 5 Mar 2015, Roland McGrath wrote:

> I've rewritten the ARM tls-macros.h so that there is less repeated
> boilerplate assembly and a bit less overall done in assembly that can
> be in C, and so it's friendly to systems that do not allow random
> literal pool words in the code segment (like NaCl).  The file is
> basically wholly replaced but diff finds some useless context, so it's
> a bit easier to read the new file than to read the patch.
> 
> I've tested armv7l-linux-gnueabihf both with the compiler's default
> -mthumb and with explicit -marm; there are no regressions.  I've also
> tested the ARM_PCREL_MOVW_OK case in the out-of-tree arm-nacl port.
> 
> OK?

OK.

-- 
Joseph S. Myers
joseph@codesourcery.com


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