This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils 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/6 V2] Additional SuperH support


This patch series adds support for features that were missing for
the SuperH backend. All tests now pass on SuperH.

This version includes ChangeLog entries.

Matt Fleming (6):
  Add core file support for SuperH.
  Hook up sh_gotpc_reloc_check.
  Add register information for SuperH.
  Machine flag check support for SuperH.
  Return value location support for SuperH.
  Add ChangeLog entries for additional SuperH support.

 backends/ChangeLog     |    9 +++
 backends/Makefile.am   |    2 +-
 backends/sh_corenote.c |   84 +++++++++++++++++++++
 backends/sh_init.c     |    5 ++
 backends/sh_regs.c     |  187 ++++++++++++++++++++++++++++++++++++++++++++++++
 backends/sh_retval.c   |  138 +++++++++++++++++++++++++++++++++++
 backends/sh_symbol.c   |   35 +++++++++
 libelf/ChangeLog       |    4 +
 libelf/elf.h           |   24 ++++++
 9 files changed, 487 insertions(+), 1 deletions(-)
 create mode 100644 backends/sh_corenote.c
 create mode 100644 backends/sh_regs.c
 create mode 100644 backends/sh_retval.c


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