platform_bionic/libc/arch-arm64/bionic
Elliott Hughes 1cff9a8964 Use the kernel's sa_restorer for aarch64.
gdb was happy with what we had, but libgcc and libunwind weren't.
libgcc is happy with the kernel's restorer (because of the extra nop),
though libunwind looks like it's going to need code changes regardless.

We could make our restorer more like the kernel's one, but why bother
when we can just let the kernel supply the canonical one?

Bug: 17436734
Change-Id: I330fa5e68f23b1cf8133aa552896657b0b873ed3
2014-09-16 15:49:50 -07:00
..
__bionic_clone.S Ensure __set_errno is still visible on LP32. 2014-09-08 16:46:50 -07:00
__set_tls.c Hide __set_tls. 2014-05-20 20:32:28 -07:00
_exit_with_stack_teardown.S Hide _exit_with_stack_teardown. 2014-05-16 16:17:44 -07:00
_setjmp.S Remove misleading arm/arm64 PIC_SYM. 2014-08-07 11:52:38 -07:00
crtbegin.c Revert "Fix arm64 build" 2014-09-04 21:53:14 +00:00
setjmp.S Remove misleading arm/arm64 PIC_SYM. 2014-08-07 11:52:38 -07:00
sigsetjmp.S Remove misleading arm/arm64 PIC_SYM. 2014-08-07 11:52:38 -07:00
syscall.S Ensure __set_errno is still visible on LP32. 2014-09-08 16:46:50 -07:00
vfork.S Ensure __set_errno is still visible on LP32. 2014-09-08 16:46:50 -07:00