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] ARM: Fix clone build for ARMv4


On Thu, 23 Jan 2014, Will Newton wrote:

> ARMv4 does not have the blx instruction, so use the BLX macro which
> handles abstracting this for us.
> 
> ports/ChangeLog.arm:
> 
> 2014-01-23  Will Newton  <will.newton@linaro.org>
> 
> 	[BZ #16499]
> 	* sysdeps/unix/sysv/linux/arm/clone.S: Use BLX macro instead
> 	of blx instruction directly.

OK, presuming you've run the testsuite for at least one ARM configuration.

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