* Could somebody please commit the one-line patch attached to bug 2403?
@ 2009-05-09 14:41 Ulrich Mueller
2009-05-10 14:14 ` Thien-Thi Nguyen
0 siblings, 1 reply; 3+ messages in thread
From: Ulrich Mueller @ 2009-05-09 14:41 UTC (permalink / raw)
To: emacs-devel; +Cc: armin76
Subject says it all. This makes GC on SuperH under GNU/Linux behave
the same way like on other architectures. This was tested of course,
see: <http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=2403#136>
--- src/s/gnu-linux.h 8 Jan 2009 03:16:20 -0000 1.116
+++ src/s/gnu-linux.h 9 May 2009 14:27:24 -0000
@@ -258,7 +258,7 @@
#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__
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Could somebody please commit the one-line patch attached to bug 2403?
2009-05-09 14:41 Could somebody please commit the one-line patch attached to bug 2403? Ulrich Mueller
@ 2009-05-10 14:14 ` Thien-Thi Nguyen
2009-05-10 19:22 ` Stefan Monnier
0 siblings, 1 reply; 3+ messages in thread
From: Thien-Thi Nguyen @ 2009-05-10 14:14 UTC (permalink / raw)
To: Ulrich Mueller; +Cc: armin76, emacs-devel
() Ulrich Mueller <ulm@gentoo.org>
() Sat, 9 May 2009 16:41:13 +0200
Subject says it all.
Installed (using today's date in ChangeLog entry).
thi
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Could somebody please commit the one-line patch attached to bug 2403?
2009-05-10 14:14 ` Thien-Thi Nguyen
@ 2009-05-10 19:22 ` Stefan Monnier
0 siblings, 0 replies; 3+ messages in thread
From: Stefan Monnier @ 2009-05-10 19:22 UTC (permalink / raw)
To: Thien-Thi Nguyen; +Cc: Ulrich Mueller, armin76, emacs-devel
> Subject says it all.
> Installed (using today's date in ChangeLog entry).
Thank you,
Stefan
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-05-10 19:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-09 14:41 Could somebody please commit the one-line patch attached to bug 2403? Ulrich Mueller
2009-05-10 14:14 ` Thien-Thi Nguyen
2009-05-10 19:22 ` Stefan Monnier
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.