libunwind-eh_elf/src/aarch64
Victor Kamensky 16e98c8cf3 aarch64: fix wrong big_endian flag in aarch64_be case
Set local_addr_space.big_endian flag according to current target
endianness. Before it was set by memset to 0, which corresponds
to little endian and it worked perfectly fine for aarch64.
But it breaks aarch64_be because dwarf_readu16, dwarf_readu32,
etc functions do not read values correctly since they operate
with wrong idea about current target endianness.

Signed-off-by: Victor Kamensky <victor.kamensky@linaro.org>
2014-12-03 23:28:07 -08:00
..
Gcreate_addr_space.c [PATCH] AArch64 port. 2013-05-11 09:20:28 -06:00
Gget_proc_info.c [PATCH] AArch64 port. 2013-05-11 09:20:28 -06:00
Gget_save_loc.c One time whitespace fixup. 2014-09-27 09:47:23 -07:00
Gglobal.c One time whitespace fixup. 2014-09-27 09:47:23 -07:00
Ginit.c aarch64: fix wrong big_endian flag in aarch64_be case 2014-12-03 23:28:07 -08:00
Ginit_local.c [PATCH] AArch64 port. 2013-05-11 09:20:28 -06:00
Ginit_remote.c [PATCH] AArch64 port. 2013-05-11 09:20:28 -06:00
Gis_signal_frame.c [PATCH] AArch64 port. 2013-05-11 09:20:28 -06:00
Gregs.c One time whitespace fixup. 2014-09-27 09:47:23 -07:00
Gresume.c aarch64: Restore x0, x1, x2 and x3 2014-10-24 22:40:19 -07:00
Gstash_frame.c One time whitespace fixup. 2014-09-27 09:47:23 -07:00
Gstep.c One time whitespace fixup. 2014-09-27 09:47:23 -07:00
Gtrace.c One time whitespace fixup. 2014-09-27 09:47:23 -07:00
Lcreate_addr_space.c [PATCH] AArch64 port. 2013-05-11 09:20:28 -06:00
Lget_proc_info.c [PATCH] AArch64 port. 2013-05-11 09:20:28 -06:00
Lget_save_loc.c [PATCH] AArch64 port. 2013-05-11 09:20:28 -06:00
Lglobal.c [PATCH] AArch64 port. 2013-05-11 09:20:28 -06:00
Linit.c [PATCH] AArch64 port. 2013-05-11 09:20:28 -06:00
Linit_local.c [PATCH] AArch64 port. 2013-05-11 09:20:28 -06:00
Linit_remote.c [PATCH] AArch64 port. 2013-05-11 09:20:28 -06:00
Lis_signal_frame.c [PATCH] AArch64 port. 2013-05-11 09:20:28 -06:00
Lregs.c [PATCH] AArch64 port. 2013-05-11 09:20:28 -06:00
Lresume.c [PATCH] AArch64 port. 2013-05-11 09:20:28 -06:00
Lstash_frame.c Add fast stack trace on AArch64. 2014-07-30 14:34:31 +03:00
Lstep.c [PATCH] AArch64 port. 2013-05-11 09:20:28 -06:00
Ltrace.c Add fast stack trace on AArch64. 2014-07-30 14:34:31 +03:00
gen-offsets.c [PATCH] AArch64 port. 2013-05-11 09:20:28 -06:00
getcontext.S Add fast stack trace on AArch64. 2014-07-30 14:34:31 +03:00
init.h [PATCH] AArch64 port. 2013-05-11 09:20:28 -06:00
is_fpreg.c [PATCH] AArch64 port. 2013-05-11 09:20:28 -06:00
offsets.h One time whitespace fixup. 2014-09-27 09:47:23 -07:00
regname.c [PATCH] AArch64 port. 2013-05-11 09:20:28 -06:00
siglongjmp.S [PATCH] AArch64 port. 2013-05-11 09:20:28 -06:00
unwind_i.h One time whitespace fixup. 2014-09-27 09:47:23 -07:00