From: Stefano Zacchiroli <zack@debian.org>
Date: Tue, 19 May 2009 17:22:39 +0200
-Subject: [PATCH] Pass --no-relax to ld on alpha
+Subject: Pass --no-relax to ld on alpha
Pass the --no-relax option to ld to fix a segfault in initialization
code (bug#338437)
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/configure b/configure
-index 48b05b7..ff2de61 100755
+index 66ccda9..2b40fc2 100755
--- a/configure
+++ b/configure
@@ -284,7 +284,8 @@ case "$bytecc,$host" in
cc,mips-*-irix6*)
# Add -n32 flag to ensure compatibility with native-code compiler
bytecccompopts="-n32"
-@@ -734,6 +735,7 @@ case "$arch,$nativecc,$system,$host_type" in
+@@ -731,6 +732,7 @@ case "$arch,$nativecc,$system,$host_type" in
nativecccompopts="$gcc_warnings -DSHRINKED_GNUC";;
*,*,rhapsody,*) nativecccompopts="$gcc_warnings -DDARWIN_VERSION_6 $dl_defs"
if $arch64; then partialld="ld -r -arch ppc64"; fi;;
From: Stefano Zacchiroli <zack@debian.org>
Date: Tue, 19 May 2009 17:23:34 +0200
-Subject: [PATCH] Call ld with proper flags
+Subject: Call ld with proper flags
Filter linkflags passed to ld by ocamlopt -pack and -output-obj
to remove the "-Wl," parts, which are only used when ocamlopt calls
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure b/configure
-index ff2de61..2872ae8 100755
+index 2b40fc2..7a34621 100755
--- a/configure
+++ b/configure
-@@ -1635,7 +1635,7 @@ echo "DEBUGGER=$debugger" >> Makefile
+@@ -1632,7 +1632,7 @@ echo "DEBUGGER=$debugger" >> Makefile
echo "CC_PROFILE=$cc_profile" >> Makefile
echo "SYSTHREAD_SUPPORT=$systhread_support" >> Makefile
echo "PARTIALLD=$partialld" >> Makefile
From: Stefano Zacchiroli <zack@debian.org>
Date: Tue, 19 May 2009 17:24:14 +0200
-Subject: [PATCH] Don't use rpath
+Subject: Don't use rpath
---
tools/ocamlmklib.mlp | 5 +++++
From: Julien Cristau <julien.cristau@ens-lyon.org>
Date: Tue, 19 May 2009 17:24:52 +0200
-Subject: [PATCH] Put manpages in section 3o instead of 3
+Subject: Put manpages in section 3o instead of 3
---
ocamldoc/Makefile | 2 +-
From: Ralf Treinen <treinen@debian.org>
Date: Tue, 19 May 2009 17:28:09 +0200
-Subject: [PATCH] Patch config.sh for installation
+Subject: Patch config.sh for installation
Use for installatation a patched config.sh (created by debian/rules).
---
From: Stefano Zacchiroli <zack@debian.org>
Date: Tue, 19 May 2009 17:28:56 +0200
-Subject: [PATCH] Install ocamlbuild as a link on either .native or .byte
+Subject: Install ocamlbuild as a link on either .native or .byte
---
build/partial-install.sh | 17 ++++++++++++++++-
From: Stephane Glondu <steph@glondu.net>
Date: Tue, 8 Mar 2011 21:17:40 +0100
-Subject: [PATCH] Fix ocamlopt w.r.t. binutils 2.21
+Subject: Fix ocamlopt w.r.t. binutils 2.21
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
2 files changed, 10 insertions(+), 9 deletions(-)
diff --git a/asmcomp/amd64/emit.mlp b/asmcomp/amd64/emit.mlp
-index 4a3f844..525c6e6 100644
+index 55da47b..45afbb7 100644
--- a/asmcomp/amd64/emit.mlp
+++ b/asmcomp/amd64/emit.mlp
-@@ -679,17 +679,18 @@ let fundecl fundecl =
+@@ -688,17 +688,18 @@ let fundecl fundecl =
emit_all true fundecl.fun_body;
List.iter emit_call_gc !call_gc_sites;
emit_call_bound_errors ();
(* Emission of data *)
diff --git a/asmcomp/i386/emit.mlp b/asmcomp/i386/emit.mlp
-index 2992f29..0b1252c 100644
+index 3baba2e..b29f365 100644
--- a/asmcomp/i386/emit.mlp
+++ b/asmcomp/i386/emit.mlp
@@ -905,12 +905,12 @@ let fundecl fundecl =