[pkg-java] r6549 - in trunk/cacao/debian: . patches

mkoch at alioth.debian.org mkoch at alioth.debian.org
Sat Jun 7 05:27:05 UTC 2008


Author: mkoch
Date: 2008-06-07 05:27:04 +0000 (Sat, 07 Jun 2008)
New Revision: 6549

Added:
   trunk/cacao/debian/patches/cacao-0.99rc5-s390.patch
Modified:
   trunk/cacao/debian/changelog
Log:
* Really apply fix for __data_start on s390.

Modified: trunk/cacao/debian/changelog
===================================================================
--- trunk/cacao/debian/changelog	2008-06-06 06:29:43 UTC (rev 6548)
+++ trunk/cacao/debian/changelog	2008-06-07 05:27:04 UTC (rev 6549)
@@ -1,3 +1,9 @@
+cacao (0.99~rc5-2) UNRELEASED; urgency=low
+
+  * Really apply fix for __data_start on s390.
+
+ -- Michael Koch <konqueror at gmx.de>  Sat, 07 Jun 2008 07:26:21 +0200
+
 cacao (0.99~rc5-1) experimental; urgency=low
 
   * New upstream release.

Added: trunk/cacao/debian/patches/cacao-0.99rc5-s390.patch
===================================================================
--- trunk/cacao/debian/patches/cacao-0.99rc5-s390.patch	                        (rev 0)
+++ trunk/cacao/debian/patches/cacao-0.99rc5-s390.patch	2008-06-07 05:27:04 UTC (rev 6549)
@@ -0,0 +1,13 @@
+diff -u src/mm/boehm-gc/include/private/gcconfig.h src/mm/boehm-gc/include/private/gcconfig.h
+--- src/mm/boehm-gc/include/private/gcconfig.h
++++ src/mm/boehm-gc/include/private/gcconfig.h
+@@ -1829,8 +1829,7 @@
+ #       define OS_TYPE "LINUX"
+ #       define LINUX_STACKBOTTOM
+ #       define DYNAMIC_LOADING
+-	extern int __data_start[];
+-#       define DATASTART ((ptr_t)(__data_start))
++#       define SEARCH_FOR_DATA_START
+     extern int _end[];
+ #   define DATAEND (_end)
+ #   define CACHE_LINE_SIZE 256




More information about the pkg-java-commits mailing list