PatchSet 7578 
Date: 2007/10/06 11:49:26
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
2007-10-06  Dalibor Topic  <[EMAIL PROTECTED]>

        * 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  <[EMAIL PROTECTED]>

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  <[EMAIL PROTECTED]>
+
+       * 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  <[EMAIL PROTECTED]>
+       
 2007-10-01  Dalibor Topic  <[EMAIL PROTECTED]>
 
        * 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

_______________________________________________
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to