]> git.pld-linux.org Git - packages/ocaml.git/blobdiff - ocaml-gas.patch
- updated to 3.12.1
[packages/ocaml.git] / ocaml-gas.patch
index dea3c89da1ce199309c2f6b81d1c5cd4fa9c7af6..f1d5938ce5220051dd1f41eaa8998208f989c820 100644 (file)
@@ -3,10 +3,10 @@ be placed in the same section that referred symbols.
 --- ocaml-3.12.0/asmcomp/i386/emit.mlp.orig    2010-01-20 17:26:46.000000000 +0100
 +++ ocaml-3.12.0/asmcomp/i386/emit.mlp 2011-03-12 12:01:23.803419646 +0100
 @@ -906,6 +906,7 @@
+   emit_all true fundecl.fun_body;
    List.iter emit_call_gc !call_gc_sites;
    emit_call_bound_errors ();
-   List.iter emit_float_constant !float_constants;
 +  `   .text\n`;
-   match Config.system with
+   begin match Config.system with
      "linux_elf" | "bsd_elf" | "gnu" ->
        `       .type   {emit_symbol fundecl.fun_name},@function\n`;
This page took 0.039047 seconds and 4 git commands to generate.