summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSzabolcs Nagy <szabolcs.nagy@arm.com>2015-11-16 07:10:24 -0600
committerAdhemerval Zanella <adhemerval.zanella@linaro.com>2015-11-16 11:24:35 -0200
commitd0a26f12a890caaa1e0cb268c5ac21351d8c7c72 (patch)
treee5adf7ea7ef6ddd65a29f4557edbff074e825981
parentc3653569b6cae4b97a61afcadb07334fe97b3a08 (diff)
Fix the big endian loader name.
-rw-r--r--libc/ChangeLog4
-rw-r--r--libc/config.h.in3
2 files changed, 7 insertions, 0 deletions
diff --git a/libc/ChangeLog b/libc/ChangeLog
index 81c393aa0..c6200f157 100644
--- a/libc/ChangeLog
+++ b/libc/ChangeLog
@@ -1,3 +1,7 @@
+2015-05-01 Szabolcs Nagy <szabolcs.nagy@arm.com>
+
+ * config.h.in (HAVE_AARCH64_BE): Add.
+
2014-02-06 Carlos O'Donell <carlos@redhat.com>
[BZ #16529]
diff --git a/libc/config.h.in b/libc/config.h.in
index 40797e7fd..04e01adcf 100644
--- a/libc/config.h.in
+++ b/libc/config.h.in
@@ -112,6 +112,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. */