strace/xlat/sigill_codes.in
Eugene Syromyatnikov a3b09b9c3b xlat: add arch-specific si_codes constants
Based on Linux commits v4.16-rc1~159^2~17, v4.16-rc1~159^2~16,
v4.16-rc1~159^2~15, and v4.16-rc1~159^2~14.

* xlat/sigbus_codes.in (BUS_OPFETCH): New constant.
* xlat/sigfpe_codes.in (FPE_MDAOVF, __FPE_DECOVF, __FPE_DECDIV,
__FPE_DECERR, __FPE_INVASC, __FPE_INVDEC): New constants.
* xlat/sigill_codes.in (ILL_ILLPARAOP, ILL_ILLEXCPT, ILL_CPLB_VI,
ILL_CPLB_MISS, ILL_CPLB_MULHIT, ILL_DBLFLT, ILL_HARDWALL, ILL_BADIADDR,
__ILL_BREAK, __ILL_BNDMOD): Likewise.
* xlat/sigsegv_codes.in (SEGV_STACKFLOW, __SEGV_PSTKOVF): Likewise.
* xlat/sigtrap_codes.in (TRAP_STEP, TRAP_TRACEFLOW, TRAP_WATCHPT,
TRAP_ILLTRAP): Likewise.
* NEWS: Mention it.
2018-02-27 13:14:38 +00:00

19 lines
424 B
Plaintext

ILL_ILLOPC 1
ILL_ILLPARAOP /* 2 - bfin */
ILL_ILLOPN 2
ILL_ILLADR 3
ILL_ILLEXCPT /* 4 - bfin */
ILL_ILLTRP 4
ILL_PRVOPC 5
ILL_PRVREG 6
ILL_COPROC 7
ILL_BADSTK 8
ILL_CPLB_VI /* 9 - bfin */
ILL_CPLB_MISS /* 10 - bfin */
ILL_CPLB_MULHIT /* 11 - bfin */
ILL_DBLFLT /* 9 - tile */
ILL_HARDWALL /* 10 - tile */
ILL_BADIADDR /* 9 - ia64 */
__ILL_BREAK /* 10 - ia64 */
__ILL_BNDMOD /* 11 - ia64 */