]> sourceware.org Git - newlib-cygwin.git/commitdiff
* bfd/elf-bfd.h: Declare elfcore_write_ppc_vsx.
authorLuis Machado <luisgpm@br.ibm.com>
Mon, 21 Jul 2008 05:33:37 +0000 (05:33 +0000)
committerLuis Machado <luisgpm@br.ibm.com>
Mon, 21 Jul 2008 05:33:37 +0000 (05:33 +0000)
* bfd/elf.c (elfcore_grok_ppc_vsx): New function.
(elfcore_write_ppc_vsx): New function
(elfcore_grok_note): Handle VSX notes.
(elfcore_write_register_note): Handle VSX notes.
* include/elf/common.h: Define NT_PPC_VSX.
* binutils/readelf.c (get_note_type): Handle VSX notes.

include/elf/ChangeLog
include/elf/common.h

index 9f6198255d36bc83d6d7f1edb063d9934badc625..71a54cd912a33665197d70b84cb167438f6f524b 100644 (file)
@@ -1,3 +1,7 @@
+2008-07-21  Luis Machado  <luisgpm@br.ibm.com>
+
+       * common.h: Define NT_PPC_VSX.
+
 2008-07-10  Richard Sandiford  <rdsandiford@googlemail.com>
 
        * mips.h (ELF_ST_IS_MIPS16, ELF_ST_SET_MIPS16): New macros.
index 917594050347c37294057222517ecf5477885c76..fa120a9bd0053f671438078bb01ce669f07f1a21 100644 (file)
                                        /*   note name must be "LINUX".  */
 #define NT_PPC_VMX     0x100           /* PowerPC Altivec/VMX registers */
                                        /*   note name must be "LINUX".  */
+#define NT_PPC_VSX     0x102           /* PowerPC VSX registers */
+                                       /*   note name must be "LINUX".  */
 
 /* Note segments for core files on dir-style procfs systems.  */
 
This page took 0.035109 seconds and 5 git commands to generate.