summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorEugene Syromyatnikov <evgsyr@gmail.com>2018-02-12 20:45:24 +0100
committerDmitry V. Levin <ldv@altlinux.org>2018-02-27 13:14:38 +0000
commita3b09b9c3b7691713c7a7a21d473ba05860c9e40 (patch)
tree9dee137db2bec6a2bdb6b3e2687fe57d48424d7c /NEWS
parentd8242828140b15740e2122796d5370aba93be882 (diff)
downloadstrace-a3b09b9c3b7691713c7a7a21d473ba05860c9e40.tar.gz
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.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cd1d62947..bdb9a6972 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,7 @@ Noteworthy changes in release ?.?? (????-??-??)
* IPv6 addresses shown in socket information in -yy mode are now printed
in brackets.
* Enhanced NETLINK_ROUTE protocol decoding.
+ * Updated lists of signal codes.
* Updated the list of RWF_* constants.
* Bug fixes