mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 12:24:38 +08:00
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:
parent
cb2366c198
commit
3fd217186c
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user