* s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
+2009-05-10 Ulrich Mueller <ulm@gentoo.org>
+
+ * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
+
2009-05-07 David Reitter <david.reitter@gmail.com>
* nsterm.m (ns_dumpglyphs_stretch,ns_dumpglyphs_image):
#if defined __i386__ || defined __sparc__ || defined __mc68000__ \
|| defined __alpha__ || defined __mips__ || defined __s390__ \
|| defined __arm__ || defined __powerpc__ || defined __amd64__ \
- || defined __ia64__
+ || defined __ia64__ || defined __sh__
#define GC_SETJMP_WORKS 1
#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS
#ifdef __mc68000__