aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSzabolcs Nagy <szabolcs.nagy@arm.com>2015-05-01 13:58:55 +0100
committerAdhemerval Zanella <adhemerval.zanella@linaro.com>2015-12-01 13:37:51 -0200
commitdbcaca73cb0a19698ea1b424087e8997a9b7c3c4 (patch)
treeb2ea6f5d21a75d882e6484ef605bb8dc0a40cb6f
parent26f36461f66ac62bf6d3f1ef7a1439ab3ed67cf6 (diff)
downloadglibc-dbcaca73cb0a19698ea1b424087e8997a9b7c3c4.zip
glibc-dbcaca73cb0a19698ea1b424087e8997a9b7c3c4.tar.gz
glibc-dbcaca73cb0a19698ea1b424087e8997a9b7c3c4.tar.bz2
[AArch64] Fix the big endian loader name.
(cherry picked from commit 44cb254f9a024db33ba549e59dc9d90355b797c9)
-rw-r--r--ChangeLog4
-rw-r--r--config.h.in3
2 files changed, 7 insertions, 0 deletions
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. */