Re: [PATCH v2] libgcc: AArch64: Check for correct signal insns on BE when unwinding

2013-11-28 Thread Richard Earnshaw
On 27/11/13 10:43, Matthew Leach wrote: Hi, When unwinding the stack, the unwind code checks for two opcodes that denote a registrations of a signal handler. This is broken on BE as the opcodes will be in the wrong byte-order as insns are always LE. Add the correct checks when compiling

[PATCH v2] libgcc: AArch64: Check for correct signal insns on BE when unwinding

2013-11-27 Thread Matthew Leach
Hi, When unwinding the stack, the unwind code checks for two opcodes that denote a registrations of a signal handler. This is broken on BE as the opcodes will be in the wrong byte-order as insns are always LE. Add the correct checks when compiling for AArch64 big endian. This patch fixes all