ELF toolchain: Add PowerPC VMX and VSX note decode to readelf
Summary: A follow-on to r276634, which added the VMX note to userland cores, and r334538 for VSX notes. Copied from note_type_linux_core(). Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D22404
This commit is contained in:
parent
ac27055900
commit
ec4371dcb1
@ -1180,6 +1180,8 @@ note_type_freebsd_core(unsigned int nt)
|
||||
case 15: return "NT_PROCSTAT_PSSTRINGS";
|
||||
case 16: return "NT_PROCSTAT_AUXV";
|
||||
case 17: return "NT_PTLWPINFO";
|
||||
case 0x100: return "NT_PPC_VMX (ppc Altivec registers)";
|
||||
case 0x102: return "NT_PPC_VSX (ppc VSX registers)";
|
||||
case 0x202: return "NT_X86_XSTATE (x86 XSAVE extended state)";
|
||||
case 0x400: return "NT_ARM_VFP (arm VFP registers)";
|
||||
default: return (note_type_unknown(nt));
|
||||
|
Loading…
Reference in New Issue
Block a user