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/5] Additional SuperH support


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

Matt Fleming (5):
  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.

 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/elf.h           |   24 ++++++
 7 files changed, 474 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]