* grub-core/lib/libgcrypt/mpi/longlong.h: Fix compilation error with
-march=armv3.
This commit is contained in:
parent
ce55ed0389
commit
35de6d4bac
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2013-11-30 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
|
* grub-core/lib/libgcrypt/mpi/longlong.h: Fix compilation error with
|
||||||
|
-march=armv3.
|
||||||
|
|
||||||
2013-11-30 Vladimir Serbinenko <phcoder@gmail.com>
|
2013-11-30 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
Remove leftover GRUB_IA64_DL_TRAMP_SIZE.
|
Remove leftover GRUB_IA64_DL_TRAMP_SIZE.
|
||||||
|
|
|
@ -247,7 +247,7 @@ extern UDItype __udiv_qrnnd ();
|
||||||
"=r" ((xl)) \
|
"=r" ((xl)) \
|
||||||
: "r" ((USItype)(a)), \
|
: "r" ((USItype)(a)), \
|
||||||
"r" ((USItype)(b)) \
|
"r" ((USItype)(b)) \
|
||||||
: "r0", "r1", "r2" __CLOBBER_CC)
|
: "r0", "r1", "r2" __AND_CLOBBER_CC)
|
||||||
#else /* __ARM_ARCH >= 4 */
|
#else /* __ARM_ARCH >= 4 */
|
||||||
#define umul_ppmm(xh, xl, a, b) \
|
#define umul_ppmm(xh, xl, a, b) \
|
||||||
__asm__ ("@ Inlined umul_ppmm\n" \
|
__asm__ ("@ Inlined umul_ppmm\n" \
|
||||||
|
|
Loading…
Reference in a new issue