[kaffe] CVS kaffe (robilad): config/hpux/linux/md.c: Added empty file to fix build on
Kaffe CVS
cvs-commits at kaffe.org
Mon Oct 8 05:42:08 PDT 2007
PatchSet 7580
Date: 2007/10/08 12:39:44
Author: robilad
Branch: HEAD
Tag: (none)
Log:
2007-10-08 Dalibor Topic <robilad at kaffe.org>
* config/hpux/linux/md.c: Added empty file to fix build on
hppa-hpux.
* config/Makefile.am (EXTRA_DIST): Added parisc/hpux/md.c.
Members:
ChangeLog:1.5077->1.5078
config/Makefile.am:1.74->1.75
config/Makefile.in:1.239->1.240
config/parisc/hpux/md.c:1.3->1.4
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.5077 kaffe/ChangeLog:1.5078
--- kaffe/ChangeLog:1.5077 Mon Oct 8 11:20:43 2007
+++ kaffe/ChangeLog Mon Oct 8 12:39:44 2007
@@ -1,7 +1,16 @@
2007-10-08 Dalibor Topic <robilad at kaffe.org>
- * config/parisc/md.c: Added empty file to fix build on
+ * config/hpux/linux/md.c: Added empty file to fix build on
+ hppa-hpux.
+
+ * config/Makefile.am (EXTRA_DIST): Added parisc/hpux/md.c.
+
+2007-10-08 Dalibor Topic <robilad at kaffe.org>
+
+ * config/parisc/linux/md.c: Added empty file to fix build on
hppa-linux.
+
+ * config/Makefile.am (EXTRA_DIST): Added parisc/linux/md.c.
Reported by: Michael Koch <mkoch at kaffe.org>
Index: kaffe/config/Makefile.am
diff -u kaffe/config/Makefile.am:1.74 kaffe/config/Makefile.am:1.75
--- kaffe/config/Makefile.am:1.74 Mon Oct 8 11:20:44 2007
+++ kaffe/config/Makefile.am Mon Oct 8 12:39:44 2007
@@ -302,6 +302,7 @@
mips/ultrix4/md.h \
parisc/common.h \
parisc/hpux/config.frag \
+ parisc/hpux/md.c \
parisc/hpux/md.h \
parisc/linux/config.frag \
parisc/linux/md.c \
Index: kaffe/config/Makefile.in
diff -u kaffe/config/Makefile.in:1.239 kaffe/config/Makefile.in:1.240
--- kaffe/config/Makefile.in:1.239 Mon Oct 8 11:20:44 2007
+++ kaffe/config/Makefile.in Mon Oct 8 12:39:44 2007
@@ -582,6 +582,7 @@
mips/ultrix4/md.h \
parisc/common.h \
parisc/hpux/config.frag \
+ parisc/hpux/md.c \
parisc/hpux/md.h \
parisc/linux/config.frag \
parisc/linux/md.c \
===================================================================
Checking out kaffe/config/parisc/hpux/md.c
RCS: /home/cvs/kaffe/kaffe/config/parisc/hpux/md.c,v
VERS: 1.4
***************
--- /dev/null Sun Aug 4 19:57:58 2002
+++ kaffe/config/parisc/hpux/md.c Mon Oct 8 12:42:08 2007
@@ -0,0 +1,10 @@
+/*
+ * parisc/hpux/md.c
+ * HP-UX 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.
+ */
More information about the kaffe
mailing list