]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
[AArch64] Fix the big endian loader name.
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Fri, 1 May 2015 12:58:55 +0000 (13:58 +0100)
committerAdhemerval Zanella <adhemerval.zanella@linaro.com>
Tue, 1 Dec 2015 15:37:51 +0000 (13:37 -0200)
(cherry picked from commit 44cb254f9a024db33ba549e59dc9d90355b797c9)

ChangeLog
config.h.in

index 079b41166f1d66c59075575d8f8d2182f2d6fd99..07419aa1fd9c91f1b8c89d4ea231323cc8568ebc 100644 (file)
--- 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.
index 695ca35dc0baec81f6fa931b6f00ef04f4185401..85c1761a81fa6b0364ef8bff814c4f42387d607b 100644 (file)
    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.  */