]> sourceware.org Git - 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)
committerMarcus Shawcroft <marcus.shawcroft@arm.com>
Fri, 1 May 2015 12:58:55 +0000 (13:58 +0100)
ChangeLog
config.h.in

index 47d3e7d2d8d818e482cdaccd5440233a4d5e060a..8f6f864d99c175667f834d2bcf61e9a50058cad5 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-04-30  Joseph Myers  <joseph@codesourcery.com>
 
        * math/auto-libm-test-in: Add more tests of csqrt.
index 711ed08d40d0683bded1cfd3d03c52c572d4e88e..2b9aa1a986027c9a917097cd69de288c864d3132 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.  */
This page took 0.118899 seconds and 5 git commands to generate.