[kaffe] CVS kaffe (robilad): Added KAFFE_SYSTEM_UNIX_PTHREADS define

Kaffe CVS cvs-commits at kaffe.org
Fri Mar 24 15:24:10 PST 2006


PatchSet 7169 
Date: 2006/03/24 22:32:32
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
Added KAFFE_SYSTEM_UNIX_PTHREADS define

2006-03-24  Dalibor Topic  <robilad at kaffe.org>

        * configure.ac: AC_DEFINE KAFFE_SYSTEM_UNIX_PTHREADS when
        we are using unix-pthreads.

Members: 
	ChangeLog:1.4687->1.4688 
	Makefile.in:1.247->1.248 
	README:1.36->1.37 
	configure:1.536->1.537 
	configure.ac:1.213->1.214 
	config/config.h.in:1.160->1.161 
	developers/test-kaffe-sh:1.2->1.3 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.4687 kaffe/ChangeLog:1.4688
--- kaffe/ChangeLog:1.4687	Fri Mar 24 18:03:25 2006
+++ kaffe/ChangeLog	Fri Mar 24 22:32:32 2006
@@ -1,3 +1,12 @@
+2006-03-24  Dalibor Topic  <robilad at kaffe.org>
+
+	* configure.ac: AC_DEFINE KAFFE_SYSTEM_UNIX_PTHREADS when
+	we are using unix-pthreads.
+
+2006-03-24  Dalibor Topic  <robilad at kaffe.org>
+
+	* README, configure.ac: bumped up version to 1.1.7-rc2.
+
 2006-03-24  Guilhem Lavaux  <guilhem at kaffe.org>
 
 	* libraries/javalib/external/classpath/java/io/PrintStream.java
Index: kaffe/Makefile.in
diff -u kaffe/Makefile.in:1.247 kaffe/Makefile.in:1.248
--- kaffe/Makefile.in:1.247	Tue Feb  7 21:46:53 2006
+++ kaffe/Makefile.in	Fri Mar 24 22:32:35 2006
@@ -440,6 +440,7 @@
 	FAQ/FAQ.awt \
 	FAQ/FAQ.benchmarking \
 	FAQ/FAQ.bignum \
+	FAQ/FAQ.blackfin \
 	FAQ/FAQ.charsets \
 	FAQ/FAQ.class-states \
 	FAQ/FAQ.classlibrary-compile \
Index: kaffe/README
diff -u kaffe/README:1.36 kaffe/README:1.37
--- kaffe/README:1.36	Thu Mar 23 19:26:08 2006
+++ kaffe/README	Fri Mar 24 22:32:35 2006
@@ -1,7 +1,7 @@
  
 			 ===================
 
-			     Kaffe 1.1.7-rc1  
+			     Kaffe 1.1.7-rc2  
 
 			 ===================
 
Index: kaffe/configure
diff -u kaffe/configure:1.536 kaffe/configure:1.537
--- kaffe/configure:1.536	Tue Feb  7 23:59:13 2006
+++ kaffe/configure	Fri Mar 24 22:32:35 2006
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.59 for Kaffe Virtual Machine 1.1.7-rc1.
+# Generated by GNU Autoconf 2.59 for Kaffe Virtual Machine 1.1.7-rc2.
 #
 # Report bugs to <kaffe at kaffe.org>.
 #
@@ -446,8 +446,8 @@
 # Identity of this package.
 PACKAGE_NAME='Kaffe Virtual Machine'
 PACKAGE_TARNAME='kaffe'
-PACKAGE_VERSION='1.1.7-rc1'
-PACKAGE_STRING='Kaffe Virtual Machine 1.1.7-rc1'
+PACKAGE_VERSION='1.1.7-rc2'
+PACKAGE_STRING='Kaffe Virtual Machine 1.1.7-rc2'
 PACKAGE_BUGREPORT='kaffe at kaffe.org'
 
 ac_unique_file="kaffe"
