From: Roland McGrath Date: Thu, 3 Jan 2008 01:05:48 +0000 (-0800) Subject: [POWERPC] Add SPE registers to core dumps X-Git-Tag: v2.6.25-rc1~303^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24f1a849614ba1805e26a05da7cc8c6bd67490ea;p=pandora-kernel.git [POWERPC] Add SPE registers to core dumps This makes the SPE register data appear in ELF core dumps, using the new n_type value NT_PPC_SPE (0x101). This new note type is not used by any consumers of core files yet, but support can be added. I don't even have any hardware with SPE capabilities, so I've never seen such a note. But this demonstrates how simple it is to export register information in core dumps when the user_regset style is used for the low-level code. Signed-off-by: Roland McGrath Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed