a3b09b9c3b
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.
15 lines
277 B
Plaintext
15 lines
277 B
Plaintext
FPE_INTDIV 1
|
|
FPE_INTOVF 2
|
|
FPE_FLTDIV 3
|
|
FPE_FLTOVF 4
|
|
FPE_FLTUND 5
|
|
FPE_FLTRES 6
|
|
FPE_FLTINV 7
|
|
FPE_FLTSUB 8
|
|
FPE_MDAOVF /* 9 - frv */
|
|
__FPE_DECOVF /* 9 - ia64 */
|
|
__FPE_DECDIV /* 10 - ia64 */
|
|
__FPE_DECERR /* 11 - ia64 */
|
|
__FPE_INVASC /* 12 - ia64 */
|
|
__FPE_INVDEC /* 13 - ia64 */
|