forked from lattera/glibc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update x86_64 bits/sigcontext.h from kernel 3.4.0
- Loading branch information
Showing
2 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,16 @@ | ||
2012-06-04 H.J. Lu <[email protected]> | ||
|
||
[BZ #14117] | ||
* sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1): | ||
New macro from Linux kernel 3.4.0. | ||
(FP_XSTATE_MAGIC2): Likewise. | ||
(FP_XSTATE_MAGIC2_SIZE): Likewise. | ||
(X86_FXSR_MAGIC): New macro from Linux i386 kernel. | ||
(struct _fpx_sw_bytes): New struct. | ||
(struct _xsave_hdr): Likewise. | ||
(struct _ymmh_state): Likewise. | ||
(struct _xstate): Likewise. | ||
|
||
* sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed. | ||
* sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise. | ||
* sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ... | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters