diff options
author | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2015-05-01 13:58:55 +0100 |
---|---|---|
committer | Marcus Shawcroft <marcus.shawcroft@arm.com> | 2015-05-01 13:58:55 +0100 |
commit | 44cb254f9a024db33ba549e59dc9d90355b797c9 (patch) | |
tree | 7496a21df6bb3708add249739d8a0aa8e4d9e66d | |
parent | 9862ab1f6747abd9466d1d9b2f5ae39e3adb55f4 (diff) | |
download | glibc-44cb254f9a024db33ba549e59dc9d90355b797c9.tar glibc-44cb254f9a024db33ba549e59dc9d90355b797c9.tar.gz glibc-44cb254f9a024db33ba549e59dc9d90355b797c9.tar.bz2 glibc-44cb254f9a024db33ba549e59dc9d90355b797c9.zip |
[AArch64] Fix the big endian loader name.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | config.h.in | 3 |
2 files changed, 7 insertions, 0 deletions
@@ -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 711ed08d40..2b9aa1a986 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. */ |