This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc 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]

[Bug ports/16169] AArch64 clone.S is missing some CFI markup


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

--- Comment #11 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  3a3acb6afc753475675b5724f206e619d0c9590d (commit)
       via  b67e7fe0f9f9b0f6c4386a0eccba83178098438c (commit)
      from  91cbd0bc72387d0729136e44002082fbdd9cd42d (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=3a3acb6afc753475675b5724f206e619d0c9590d

commit 3a3acb6afc753475675b5724f206e619d0c9590d
Author: Tom Tromey <tromey@redhat.com>
Date:   Mon Jan 20 12:58:03 2014 +0000

    [AArch64] BZ #16169 Add CFI directives to clone.S

    [BZ #16169] Add CFI directives to the AArch64 clone.S implementation
    and ensure that the FP in the child is zero'd in order to comply with
    AAPCS.

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=b67e7fe0f9f9b0f6c4386a0eccba83178098438c

commit b67e7fe0f9f9b0f6c4386a0eccba83178098438c
Author: Marcus Shawcroft <marcus.shawcroft@linaro.org>
Date:   Wed Jan 1 17:29:23 2014 +0000

    [AArch64] Define BE loader name.

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

Summary of changes:
 NEWS                                               |    8 ++--
 ports/ChangeLog.aarch64                            |   18 ++++++++++
 .../powerpc64 => ports/sysdeps/aarch64}/configure  |   34 ++++++++++++-------
 ports/sysdeps/aarch64/configure.ac                 |   22 +++++++++++++
 ports/sysdeps/aarch64/shlib-versions               |    5 +++
 ports/sysdeps/unix/sysv/linux/aarch64/Makefile     |   15 +++++++++
 ports/sysdeps/unix/sysv/linux/aarch64/clone.S      |    7 +++-
 ports/sysdeps/unix/sysv/linux/aarch64/ldconfig.h   |    1 +
 8 files changed, 92 insertions(+), 18 deletions(-)
 copy {sysdeps/unix/sysv/linux/powerpc/powerpc64 =>
ports/sysdeps/aarch64}/configure (84%)
 create mode 100644 ports/sysdeps/aarch64/configure.ac

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]