[Pkg-ocaml-maint-commits] [ocaml] 01/06: Fix asmcomp tests on sparc

Stéphane Glondu glondu at moszumanska.debian.org
Mon Feb 16 10:59:01 UTC 2015


This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch experimental/master
in repository ocaml.

commit 9add4eb879298e9bb39ee956b014dccec97a428c
Author: Stephane Glondu <steph at glondu.net>
Date:   Thu Nov 20 16:49:14 2014 +0100

    Fix asmcomp tests on sparc
---
 .../patches/0009-Fix-asmcomp-tests-on-sparc.patch  | 23 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 24 insertions(+)

diff --git a/debian/patches/0009-Fix-asmcomp-tests-on-sparc.patch b/debian/patches/0009-Fix-asmcomp-tests-on-sparc.patch
new file mode 100644
index 0000000..cd8f48d
--- /dev/null
+++ b/debian/patches/0009-Fix-asmcomp-tests-on-sparc.patch
@@ -0,0 +1,23 @@
+From: Stephane Glondu <steph at glondu.net>
+Date: Thu, 20 Nov 2014 16:48:12 +0100
+Subject: Fix asmcomp tests on sparc
+
+Bug: http://caml.inria.fr/mantis/view.php?id=6665
+---
+ testsuite/tests/asmcomp/sparc.S | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/testsuite/tests/asmcomp/sparc.S b/testsuite/tests/asmcomp/sparc.S
+index ea02957..f2b9ce2 100644
+--- a/testsuite/tests/asmcomp/sparc.S
++++ b/testsuite/tests/asmcomp/sparc.S
+@@ -10,7 +10,7 @@
+ /*                                                                     */
+ /***********************************************************************/
+ 
+-#if defined(SYS_solaris) || defined(SYS_elf)
++#if defined(SYS_solaris) || defined(SYS_linux)
+ #define Call_gen_code call_gen_code
+ #define Caml_c_call caml_c_call
+ #else
+-- 
diff --git a/debian/patches/series b/debian/patches/series
index 70f532e..96ba831 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -6,3 +6,4 @@
 0006-Embed-bytecode-in-C-object-when-using-custom.patch
 0007-Tune-resource-usage-of-some-tests.patch
 0008-Native-backtraces-don-t-work-on-powerpc-and-sparc.patch
+0009-Fix-asmcomp-tests-on-sparc.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/ocaml.git



More information about the Pkg-ocaml-maint-commits mailing list