diff options
author | Will Newton <will.newton@linaro.org> | 2014-01-23 11:11:24 +0000 |
---|---|---|
committer | Will Newton <will.newton@linaro.org> | 2014-01-24 13:15:46 +0000 |
commit | 47590bce28616abbcee93457da91d65a7a07589b (patch) | |
tree | a0c893f031460849d47a9fb2476a753bdcb6dbd1 /ports/ChangeLog.arm | |
parent | 5d41dadf31bc8a2f9c34c40d52a442d3794e405c (diff) | |
download | glibc-47590bce28616abbcee93457da91d65a7a07589b.tar.gz glibc-47590bce28616abbcee93457da91d65a7a07589b.tar.xz glibc-47590bce28616abbcee93457da91d65a7a07589b.zip |
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.
Diffstat (limited to 'ports/ChangeLog.arm')
-rw-r--r-- | ports/ChangeLog.arm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ports/ChangeLog.arm b/ports/ChangeLog.arm index 4371b3ccfb..51bb76b992 100644 --- a/ports/ChangeLog.arm +++ b/ports/ChangeLog.arm @@ -1,3 +1,9 @@ +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. + 2014-01-14 Will Newton <will.newton@linaro.org> * sysdeps/arm/__longjmp.S: Don't apply pointer encryption |