This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]