diff options
author | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2015-05-01 13:58:55 +0100 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.com> | 2015-12-01 13:37:51 -0200 |
commit | dbcaca73cb0a19698ea1b424087e8997a9b7c3c4 (patch) | |
tree | b2ea6f5d21a75d882e6484ef605bb8dc0a40cb6f | |
parent | 26f36461f66ac62bf6d3f1ef7a1439ab3ed67cf6 (diff) | |
download | glibc-dbcaca73cb0a19698ea1b424087e8997a9b7c3c4.tar.gz glibc-dbcaca73cb0a19698ea1b424087e8997a9b7c3c4.tar.xz glibc-dbcaca73cb0a19698ea1b424087e8997a9b7c3c4.zip |
[AArch64] Fix the big endian loader name.
(cherry picked from commit 44cb254f9a024db33ba549e59dc9d90355b797c9)
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | config.h.in | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 079b41166f..07419aa1fd 100644 --- 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-07-08 Mike Frysinger <vapier@gentoo.org> * nscd/selinux.c: Delete selinux/flask.h include. diff --git a/config.h.in b/config.h.in index 695ca35dc0..85c1761a81 100644 --- a/config.h.in +++ b/config.h.in @@ -114,6 +114,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. */ |