strace/xlat/sigsegv_codes.in
Eugene Syromyatnikov 083bc9d5b2 xlat: add SPARC ADI-related SIGSEGV codes
* xlat/sigsegv_codes.in (SEGV_ACCADI, SEGV_ADIDERR, SEGV_ADIPERR): New
constants, introduced by Linux commit v4.17-rc1~147^2~4^2~10.
2018-05-06 15:34:41 +00:00

10 lines
196 B
Plaintext

SEGV_MAPERR 1
SEGV_ACCERR 2
SEGV_STACKFLOW /* 3 - bfin */
SEGV_BNDERR 3
__SEGV_PSTKOVF /* 4 - ia64 */
SEGV_PKUERR 4
SEGV_ACCADI 5 /* sparc */
SEGV_ADIDERR 6 /* sparc */
SEGV_ADIPERR 7 /* sparc */