diff options
author | Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com> | 2013-05-22 14:19:49 -0500 |
---|---|---|
committer | Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com> | 2013-05-22 14:19:49 -0500 |
commit | 85118d4de37e76a1596a75bae75f75f69c33225c (patch) | |
tree | c515bc4de366f2365a1ba3d20542fee016ab8276 /ports/ChangeLog.tile | |
parent | 7a44c18fb4b1a65ebb1fece0b0d04f2570ed4d82 (diff) | |
download | glibc-85118d4de37e76a1596a75bae75f75f69c33225c.tar.gz glibc-85118d4de37e76a1596a75bae75f75f69c33225c.tar.xz glibc-85118d4de37e76a1596a75bae75f75f69c33225c.zip |
Update bits/siginfo.h with Linux hwpoison SIGBUS changes
Adds new SIGBUS error codes for hardware poison signals, syncing with the current kernel headers (v3.9). It also adds si_trapno field for alpha.
Diffstat (limited to 'ports/ChangeLog.tile')
-rw-r--r-- | ports/ChangeLog.tile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ports/ChangeLog.tile b/ports/ChangeLog.tile index 612c2c8b3a..7204ae578b 100644 --- a/ports/ChangeLog.tile +++ b/ports/ChangeLog.tile @@ -1,3 +1,10 @@ +2013-05-22 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com> + + * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (siginfo_t): Fix comment + formatting. Add si_addr_lsb to _sifields.sigfault. + (si_addr_lsb): Define new macro. + (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values. + 2013-05-22 Joseph Myers <joseph@codesourcery.com> * sysdeps/tile/libm-test-ulps: Update test names. |