This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports 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 10/26] arm: Introduce and use LDST_PCREL


On Tue, 26 Feb 2013, Richard Henderson wrote:

> Macro-ising the few instances where we need to distinguish between
> arm and thumb pc-relative memory operations.
> ---
> 	* sysdeps/arm/sysdep.h (LDST_PCREL): New macro.
> 	* sysdeps/unix/arm/sysdep.S (__syscall_error): Use LDST_PCREL.
> 	Fix up gottpoff load of errno for thumb2.
> 	* sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h
> 	(SINGLE_THREAD_P): Use LDST_PCREL.
> 	(PSEUDO_PROLOGUE): Remove.
> 	(PSEUDO): Don't use it.
> 	* sysdeps/unix/sysv/linux/arm/sysdep.h (SYSCALL_ERROR_HANDLER):
> 	Use LDST_PCREL.

This patch appears to include whitespace changes to otherwise unmodified 
code, as well as the substantive changes.  Please separate the whitespace 
and substantive changes and resubmit.

-- 
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]