root / trunk / data / gcrypt / armasm.diff

Revision 5, 0.8 kB (checked in by saurik, 1 year ago)

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.

  • mpi/longlong.h

    diff -r -u libgcrypt-1.4.0/mpi/longlong.h libgcrypt-1.4.0+iPhone/mpi/longlong.h
    old new  
    225225           : "r0", "r1", "r2") 
    226226#else 
    227227#define umul_ppmm(xh, xl, a, b)                                         \ 
    228   __asm__ ("%@ Inlined umul_ppmm\n"                                     \ 
    229            "umull %r1, %r0, %r2, %r3"                                   \ 
     228  __asm__ ("@ Inlined umul_ppmm\n"                                     \ 
     229           "umull %1, %0, %2, %3"                                   \ 
    230230                   : "=&r" ((USItype)(xh)),                             \ 
    231231                     "=r" ((USItype)(xl))                               \ 
    232232                   : "r" ((USItype)(a)),                                \ 
Note: See TracBrowser for help on using the browser.