]> sourceware.org Git - newlib-cygwin.git/commitdiff
include/elf/
authorUlrich Weigand <uweigand@de.ibm.com>
Fri, 18 Dec 2009 16:21:51 +0000 (16:21 +0000)
committerUlrich Weigand <uweigand@de.ibm.com>
Fri, 18 Dec 2009 16:21:51 +0000 (16:21 +0000)
* common.h (NT_S390_HIGH_GPRS): Define.

bfd/
* elf.c (elfcore_grok_s390_high_gprs): New function.
(elfcore_grok_note): Handle NT_S390_HIGH_GPRS notes.
(elfcore_write_s390_high_gprs): New function.
(elfcore_write_register_note): Call it.

binutils/
* readelf.c (get_note_type): Handle NT_S390_HIGH_GPRS notes.

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

index 2befe57207bec96a2c4bae0e5077ba4f89b585de..127f765ac46439f6ea3eb37162c93818240f1fe0 100644 (file)
@@ -1,3 +1,7 @@
+2009-12-18  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * common.h (NT_S390_HIGH_GPRS): Define.
+
 2009-12-17  Alan Modra  <amodra@bigpond.net.au>
 
        * ppc.h (R_PPC_RELAX32, R_PPC_RELAX32PC, R_PPC_RELAX32_PLT,
index ff6aed222c7cf706c28c3bc0add31f16a727a9ec..361703de335da731b86140ff0e6134f277eb10f2 100644 (file)
                                        /*   note name must be "LINUX".  */
 #define NT_PPC_VSX     0x102           /* PowerPC VSX registers */
                                        /*   note name must be "LINUX".  */
+#define NT_S390_HIGH_GPRS 0x300                /* S/390 upper halves of GPRs  */
+                                       /*   note name must be "LINUX".  */
 
 /* Note segments for core files on dir-style procfs systems.  */
 
This page took 0.030539 seconds and 5 git commands to generate.