diff options
Diffstat (limited to 'binutils/readelf.c')
-rw-r--r-- | binutils/readelf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/binutils/readelf.c b/binutils/readelf.c index 7fe2948..92b00f1 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -9929,6 +9929,8 @@ get_note_type (unsigned e_type) return _("NT_PRXFPREG (user_xfpregs structure)"); case NT_PPC_VMX: return _("NT_PPC_VMX (ppc Altivec registers)"); + case NT_PPC_VSX: + return _("NT_PPC_VSX (ppc VSX registers)"); case NT_PSTATUS: return _("NT_PSTATUS (pstatus structure)"); case NT_FPREGS: |