[ocaml] add the patch

Karsten Hopp karsten at fedoraproject.org
Tue May 15 13:53:39 UTC 2012


commit 8ca22fff4b2c1b4431e92b169242504e8aa9a0f6
Author: Karsten Hopp <karsten at redhat.com>
Date:   Tue May 15 15:53:18 2012 +0200

    add the patch

 ocaml-3.12-ppc.patch |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/ocaml-3.12-ppc.patch b/ocaml-3.12-ppc.patch
new file mode 100644
index 0000000..d1bf3dd
--- /dev/null
+++ b/ocaml-3.12-ppc.patch
@@ -0,0 +1,12 @@
+diff -up ocaml-3.12.1/asmcomp/power64/selection.ml.ppc_1 ocaml-3.12.1/asmcomp/power64/selection.ml
+--- ocaml-3.12.1/asmcomp/power64/selection.ml.ppc_1	2012-05-15 15:28:45.240364647 +0200
++++ ocaml-3.12.1/asmcomp/power64/selection.ml	2012-05-15 15:28:58.170366764 +0200
+@@ -52,7 +52,7 @@ inherit Selectgen.selector_generic as su
+ 
+ method is_immediate n = (n <= 32767) && (n >= -32768)
+ 
+-method select_addressing exp =
++method select_addressing chunk exp =
+   match select_addr exp with
+     (Asymbol s, d) ->
+       (Ibased(s, d), Ctuple [])


More information about the scm-commits mailing list