mirror of git://sourceware.org/git/glibc.git
[AArch64] Fix the big endian loader name.
This commit is contained in:
parent
9862ab1f67
commit
44cb254f9a
|
@ -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>
|
2015-04-30 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
* math/auto-libm-test-in: Add more tests of csqrt.
|
* math/auto-libm-test-in: Add more tests of csqrt.
|
||||||
|
|
|
@ -111,6 +111,9 @@
|
||||||
include/libc-symbols.h that avoid PLT slots in the shared objects. */
|
include/libc-symbols.h that avoid PLT slots in the shared objects. */
|
||||||
#undef NO_HIDDEN
|
#undef NO_HIDDEN
|
||||||
|
|
||||||
|
/* AArch64 big endian ABI */
|
||||||
|
#undef HAVE_AARCH64_BE
|
||||||
|
|
||||||
|
|
||||||
/* Defined to some form of __attribute__ ((...)) if the compiler supports
|
/* Defined to some form of __attribute__ ((...)) if the compiler supports
|
||||||
a different, more efficient calling convention. */
|
a different, more efficient calling convention. */
|
||||||
|
|
Loading…
Reference in New Issue