]> sourceware.org Git - glibc.git/commit
ARM: Fix clone build for ARMv4
authorWill Newton <will.newton@linaro.org>
Thu, 23 Jan 2014 11:11:24 +0000 (11:11 +0000)
committerWill Newton <will.newton@linaro.org>
Fri, 24 Jan 2014 13:15:46 +0000 (13:15 +0000)
commit47590bce28616abbcee93457da91d65a7a07589b
treea0c893f031460849d47a9fb2476a753bdcb6dbd1
parent5d41dadf31bc8a2f9c34c40d52a442d3794e405c
ARM: Fix clone build for ARMv4

ARMv4 does not have the blx instruction, so use the BLX macro which
handles abstracting this for us.

Build tested for armv7, armv4t and armv4.

ports/ChangeLog.arm:

2014-01-24  Will Newton  <will.newton@linaro.org>

[BZ #16499]
* sysdeps/unix/sysv/linux/arm/clone.S: Use BLX macro instead
of blx instruction directly.
ports/ChangeLog.arm
ports/sysdeps/unix/sysv/linux/arm/clone.S
This page took 0.042987 seconds and 5 git commands to generate.