From 00f37552b890972a13773fbd30826e6301c802c4 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Sun, 10 May 2009 14:18:47 +0000 Subject: [PATCH] Make GCPROs and UNGCPRO no-ops also on SuperH. * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH. --- src/ChangeLog | 4 ++++ src/s/gnu-linux.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 779f0d99645..dd1bfc6e9b8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2009-05-10 Ulrich Mueller + + * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH. + 2009-05-07 David Reitter * nsterm.m (ns_dumpglyphs_stretch,ns_dumpglyphs_image): diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 4304c065e44..d75bb72279c 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h @@ -258,7 +258,7 @@ along with GNU Emacs. If not, see . */ #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__ -- 2.39.5