[kaffe] CVS kaffe (robilad): kaffe/kaffevm/systems/unix-pthreads/signal.c (KaffePThread_detectStackBoundaries

Kaffe CVS cvs-commits at kaffe.org
Sat Oct 6 04:50:28 PDT 2007


PatchSet 7578 
Date: 2007/10/06 11:49:26
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
2007-10-06  Dalibor Topic  <robilad at kaffe.org>

        * kaffe/kaffevm/systems/unix-pthreads/signal.c (KaffePThread_detectStackBoundaries):
        Removed unused else branch that caused the build to fail on hppa-linux.

        Reported by:  Michael Koch  <mkoch at kaffe.org>

Members: 
	ChangeLog:1.5075->1.5076 
	kaffe/kaffevm/systems/unix-pthreads/signal.c:1.29->1.30 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.5075 kaffe/ChangeLog:1.5076
--- kaffe/ChangeLog:1.5075	Tue Oct  2 18:51:35 2007
+++ kaffe/ChangeLog	Sat Oct  6 11:49:26 2007
@@ -1,3 +1,10 @@
+2007-10-06  Dalibor Topic  <robilad at kaffe.org>
+
+	* kaffe/kaffevm/systems/unix-pthreads/signal.c (KaffePThread_detectStackBoundaries): 
+	Removed unused else branch that caused the build to fail on hppa-linux.
+
+	Reported by:  Michael Koch  <mkoch at kaffe.org>
+	
 2007-10-01  Dalibor Topic  <robilad at kaffe.org>
 
 	* m4/libxml.m4, m4/libxslt.m4, m4/pkg.m4: Removed unused files.
Index: kaffe/kaffe/kaffevm/systems/unix-pthreads/signal.c
diff -u kaffe/kaffe/kaffevm/systems/unix-pthreads/signal.c:1.29 kaffe/kaffe/kaffevm/systems/unix-pthreads/signal.c:1.30
--- kaffe/kaffe/kaffevm/systems/unix-pthreads/signal.c:1.29	Thu Aug  9 01:24:56 2007
+++ kaffe/kaffe/kaffevm/systems/unix-pthreads/signal.c	Sat Oct  6 11:49:26 2007
@@ -480,11 +480,6 @@
 	    kaffeNoopFunc(*guessPointer);
 	  }
 	}
-	else {
-#if defined(STACK_GROWS_UP)
-	  guessPointer += pageSize;
-#endif
-	}
 
 	/* Here we have detected one the boundary of the stack.
 	 * If stack grows up then it is the upper boundary. In the other




More information about the kaffe mailing list