From 3fd217186c573ccbe22ad1512578fd316cd7870a Mon Sep 17 00:00:00 2001 From: Pedro Franco de Carvalho Date: Mon, 16 Jul 2018 12:42:22 -0300 Subject: [PATCH] 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. --- binutils/ChangeLog | 5 +++++ binutils/readelf.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/binutils/ChangeLog b/binutils/ChangeLog index f909f95f13..285d999751 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 7716381d81..2b78db219b 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: -- 2.34.1