[kaffe] OpenBSD 68K errors
Guilhem Lavaux
guilhem at kaffe.org
Wed Jun 16 09:10:03 PDT 2004
Riccardo wrote:
> Hello,
>
Hi Riccardo !
> some headers/declaration are probably messed up now on OpenBSD/68k...
>
Could you try the following patch ? We have already fixed something like
this for OpenBSD/sparc. So it may work...
Cheers,
Guilhem.
-------------- next part --------------
Index: config/m68k/openbsd2/md.h
===================================================================
RCS file: /cvs/kaffe/kaffe/config/m68k/openbsd2/md.h,v
retrieving revision 1.6
diff -u -r1.6 md.h
--- config/m68k/openbsd2/md.h 7 Jun 2004 19:14:22 -0000 1.6
+++ config/m68k/openbsd2/md.h 16 Jun 2004 16:08:01 -0000
@@ -39,6 +39,7 @@
#define SIGNAL_CONTEXT_POINTER(scp) struct sigcontext *scp
#define GET_SIGNAL_CONTEXT_POINTER(scp) (scp)
#define SIGNAL_PC(scp) ((uintp)(scp)->sc_pc)
+#define STACK_STRUCT struct sigaltstack
#include "kaffe-unix-stack.h"
More information about the kaffe
mailing list