PatchSet 5478 
Date: 2005/02/06 11:55:42
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
Small warning fix for gcc 3.4 on powerpc-linux

2005-02-06  Dalibor Topic  <[EMAIL PROTECTED]>

        * kaffe/kaffevm/systems/unix-pthreads/lock-impl.c
        (setBlockState): De-inlined to fix compiler warnings
        with gcc 3.4 on powerpc-linux.

Members: 
        ChangeLog:1.3524->1.3525 
        kaffe/kaffevm/systems/unix-pthreads/lock-impl.c:1.17->1.18 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.3524 kaffe/ChangeLog:1.3525
--- kaffe/ChangeLog:1.3524      Sun Feb  6 10:09:48 2005
+++ kaffe/ChangeLog     Sun Feb  6 11:55:42 2005
@@ -1,3 +1,9 @@
+2005-02-06  Dalibor Topic  <[EMAIL PROTECTED]>
+
+       * kaffe/kaffevm/systems/unix-pthreads/lock-impl.c
+       (setBlockState): De-inlined to fix compiler warnings
+       with gcc 3.4 on powerpc-linux.
+
 2005-02-06  Guilhem Lavaux  <[EMAIL PROTECTED]>
 
        * configure.ac: Setup SEMAPHORE_LIB correctly. Force enable_mips2 to
Index: kaffe/kaffe/kaffevm/systems/unix-pthreads/lock-impl.c
diff -u kaffe/kaffe/kaffevm/systems/unix-pthreads/lock-impl.c:1.17 
kaffe/kaffe/kaffevm/systems/unix-pthreads/lock-impl.c:1.18
--- kaffe/kaffe/kaffevm/systems/unix-pthreads/lock-impl.c:1.17  Sun Jan 30 
12:42:44 2005
+++ kaffe/kaffe/kaffevm/systems/unix-pthreads/lock-impl.c       Sun Feb  6 
11:55:45 2005
@@ -21,7 +21,8 @@
 #endif
 #include <signal.h>
 
-static inline void
+static 
+void
 setBlockState(jthread_t cur, unsigned int newState, void *sp, sigset_t 
*old_mask)
 {
   int suspendSig;

_______________________________________________
kaffe mailing list
[email protected]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to