This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
[PATCH 0/2] powerpc: grok/write functions for new notes
- From: Pedro Franco de Carvalho <pedromfc at linux dot ibm dot com>
- To: binutils at sourceware dot org
- Cc: uweigand at de dot ibm dot com, edjunior at gmail dot com
- Date: Thu, 12 Jul 2018 11:39:14 -0300
- Subject: [PATCH 0/2] powerpc: grok/write functions for new notes
The first patch adds grok and write functions for powerpc notes that
are already defined in include/elf/common.h. This was done by Edjunior
when he was at IBM, so I have kept him as the author.
The second patch fixes a minor typo in readelf in the string displayed
for NT_PPC_TM_CVSX.
Edjunior Barbosa Machado (1):
Add grok/write functions for new ppc core note sections
Pedro Franco de Carvalho (1):
Fix typo in NT_PPC_TM_CVSX note description
bfd/elf-bfd.h | 26 ++++
bfd/elf.c | 351 +++++++++++++++++++++++++++++++++++++++++++++++++++++
binutils/readelf.c | 2 +-
3 files changed, 378 insertions(+), 1 deletion(-)
--
2.13.6