From: Pedro Franco de Carvalho Date: Mon, 16 Jul 2018 15:42:22 +0000 (-0300) Subject: Fix typo in NT_PPC_TM_CVSX note description X-Git-Tag: users/ARM/embedded-binutils-master-2018q4~1398 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3fd217186c573ccbe22ad1512578fd316cd7870a;p=external%2Fbinutils.git Fix typo in NT_PPC_TM_CVSX note description 2018-07-16 Pedro Franco de Carvalho binutils/ * readelf.c (get_note_type): Fix typo in NT_PPC_TM_CVSX note description. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index f909f95..285d999 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2018-07-16 Pedro Franco de Carvalho + + * readelf.c (get_note_type): Fix typo in NT_PPC_TM_CVSX note + description. + 2018-07-16 Nick Clifton * README-how-to-make-a-release: Add note to check for new top diff --git a/binutils/readelf.c b/binutils/readelf.c index 7716381..2b78db2 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -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: