CVS kaffe (robilad): removed old boehm patch
Kaffe CVS <[email protected]>
| Newsgroups | gmane.comp.java.vm.kaffe.general |
|---|---|
| Message-ID | <[email protected]> |
PatchSet 7628 Date: 2007/12/31 02:02:58 Author: robilad Branch: HEAD Tag: (none) Log: removed old boehm patch 2007-12-30 Dalibor Topic <[email protected]> * developers/boehm-with-kaffe.patch: Removed. * Makefile.am (EXTRA_DIST): Removed developers/boehm-with-kaffe.patch. Members: ChangeLog:1.5126->1.5127 Makefile.am:1.131->1.132 Makefile.in:1.288->1.289 developers/boehm-with-kaffe.patch:1.1->1.2(DEAD) Index: kaffe/ChangeLog diff -u kaffe/ChangeLog:1.5126 kaffe/ChangeLog:1.5127 --- kaffe/ChangeLog:1.5126 Mon Dec 31 01:52:15 2007 +++ kaffe/ChangeLog Mon Dec 31 02:02:58 2007 @@ -1,5 +1,10 @@ 2007-12-30 Dalibor Topic <[email protected]> + * developers/boehm-with-kaffe.patch: Removed. + * Makefile.am (EXTRA_DIST): Removed developers/boehm-with-kaffe.patch. + +2007-12-30 Dalibor Topic <[email protected]> + * .cvsignore: Added CScope database files. 2007-12-30 Dalibor Topic <[email protected]> Index: kaffe/Makefile.am diff -u kaffe/Makefile.am:1.131 kaffe/Makefile.am:1.132 --- kaffe/Makefile.am:1.131 Wed Oct 24 21:25:59 2007 +++ kaffe/Makefile.am Mon Dec 31 02:02:59 2007 @@ -125,7 +125,6 @@ developers/alignment_of_size.c \ developers/auto-build.conf \ developers/autogen.sh \ - developers/boehm-with-kaffe.patch \ developers/build_mathnamespace \ developers/check-classpath-merge-status \ developers/check-classpath-unmerged \ Index: kaffe/Makefile.in diff -u kaffe/Makefile.in:1.288 kaffe/Makefile.in:1.289 --- kaffe/Makefile.in:1.288 Sat Dec 22 23:05:31 2007 +++ kaffe/Makefile.in Mon Dec 31 02:02:59 2007 @@ -435,7 +435,6 @@ developers/alignment_of_size.c \ developers/auto-build.conf \ developers/autogen.sh \ - developers/boehm-with-kaffe.patch \ developers/build_mathnamespace \ developers/check-classpath-merge-status \ developers/check-classpath-unmerged \ =================================================================== Checking out kaffe/developers/boehm-with-kaffe.patch RCS: /home/cvs/kaffe/kaffe/developers/Attic/boehm-with-kaffe.patch,v VERS: 1.1 *************** --- kaffe/developers/boehm-with-kaffe.patch Mon Dec 31 02:04:05 2007 +++ /dev/null Sun Aug 4 19:57:58 2002 @@ -1,33 +0,0 @@ ---- pthread_stop_world.c.old 2004-07-20 14:40:08.000000000 +0200 -+++ pthread_stop_world.c 2004-07-20 14:41:42.000000000 +0200 -@@ -71,6 +71,8 @@ - # endif - #endif - -+#if 0 -+ - sem_t GC_suspend_ack_sem; - - void GC_suspend_handler(int sig) -@@ -176,6 +178,7 @@ - GC_printf1("In GC_restart_handler for 0x%lx\n", pthread_self()); - #endif - } -+#endif - - # ifdef IA64 - # define IF_IA64(x) x -@@ -242,6 +245,7 @@ - } - } - -+#if 0 - /* There seems to be a very rare thread stopping problem. To help us */ - /* debug that, we save the ids of the stopping thread. */ - pthread_t GC_stopping_thread; -@@ -443,3 +447,5 @@ - } - - #endif -+ -+#endif