mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-23 12:09:49 +00:00
* readelf.c (get_note_type): Handle NT_PPC_VMX.
This commit is contained in:
parent
97753bd5d7
commit
e1e95decd9
@ -1,3 +1,7 @@
|
||||
2007-10-25 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
|
||||
|
||||
* readelf.c (get_note_type): Handle NT_PPC_VMX.
|
||||
|
||||
2007-10-24 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* Makefile.am: Run "make dep-am".
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user