diff options
author | Jay Freeman <saurik@saurik.com> | 2008-01-01 13:29:32 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-01-01 13:29:32 +0000 |
commit | 81f9fdd7221a3bd7e1e5f2cbf8b5698d1a99ff10 (patch) | |
tree | 68c19e664707e6502abbecac60be7bd0180ddda5 /data/gnupg/armasm.diff | |
parent | 1927b67af64514cb7813468f23010684e0ef1d2b (diff) |
Added many more packages (gnupg and friends), fixed repository signing, ported vim to Darwin 10.5, and added a better set of default scripts for package construction.
git-svn-id: http://svn.telesphoreo.org/trunk@5 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/gnupg/armasm.diff')
-rw-r--r-- | data/gnupg/armasm.diff | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/data/gnupg/armasm.diff b/data/gnupg/armasm.diff new file mode 100644 index 000000000..955d2467c --- /dev/null +++ b/data/gnupg/armasm.diff @@ -0,0 +1,14 @@ +diff -ru gnupg-1.4.8/mpi/longlong.h gnupg-1.4.8+iPhone/mpi/longlong.h +--- gnupg-1.4.8/mpi/longlong.h 2007-10-23 09:15:14.000000000 +0000 ++++ gnupg-1.4.8+iPhone/mpi/longlong.h 2008-01-01 12:58:42.000000000 +0000 +@@ -221,8 +221,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)), \ |