mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-03-02 04:55:35 +08:00
Add NT_386_XSTATE.
bfd/ 2010-02-02 H.J. Lu <hongjiu.lu@intel.com> * elf-bfd.h (elfcore_write_xstatereg): New. * elf.c (elfcore_grok_xstatereg): New. (elfcore_write_xstatereg): Likewise. (elfcore_grok_note): Handle NT_X86_XSTATE. (elfcore_write_register_note): Handle .reg-xstate section. binutils/ 2010-02-02 H.J. Lu <hongjiu.lu@intel.com> * readelf.c (get_note_type): Handle NT_X86_XSTATE. include/elf/ 2010-02-02 H.J. Lu <hongjiu.lu@intel.com> * common.h (NT_386_XSTATE): New.
This commit is contained in:
parent
fac3c73ba0
commit
8b5c2e99d4
@ -1,6 +1,10 @@
|
|||||||
|
2010-02-02 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* common.h (NT_386_XSTATE): New.
|
||||||
|
|
||||||
2010-01-19 Daisuke Hatayama <d.hatayama@jp.fujitsu.com>
|
2010-01-19 Daisuke Hatayama <d.hatayama@jp.fujitsu.com>
|
||||||
|
|
||||||
* common.h (PN_XNUM): Define.
|
* common.h (PN_XNUM): Define.
|
||||||
|
|
||||||
2009-12-18 Ulrich Weigand <uweigand@de.ibm.com>
|
2009-12-18 Ulrich Weigand <uweigand@de.ibm.com>
|
||||||
|
|
||||||
|
@ -513,6 +513,8 @@
|
|||||||
/* note name must be "LINUX". */
|
/* note name must be "LINUX". */
|
||||||
#define NT_PPC_VSX 0x102 /* PowerPC VSX registers */
|
#define NT_PPC_VSX 0x102 /* PowerPC VSX registers */
|
||||||
/* note name must be "LINUX". */
|
/* note name must be "LINUX". */
|
||||||
|
#define NT_X86_XSTATE 0x202 /* x86 XSAVE extended state */
|
||||||
|
/* note name must be "LINUX". */
|
||||||
#define NT_S390_HIGH_GPRS 0x300 /* S/390 upper halves of GPRs */
|
#define NT_S390_HIGH_GPRS 0x300 /* S/390 upper halves of GPRs */
|
||||||
/* note name must be "LINUX". */
|
/* note name must be "LINUX". */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user