]> git.pld-linux.org Git - packages/ocaml.git/blobdiff - ocaml-gas.patch
- updated to 4.02.1 (ocaml 3.x left on ocaml-3 branch)
[packages/ocaml.git] / ocaml-gas.patch
diff --git a/ocaml-gas.patch b/ocaml-gas.patch
deleted file mode 100644 (file)
index f1d5938..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-Recent binutils checks for .size validity - and relative .size needs to
-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 ();
-+  `   .text\n`;
-   begin match Config.system with
-     "linux_elf" | "bsd_elf" | "gnu" ->
-       `       .type   {emit_symbol fundecl.fun_name},@function\n`;
This page took 0.048281 seconds and 4 git commands to generate.