Fix typo in NT_PPC_TM_CVSX note description

2018-07-16  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>

binutils/
	* readelf.c (get_note_type): Fix typo in NT_PPC_TM_CVSX note
	description.
This commit is contained in:
Pedro Franco de Carvalho 2018-07-16 12:42:22 -03:00
parent cb2366c198
commit 3fd217186c
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2018-07-16 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
* readelf.c (get_note_type): Fix typo in NT_PPC_TM_CVSX note
description.
2018-07-16 Nick Clifton <nickc@redhat.com>
* README-how-to-make-a-release: Add note to check for new top

View File

@ -16679,7 +16679,7 @@ get_note_type (Filedata * filedata, unsigned e_type)
case NT_PPC_TM_CVMX:
return _("NT_PPC_TM_CVMX (ppc checkpointed Altivec registers)");
case NT_PPC_TM_CVSX:
return _("NT_PPC_TM_VSX (ppc checkpointed VSX registers)");
return _("NT_PPC_TM_CVSX (ppc checkpointed VSX registers)");
case NT_PPC_TM_SPR:
return _("NT_PPC_TM_SPR (ppc TM special purpose registers)");
case NT_PPC_TM_CTAR: