Hi Florian,

--- Florian La Roche <[EMAIL PROTECTED]> wrote:

> 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

thanks a lot for testing and for the patch! I've checked it in. And I hope that
I've also fixed the va_list assignment problems by using __va_copy.

The latest 'test release' is available at
http://www.kaffe.org/~robilad/kaffe-1.1.x-cvs-dt-2.tar.gz

cheers,
dalibor topic

__________________________________
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com

Reply via email to