summaryrefslogtreecommitdiff
path: root/data/gcrypt/armasm.diff
diff options
context:
space:
mode:
authorSam Bingner <sam@bingner.com>2018-08-15 10:52:05 -1000
committerSam Bingner <sam@bingner.com>2018-08-15 10:52:05 -1000
commitc52c8e3afd25592c12f025d124d2aa5d0c3dbd45 (patch)
tree9e85d8daeee0ebc28f648111d11a402d055139a9 /data/gcrypt/armasm.diff
parente1e3cb69af1164658c20e110d73bf473f31a8428 (diff)
Update gcrypt to 1.8.3
Diffstat (limited to 'data/gcrypt/armasm.diff')
-rw-r--r--data/gcrypt/armasm.diff14
1 files changed, 0 insertions, 14 deletions
diff --git a/data/gcrypt/armasm.diff b/data/gcrypt/armasm.diff
deleted file mode 100644
index 662ee656b..000000000
--- a/data/gcrypt/armasm.diff
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -r -u libgcrypt-1.4.0/mpi/longlong.h libgcrypt-1.4.0+iPhone/mpi/longlong.h
---- libgcrypt-1.4.0/mpi/longlong.h 2005-07-29 13:31:17.000000000 +0000
-+++ libgcrypt-1.4.0+iPhone/mpi/longlong.h 2008-01-01 11:09:27.000000000 +0000
-@@ -225,8 +225,8 @@
- : "r0", "r1", "r2")
- #else
- #define umul_ppmm(xh, xl, a, b) \
-- __asm__ ("%@ Inlined umul_ppmm\n" \
-- "umull %r1, %r0, %r2, %r3" \
-+ __asm__ ("@ Inlined umul_ppmm\n" \
-+ "umull %1, %0, %2, %3" \
- : "=&r" ((USItype)(xh)), \
- "=r" ((USItype)(xl)) \
- : "r" ((USItype)(a)), \