diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2010-02-02 12:37:40 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2010-02-02 12:37:40 +0000 |
commit | 4339cae0bb39a38117d51fc52066e659dccaee29 (patch) | |
tree | 46d30d4f07656095d9d0d9f07e837d99da10c239 /bfd/elf-bfd.h | |
parent | 0718675c768e5a5d2fc96a6a4e70cd52fe148c16 (diff) | |
download | binutils-4339cae0bb39a38117d51fc52066e659dccaee29.zip binutils-4339cae0bb39a38117d51fc52066e659dccaee29.tar.gz binutils-4339cae0bb39a38117d51fc52066e659dccaee29.tar.bz2 |
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.
Diffstat (limited to 'bfd/elf-bfd.h')
-rw-r--r-- | bfd/elf-bfd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/elf-bfd.h b/bfd/elf-bfd.h index daa2b62..3c3ac9b 100644 --- a/bfd/elf-bfd.h +++ b/bfd/elf-bfd.h @@ -2149,6 +2149,8 @@ extern char *elfcore_write_prfpreg (bfd *, char *, int *, const void *, int); extern char *elfcore_write_prxfpreg (bfd *, char *, int *, const void *, int); +extern char *elfcore_write_xstatereg + (bfd *, char *, int *, const void *, int); extern char *elfcore_write_ppc_vmx (bfd *, char *, int *, const void *, int); extern char *elfcore_write_ppc_vsx |