From e1e95decd9d8e2166181980d757f7191b21805e0 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Thu, 25 Oct 2007 00:41:16 +0000 Subject: [PATCH] * readelf.c (get_note_type): Handle NT_PPC_VMX. --- binutils/ChangeLog | 4 ++++ binutils/readelf.c | 2 ++ 2 files changed, 6 insertions(+) diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 66a9f76..e9adcc4 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2007-10-25 Carlos Eduardo Seo + + * readelf.c (get_note_type): Handle NT_PPC_VMX. + 2007-10-24 Alan Modra * Makefile.am: Run "make dep-am". diff --git a/binutils/readelf.c b/binutils/readelf.c index 5ea766d..abef69c 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -9283,6 +9283,8 @@ get_note_type (unsigned e_type) return _("NT_TASKSTRUCT (task structure)"); case NT_PRXFPREG: return _("NT_PRXFPREG (user_xfpregs structure)"); + case NT_PPC_VMX: + return _("NT_PPC_VMX (ppc Altivec registers)"); case NT_PSTATUS: return _("NT_PSTATUS (pstatus structure)"); case NT_FPREGS: -- 2.7.4