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:
@ -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. */
|
||||
|
||||
|
Reference in New Issue
Block a user