93dbeb50ca
* xlat/sigfpe_codes.in (FPE_FLTUNK): New constant, introduced by Linux commit v4.17-rc1~107^2~2. (FPE_CONDTRAP): New constant, introduced by Linux commit v4.17-rc1~31^2~3.
17 lines
307 B
Plaintext
17 lines
307 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 */
|
|
FPE_FLTUNK 14
|
|
FPE_CONDTRAP 15
|