diff options
author | Damien Doligez <damien.doligez-inria.fr> | 2014-12-24 16:24:51 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 2014-12-24 16:24:51 +0000 |
commit | 4403ab3bb50fa2b91c457283978779192048dca8 (patch) | |
tree | 2bd0688b1acddb06da591c59985379c37e922b40 | |
parent | ae7b68f2305211f8931119793ffe2de004b51413 (diff) |
PR#6665: Failure of tests/asmcomp on sparc
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@15744 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r-- | Changes | 2 | ||||
-rw-r--r-- | testsuite/tests/asmcomp/sparc.S | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -91,6 +91,8 @@ Bug fixes: (Michael Grünewald, Damien Doligez) - PR#6640: ocamlbuild: wrong "unused tag" warning on "precious" (report by user 'william') +- PR#6665: Failure of tests/asmcomp on sparc + (Stéphane Glondu) - PR#6669: fix 4.02 regression in toplevel printing of lazy values (Leo White, review by Gabriel Scherer) - PR#6680: Missing parentheses when printing polymorphic variant value in warning diff --git a/testsuite/tests/asmcomp/sparc.S b/testsuite/tests/asmcomp/sparc.S index ea029573a..f2b9ce207 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 |