[Bug ports/16499] armv4 (non-thumb) builds broken in clone.S

cvs-commit at gcc dot gnu.org sourceware-bugzilla@sourceware.org
Fri Jan 24 13:16:00 GMT 2014


http://sourceware.org/bugzilla/show_bug.cgi?id=16499

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  47590bce28616abbcee93457da91d65a7a07589b (commit)
      from  5d41dadf31bc8a2f9c34c40d52a442d3794e405c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=47590bce28616abbcee93457da91d65a7a07589b

commit 47590bce28616abbcee93457da91d65a7a07589b
Author: Will Newton <will.newton@linaro.org>
Date:   Thu Jan 23 11:11:24 2014 +0000

    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.

-----------------------------------------------------------------------

Summary of changes:
 ports/ChangeLog.arm                       |    6 ++++++
 ports/sysdeps/unix/sysv/linux/arm/clone.S |    8 +-------
 2 files changed, 7 insertions(+), 7 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.



More information about the Glibc-bugs mailing list