PatchSet 4102 
Date: 2003/10/06 19:23:06
Author: dalibor
Branch: HEAD
Tag: (none) 
Log:
SIGNAL_ARGS and friends for superh-linux

Members: 
        ChangeLog:1.1697->1.1698 
        config/superh/linux/md.h:1.1->1.2 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.1697 kaffe/ChangeLog:1.1698
--- kaffe/ChangeLog:1.1697      Mon Oct  6 00:12:46 2003
+++ kaffe/ChangeLog     Mon Oct  6 19:23:06 2003
@@ -1,3 +1,9 @@
+2003-10-06  Helmer Kraemer <[EMAIL PROTECTED]>
+
+       * config/superh/linux/md.h:
+       (SIGNAL_ARGS, SIGNAL_CONTEXT_POINTER, 
+       GET_SIGNAL_CONTEXT_POINTER, SIGNAL_PC) New macros.
+       
 2003-10-06  Dalibor Topic <[EMAIL PROTECTED]>
 
        * libraries/clib/native/System.c:
Index: kaffe/config/superh/linux/md.h
diff -u kaffe/config/superh/linux/md.h:1.1 kaffe/config/superh/linux/md.h:1.2
--- kaffe/config/superh/linux/md.h:1.1  Fri Jul  5 22:22:24 2002
+++ kaffe/config/superh/linux/md.h      Mon Oct  6 19:23:08 2003
@@ -39,4 +39,11 @@
  */
 #define        HAVE_NO_FLOATING_POINT  1
 
+#undef SA_SIGINFO
+
+#define SIGNAL_ARGS(sig, sc) int sig, int d1, int d2, int d3, struct  sigcontext sc
+#define SIGNAL_CONTEXT_POINTER(scp) struct sigcontext *scp
+#define GET_SIGNAL_CONTEXT_POINTER(sc) &sc
+#define SIGNAL_PC(scp) scp->sc_pc
+
 #endif

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

Reply via email to