On Thu, Jun 12, 2003 at 10:53:45AM -0700, Dalibor Topic wrote:
> hi all,
>
> kaffe 1.1.0 [1] was released a few days ago, and I've been testing it on as
> many platforms as I could get my hands on ;) Getting my hands on a s90-linux
> box seems to be somewhat hard, so it would be nice if someone here had some
> spare time to
>
> ./configure && make && make check
>
>  kaffe on a s390-linux machine and report the results back to the kaffe mailing
> list on [EMAIL PROTECTED]

Stops for me with:
stringParsing.c: In function `pushFrame':
stringParsing.c:113: incompatible types in assignment

environment:
gcc-3.2.3-7
glibc-2.3.2-50
./configure --with-threads=unix-jthreads

Needed patch:
--- kaffe-1.1.0/config/s390/linux/md.h
+++ kaffe-1.1.0/config/s390/linux/md.h
@@ -23,4 +23,9 @@
 extern void init_md(void);
 #define        INIT_MD()       init_md()

+#define SIGNAL_ARGS(sig, sc) int sig, struct sigcontext sc
+#define SIGNAL_CONTEXT_POINTER(scp) struct sigcontext * scp
+#define GET_SIGNAL_CONTEXT_POINTER(sc) (&sc)
+#define SIGNAL_PC(scp) scp->eip
+
 #endif


Dunno how much further time I can find for this the next days...

greetings,

Florian La Roche

Reply via email to