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 master updated. glibc-2.21-299-g44cb254


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  44cb254f9a024db33ba549e59dc9d90355b797c9 (commit)
      from  9862ab1f6747abd9466d1d9b2f5ae39e3adb55f4 (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=44cb254f9a024db33ba549e59dc9d90355b797c9

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

    [AArch64] Fix the big endian loader name.

diff --git a/ChangeLog b/ChangeLog
index 47d3e7d..8f6f864 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-04-30  Joseph Myers  <joseph@codesourcery.com>
 
 	* math/auto-libm-test-in: Add more tests of csqrt.
diff --git a/config.h.in b/config.h.in
index 711ed08..2b9aa1a 100644
--- a/config.h.in
+++ b/config.h.in
@@ -111,6 +111,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]