From: Szabolcs Nagy Date: Fri, 1 May 2015 12:58:55 +0000 (+0100) Subject: [AArch64] Fix the big endian loader name. X-Git-Tag: upstream/2.24~1676 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=44cb254f9a024db33ba549e59dc9d90355b797c9;p=platform%2Fupstream%2Fglibc.git [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 + + * config.h.in (HAVE_AARCH64_BE): Add. + 2015-04-30 Joseph Myers * 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. */