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.

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"
 

Reply via email to