@@ -990,7 +990,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures Kaffe Virtual Machine 1.1.7-rc1 to adapt to many kinds of systems.
+\`configure' configures Kaffe Virtual Machine 1.1.7-rc2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1060,7 +1060,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of Kaffe Virtual Machine 1.1.7-rc1:";;
+     short | recursive ) echo "Configuration of Kaffe Virtual Machine 1.1.7-rc2:";;
    esac
   cat <<\_ACEOF
 
@@ -1312,7 +1312,7 @@
 test -n "$ac_init_help" && exit 0
 if $ac_init_version; then
   cat <<\_ACEOF
-Kaffe Virtual Machine configure 1.1.7-rc1
+Kaffe Virtual Machine configure 1.1.7-rc2
 generated by GNU Autoconf 2.59
 
 Copyright (C) 2003 Free Software Foundation, Inc.
@@ -1349,7 +1349,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by Kaffe Virtual Machine $as_me 1.1.7-rc1, which was
+It was created by Kaffe Virtual Machine $as_me 1.1.7-rc2, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   $ $0 $@
@@ -2014,7 +2014,7 @@
 
 # Define the identity of the package.
  PACKAGE='kaffe'
- VERSION='1.1.7-rc1'
+ VERSION='1.1.7-rc2'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -24565,6 +24565,14 @@
         CPPFLAGS="$CPPFLAGS -DBR_PTHREADS=0"
 fi
 
+if test x$with_threads = xunix-pthreads ; then
+
+cat >>confdefs.h <<\_ACEOF
+#define KAFFE_SYSTEM_UNIX_PTHREADS 1
+_ACEOF
+
+fi
+
 
 
 
@@ -51498,7 +51506,7 @@
 } >&5
 cat >&5 <<_CSEOF
 
-This file was extended by Kaffe Virtual Machine $as_me 1.1.7-rc1, which was
+This file was extended by Kaffe Virtual Machine $as_me 1.1.7-rc2, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -51561,7 +51569,7 @@
 
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-Kaffe Virtual Machine config.status 1.1.7-rc1
+Kaffe Virtual Machine config.status 1.1.7-rc2
 configured by $0, generated by GNU Autoconf 2.59,
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 
Index: kaffe/configure.ac
diff -u kaffe/configure.ac:1.213 kaffe/configure.ac:1.214
--- kaffe/configure.ac:1.213	Tue Feb  7 21:47:02 2006
+++ kaffe/configure.ac	Fri Mar 24 22:32:47 2006
@@ -1,4 +1,4 @@
-AC_INIT([Kaffe Virtual Machine],[1.1.7-rc1],[kaffe at kaffe.org],[kaffe])
+AC_INIT([Kaffe Virtual Machine],[1.1.7-rc2],[kaffe at kaffe.org],[kaffe])
 
 AC_PREREQ(2.59)
 
@@ -713,6 +713,10 @@
 	fi
  else
         CPPFLAGS="$CPPFLAGS -DBR_PTHREADS=0"
+fi
+
+if test x$with_threads = xunix-pthreads ; then
+	AC_DEFINE([KAFFE_SYSTEM_UNIX_PTHREADS], 1, [Defined if we are using the unix-pthreads threading system])
 fi
 
 AC_SUBST(VM_LIBS)
Index: kaffe/config/config.h.in
diff -u kaffe/config/config.h.in:1.160 kaffe/config/config.h.in:1.161
--- kaffe/config/config.h.in:1.160	Tue Jan 10 18:37:29 2006
+++ kaffe/config/config.h.in	Fri Mar 24 22:32:48 2006
@@ -783,6 +783,9 @@
 /* Do we enable stats in the vm? */
 #undef KAFFE_STATS
 
+/* Defined if we are using the unix-pthreads threading system */
+#undef KAFFE_SYSTEM_UNIX_PTHREADS
+
 /* Enable debugging symbol generation for jitted code */
 #undef KAFFE_XDEBUGGING
 
Index: kaffe/developers/test-kaffe-sh
diff -u kaffe/developers/test-kaffe-sh:1.2 kaffe/developers/test-kaffe-sh:1.3
--- kaffe/developers/test-kaffe-sh:1.2	Fri Mar 24 05:29:35 2006
+++ kaffe/developers/test-kaffe-sh	Fri Mar 24 22:32:49 2006
@@ -45,7 +45,7 @@
 
 /tmp/kaffe/bin/tar xvf ~/kaffe*.tar
 
-KVER=/tmp/kaffe/kaffe-1.1.7-rc1
+KVER=/tmp/kaffe/kaffe-1.1.7-rc2
 DEFAULT="--disable-boehm-gc-configuration --disable-sound --disable-native-awt --enable-pure-java-math --with-jikes=/tmp/kaffe/bin/jikes --disable-gtk-peer"
 
 ENG=intrp




More information about the kaffe mailing list