PatchSet 7579 
Date: 2007/10/08 11:20:43
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
2007-10-08  Dalibor Topic  <[EMAIL PROTECTED]>

        * config/parisc/md.c: Added empty file to fix build on
        hppa-linux.

        Reported by:  Michael Koch  <[EMAIL PROTECTED]>

Members: 
        ChangeLog:1.5076->1.5077 
        config/Makefile.am:1.73->1.74 
        config/Makefile.in:1.238->1.239 
        config/parisc/linux/md.c:1.3->1.4 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.5076 kaffe/ChangeLog:1.5077
--- kaffe/ChangeLog:1.5076      Sat Oct  6 11:49:26 2007
+++ kaffe/ChangeLog     Mon Oct  8 11:20:43 2007
@@ -1,3 +1,10 @@
+2007-10-08  Dalibor Topic  <[EMAIL PROTECTED]>
+
+       * config/parisc/md.c: Added empty file to fix build on 
+       hppa-linux.
+
+       Reported by:  Michael Koch  <[EMAIL PROTECTED]>
+
 2007-10-06  Dalibor Topic  <[EMAIL PROTECTED]>
 
        * kaffe/kaffevm/systems/unix-pthreads/signal.c 
(KaffePThread_detectStackBoundaries): 
Index: kaffe/config/Makefile.am
diff -u kaffe/config/Makefile.am:1.73 kaffe/config/Makefile.am:1.74
--- kaffe/config/Makefile.am:1.73       Sat Sep 29 22:06:50 2007
+++ kaffe/config/Makefile.am    Mon Oct  8 11:20:44 2007
@@ -304,6 +304,7 @@
        parisc/hpux/config.frag \
        parisc/hpux/md.h \
        parisc/linux/config.frag \
+       parisc/linux/md.c \
        parisc/linux/md.h \
        parisc/sysdepCallMethod.h \
        parisc/threads.h \
Index: kaffe/config/Makefile.in
diff -u kaffe/config/Makefile.in:1.238 kaffe/config/Makefile.in:1.239
--- kaffe/config/Makefile.in:1.238      Sat Sep 29 22:06:50 2007
+++ kaffe/config/Makefile.in    Mon Oct  8 11:20:44 2007
@@ -584,6 +584,7 @@
        parisc/hpux/config.frag \
        parisc/hpux/md.h \
        parisc/linux/config.frag \
+       parisc/linux/md.c \
        parisc/linux/md.h \
        parisc/sysdepCallMethod.h \
        parisc/threads.h \
===================================================================
Checking out kaffe/config/parisc/linux/md.c
RCS:  /home/cvs/kaffe/kaffe/config/parisc/linux/md.c,v
VERS: 1.4
***************
--- /dev/null   Sun Aug  4 19:57:58 2002
+++ kaffe/config/parisc/linux/md.c      Mon Oct  8 11:21:45 2007
@@ -0,0 +1,10 @@
+/*
+ * parisc/linux/md.c
+ * Linux PA-RISC specific functions.
+ *
+ * Copyright (c) 2007
+ *      Kaffe.org contributors, see ChangeLogs for details.
+ *
+ * See the file "license.terms" for information on usage and redistribution
+ * of this file.
+ */     

_______________________________________________
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to