This is the mail archive of the glibc-cvs@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]

GNU C Library master sources branch release/2.21/master updated. glibc-2.21-13-gdbcaca7


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, release/2.21/master has been updated
       via  dbcaca73cb0a19698ea1b424087e8997a9b7c3c4 (commit)
      from  26f36461f66ac62bf6d3f1ef7a1439ab3ed67cf6 (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 -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=dbcaca73cb0a19698ea1b424087e8997a9b7c3c4

commit dbcaca73cb0a19698ea1b424087e8997a9b7c3c4
Author: Szabolcs Nagy <szabolcs.nagy@arm.com>
Date:   Fri May 1 13:58:55 2015 +0100

    [AArch64] Fix the big endian loader name.
    
    (cherry picked from commit 44cb254f9a024db33ba549e59dc9d90355b797c9)

diff --git a/ChangeLog b/ChangeLog
index 079b411..07419aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-05-01  Szabolcs Nagy  <szabolcs.nagy@arm.com>
+
+	* config.h.in (HAVE_AARCH64_BE): Add.
+
 2015-07-08  Mike Frysinger  <vapier@gentoo.org>
 
 	* nscd/selinux.c: Delete selinux/flask.h include.
diff --git a/config.h.in b/config.h.in
index 695ca35..85c1761 100644
--- a/config.h.in
+++ b/config.h.in
@@ -114,6 +114,9 @@
    include/libc-symbols.h that avoid PLT slots in the shared objects.  */
 #undef	NO_HIDDEN
 
+/* AArch64 big endian ABI */
+#undef HAVE_AARCH64_BE
+
 
 /* Defined to some form of __attribute__ ((...)) if the compiler supports
    a different, more efficient calling convention.  */

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

Summary of changes:
 ChangeLog   |    4 ++++
 config.h.in |    3 +++
 2 files changed, 7 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


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