aboutsummaryrefslogtreecommitdiff
path: root/depends/patches/gmp/darwin_gmp_build_fix.patch
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2014-12-04 14:23:24 +0100
committerPieter Wuille <pieter.wuille@gmail.com>2014-12-04 19:17:02 +0100
commitffe3291466b5760e4179d604c54093717b127cc5 (patch)
tree8cf0ab25adabee67901520f33551780f3b42b726 /depends/patches/gmp/darwin_gmp_build_fix.patch
parent9ddc8c63ab72a6951f0c4f636b3252a43193a45b (diff)
downloadbitcoin-ffe3291466b5760e4179d604c54093717b127cc5.tar.xz
Remove gmp dependency and doc mentions
Diffstat (limited to 'depends/patches/gmp/darwin_gmp_build_fix.patch')
-rw-r--r--depends/patches/gmp/darwin_gmp_build_fix.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/depends/patches/gmp/darwin_gmp_build_fix.patch b/depends/patches/gmp/darwin_gmp_build_fix.patch
deleted file mode 100644
index b9cfd80e77..0000000000
--- a/depends/patches/gmp/darwin_gmp_build_fix.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-
-# HG changeset patch
-# User Torbjorn Granlund <tege@gmplib.org>
-# Date 1396470504 -7200
-# Node ID 1fab0adc5ff7d9ecddcbda96f407da58347bb49c
-# Parent db645603dcdb41afcf78b19b551ecd5a01c3841c
-Workaround for Darwin assembler quirk.
-
-diff -r db645603dcdb -r 1fab0adc5ff7 mpn/x86_64/k8/redc_1.asm
---- a/mpn/x86_64/k8/redc_1.asm Mon Mar 31 23:04:32 2014 +0200
-+++ b/mpn/x86_64/k8/redc_1.asm Wed Apr 02 22:28:24 2014 +0200
-@@ -114,7 +114,7 @@
-
- JUMPTABSECT
- ALIGN(8)
--L(tab): JMPENT( L(0m4), L(tab))
-+L(tab): JMPENT( L(0), L(tab))
- JMPENT( L(1), L(tab))
- JMPENT( L(2), L(tab))
- JMPENT( L(3), L(tab))
-@@ -397,6 +397,7 @@
-
-
- ALIGN(16)
-+L(0):
- L(0m4):
- L(lo0): mov (mp,nneg,8), %rax
- mov nneg, i
-