]> sourceware.org Git - newlib-cygwin.git/commitdiff
include/elf/
authorAlan Modra <modra@gmail.com>
Sat, 25 Aug 2007 13:20:40 +0000 (13:20 +0000)
committerAlan Modra <modra@gmail.com>
Sat, 25 Aug 2007 13:20:40 +0000 (13:20 +0000)
* common.h (NT_SPU): Define.
bfd/
* elf.c (elfcore_grok_spu_note): New function.
(elf_parse_notes): Call it.
binutils/
* readelf.c (process_note): Recognize SPU core file notes.

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

index 0e07b03c74322c6218f69fd4e4bbd23bcff80352..c24893d169db17855880259f50414cb1c62f5d8f 100644 (file)
@@ -1,3 +1,7 @@
+2007-08-25  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * common.h (NT_SPU): Define.
+
 2007-08-16  H.J. Lu  <hongjiu.lu@intel.com>
 
        * common.h: Revert last change.
index bc9a5cf2edb68b67dc9a92781dea68f484af1ee1..5b71782fd62b72f9e6e625b15fe62a7139daea3e 100644 (file)
 #define NT_NETBSDCORE_PROCINFO 1       /* Has a struct procinfo */
 #define NT_NETBSDCORE_FIRSTMACH        32      /* start of machdep note types */
 
+/* Note segments for core files on SPU systems.  Note name
+   must start with "SPU/".  */
+
+#define NT_SPU         1
 
 /* Values of note segment descriptor types for object files.  */
 
This page took 0.032124 seconds and 5 git commands to generate.