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:
Alan Modra 2007-08-25 13:20:40 +00:00
parent 309faeb5ca
commit 80bed8e0a4
2 changed files with 8 additions and 0 deletions

View 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.

View File

@ -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. */