aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc/pthread_stop_world.c
diff options
context:
space:
mode:
authorRoman Zippel <zippel@linux-m68k.org>2007-02-05 18:18:11 +0000
committerTom Tromey <tromey@gcc.gnu.org>2007-02-05 18:18:11 +0000
commit7056b82ec7193b85771c1f4aab60daa6b3617250 (patch)
tree31937235dbdcdda6d123a2af1a47f8ded281e640 /boehm-gc/pthread_stop_world.c
parent7f1c6e93a9fcb03aea38e9cff175e855776f1997 (diff)
downloadgcc-7056b82ec7193b85771c1f4aab60daa6b3617250.zip
gcc-7056b82ec7193b85771c1f4aab60daa6b3617250.tar.gz
gcc-7056b82ec7193b85771c1f4aab60daa6b3617250.tar.bz2
gcconfig.h: use LINUX_STACKBOTTOM so it works with Linux 2.6, reactivate MPROTECT_VDB
2007-02-05 Roman Zippel <zippel@linux-m68k.org> * boehm-gc/include/private/gcconfig.h: use LINUX_STACKBOTTOM so it works with Linux 2.6, reactivate MPROTECT_VDB * boehm-gc/pthread_stop_world.c: save all register on signal entry From-SVN: r121606
Diffstat (limited to 'boehm-gc/pthread_stop_world.c')
-rw-r--r--boehm-gc/pthread_stop_world.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/boehm-gc/pthread_stop_world.c b/boehm-gc/pthread_stop_world.c
index de64776..211e6b8 100644
--- a/boehm-gc/pthread_stop_world.c
+++ b/boehm-gc/pthread_stop_world.c
@@ -124,7 +124,7 @@ sem_t GC_suspend_ack_sem;
void GC_suspend_handler_inner(ptr_t sig_arg);
-#if defined(IA64) || defined(HP_PA)
+#if defined(IA64) || defined(HP_PA) || defined(M68K)
extern void GC_with_callee_saves_pushed();
void GC_suspend_handler(int sig)