diff options
author | skrll <skrll@pkgsrc.org> | 2000-12-31 14:05:29 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2000-12-31 14:05:29 +0000 |
commit | d29ea4a42858a447c91e90b195115795c72d758d (patch) | |
tree | 75b75b00738e865e8036514cbf27dcf3ff864794 /devel/gmp/patches/patch-aa | |
parent | 0d730d133d47ccd59a82bd7da734b836a77554e8 (diff) | |
download | pkgsrc-d29ea4a42858a447c91e90b195115795c72d758d.tar.gz |
Update to 3.1.1.
Split patch-aa into a patch per file while I'm here.
Diffstat (limited to 'devel/gmp/patches/patch-aa')
-rw-r--r-- | devel/gmp/patches/patch-aa | 69 |
1 files changed, 3 insertions, 66 deletions
diff --git a/devel/gmp/patches/patch-aa b/devel/gmp/patches/patch-aa index 81ccba2e3a4..643ceb21543 100644 --- a/devel/gmp/patches/patch-aa +++ b/devel/gmp/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.4 2000/11/17 07:21:55 mycroft Exp $ +$NetBSD: patch-aa,v 1.5 2000/12/31 14:05:30 skrll Exp $ ---- mpn/arm/add_n.S.orig Mon Apr 17 06:01:59 2000 -+++ mpn/arm/add_n.S Thu Nov 16 14:01:51 2000 +--- mpn/arm/add_n.S.orig Mon Jul 24 18:04:21 2000 ++++ mpn/arm/add_n.S @@ -35,9 +35,9 @@ .text @@ -21,66 +21,3 @@ $NetBSD: patch-aa,v 1.4 2000/11/17 07:21:55 mycroft Exp $ end: - .size __gmpn_add_n, end - __gmpn_add_n + .size ___gmpn_add_n, end - ___gmpn_add_n ---- mpn/arm/addmul_1.S.orig Mon Apr 17 06:01:59 2000 -+++ mpn/arm/addmul_1.S Thu Nov 16 14:01:57 2000 -@@ -35,9 +35,9 @@ - - .text - .align 0 -- .global __gmpn_addmul_1 -- .type __gmpn_addmul_1,%function --__gmpn_addmul_1: -+ .global ___gmpn_addmul_1 -+ .type ___gmpn_addmul_1,%function -+___gmpn_addmul_1: - stmfd sp!, { r8-r11, lr } - mov z, #0 - mov ip, #0 -@@ -86,4 +86,4 @@ - mov r0, ip - ldmfd sp!, { r8-r11, pc } - end: -- .size __gmpn_addmul_1, end - __gmpn_addmul_1 -+ .size ___gmpn_addmul_1, end - ___gmpn_addmul_1 ---- mpn/arm/mul_1.S.orig Mon Apr 17 06:01:59 2000 -+++ mpn/arm/mul_1.S Thu Nov 16 14:02:03 2000 -@@ -35,9 +35,9 @@ - - .text - .align 0 -- .global __gmpn_mul_1 -- .type __gmpn_mul_1,%function --__gmpn_mul_1: -+ .global ___gmpn_mul_1 -+ .type ___gmpn_mul_1,%function -+___gmpn_mul_1: - stmfd sp!, { r8, r9, lr } - ands ip, n, #1 - beq skip1 -@@ -78,4 +78,4 @@ - mov r0, ip - ldmfd sp!, { r8, r9, pc } - end: -- .size __gmpn_mul_1, end - __gmpn_mul_1 -+ .size ___gmpn_mul_1, end - ___gmpn_mul_1 ---- mpn/arm/sub_n.S.orig Mon Apr 17 06:01:59 2000 -+++ mpn/arm/sub_n.S Thu Nov 16 14:02:08 2000 -@@ -35,9 +35,9 @@ - - .text - .align 0 -- .global __gmpn_sub_n -- .type __gmpn_sub_n,%function --__gmpn_sub_n: -+ .global ___gmpn_sub_n -+ .type ___gmpn_sub_n,%function -+___gmpn_sub_n: - stmfd sp!, { r8, r9, lr } - subs ip, ip, ip - tst n, #1 -@@ -76,4 +76,4 @@ - and r0, r0, #1 - ldmfd sp!, { r8, r9, pc } - end: -- .size __gmpn_sub_n, end - __gmpn_sub_n -+ .size ___gmpn_sub_n, end - ___gmpn_sub_n |