aarch64: Reduce the size of register_context
authorRichard Henderson <rth@redhat.com>
Wed, 22 Oct 2014 02:41:07 +0000 (22:41 -0400)
committerRichard Henderson <rth@twiddle.net>
Wed, 12 Nov 2014 08:28:44 +0000 (09:28 +0100)
commit95a04af134431ccc8230aca1641541a5e8fcbdc9
tree2c5f7ba909d96e77c085d6bc564a780ab4864119
parent77c4cddca6aeb6e545e21f235e29323e05f5a3a3
aarch64: Reduce the size of register_context

We don't need to store 32 general and vector registers.
Only 8 of each are used for parameter passing.
src/aarch64/ffi.c
src/aarch64/ffitarget.h
src/aarch64/internal.h [new file with mode: 0644]
src/aarch64/sysv.S