Skip to content

Commit

Permalink
remove old binutils workaround on amd64 native code compilation now that
Browse files Browse the repository at this point in the history
we have binutils-2.14
  • Loading branch information
Anil Madhavapeddy committed Jun 21, 2004
1 parent a2a8364 commit b963691
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions lang/ocaml/patches/patch-asmrun_amd64_S
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$OpenBSD: patch-asmrun_amd64_S,v 1.2 2004/03/06 17:28:03 avsm Exp $
$OpenBSD: patch-asmrun_amd64_S,v 1.3 2004/06/21 18:38:48 avsm Exp $
--- asmrun/amd64.S.orig 2003-06-30 09:28:45.000000000 +0100
+++ asmrun/amd64.S 2004-03-05 11:37:40.000000000 +0000
@@ -252,7 +252,8 @@ FUNCTION(caml_start_program)
Expand All @@ -11,12 +11,3 @@ $OpenBSD: patch-asmrun_amd64_S,v 1.2 2004/03/06 17:28:03 avsm Exp $
ret

/* Callback from C to Caml */
@@ -322,7 +323,7 @@ system__frametable:
.value 0 /* no roots here */
.align 8

- .section .rodata.cst8,"aM",@progbits,8
+ .section .rodata.cst8,"a",@progbits
.globl caml_negf_mask
.type caml_negf_mask,@object
.align 16

0 comments on commit b963691

Please sign in to comment.