From b15fa79e3ab3598d2a985fdc24d3fe68700b85a9 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Sat, 25 Aug 2007 13:20:41 +0000 Subject: 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. --- include/elf/ChangeLog | 4 ++++ include/elf/common.h | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'include') diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 0e07b03..c24893d 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,7 @@ +2007-08-25 Ulrich Weigand + + * common.h (NT_SPU): Define. + 2007-08-16 H.J. Lu * common.h: Revert last change. diff --git a/include/elf/common.h b/include/elf/common.h index bc9a5cf..5b71782 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -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. */ -- cgit v1.1