From 8d5b1aeeffb80515197fd7aeee0b3fbfac904ecd Mon Sep 17 00:00:00 2001 From: Tommi Rantala Date: Thu, 16 Aug 2012 13:10:29 +0300 Subject: SuperH port Add support for the 32bit SuperH architecture running Linux. Specifically, support is added for SH4, and support for earlier SH versions and to the 64bit SH5 are left out. This was tested in qemu with a little-endian SH4 debian image & GCC 4.7 cross compiler. --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 00715b2a..8555f181 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,6 +26,9 @@ endif if ARCH_PPC64 include_HEADERS += include/libunwind-ppc64.h endif +if ARCH_SH +include_HEADERS += include/libunwind-sh.h +endif if !REMOTE_ONLY include_HEADERS += include/libunwind.h include/unwind.h @@ -54,6 +57,8 @@ noinst_HEADERS = include/dwarf.h include/dwarf_i.h include/dwarf-eh.h \ include/tdep-ppc32/jmpbuf.h include/tdep-ppc32/libunwind_i.h \ include/tdep-ppc64/dwarf-config.h \ include/tdep-ppc64/jmpbuf.h include/tdep-ppc64/libunwind_i.h \ + include/tdep-sh/dwarf-config.h \ + include/tdep-sh/jmpbuf.h include/tdep-sh/libunwind_i.h \ include/tdep/libunwind_i.h \ include/tdep/jmpbuf.h include/tdep/dwarf-config.h -- cgit v1.2.1