include/elf/
* 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.
This commit is contained in:
parent
309faeb5ca
commit
80bed8e0a4
|
@ -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.
|
||||
|
|
|
@ -407,6 +407,10 @@
|
|||
#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. */
|
||||
|
||||
|
|
Loading…
Reference in New Issue