aarch64: add struct _aarch64_ctx to signal.h
authorSzabolcs Nagy <nsz@port70.net>
Sat, 14 Mar 2015 17:40:09 +0000 (17:40 +0000)
committerRich Felker <dalias@aerifal.cx>
Sat, 14 Mar 2015 17:55:24 +0000 (13:55 -0400)
commit38bf2d7cc3e5eb47d63882a64c8471699c1e7eeb
tree9ea6728a46ef020e0d14edc801f3948abd2a7fad
parent673cab5c56f6b6a8afb01c4b5341963ff259e996
aarch64: add struct _aarch64_ctx to signal.h

The unwind code in libgcc uses this type for unwinding across signal
handlers. On aarch64 the kernel may place a sequence of structs on the
signal stack on top of the ucontext to provide additional information.
The unwinder only needs the header, but added all the types the kernel
currently defines for this mechanism because they are part of the uapi.
arch/aarch64/bits/signal.h