mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-23 15:07:03 +01:00
* longlong.h: Remove space between \ and newline. gcc is complaining.
This commit is contained in:
parent
7e3e9bf357
commit
22de00d9e0
@ -1,3 +1,8 @@
|
|||||||
|
2002-08-24 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
|
* longlong.h: Remove space between \ and newline. gcc is
|
||||||
|
complaining.
|
||||||
|
|
||||||
2002-08-13 Werner Koch <wk@gnupg.org>
|
2002-08-13 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
* mpicoder.c (do_get_buffer): Don't remove leading zeros if the
|
* mpicoder.c (do_get_buffer): Don't remove leading zeros if the
|
||||||
|
@ -746,7 +746,7 @@ extern USItype __udiv_qrnnd ();
|
|||||||
#else
|
#else
|
||||||
#define umul_ppmm(w1, w0, u, v) \
|
#define umul_ppmm(w1, w0, u, v) \
|
||||||
__asm__ ("dmultu %2,%3 \n" \
|
__asm__ ("dmultu %2,%3 \n" \
|
||||||
"mflo %0 \n" \
|
"mflo %0 \n" \
|
||||||
"mfhi %1" \
|
"mfhi %1" \
|
||||||
: "=d" ((UDItype)(w0)), \
|
: "=d" ((UDItype)(w0)), \
|
||||||
"=d" ((UDItype)(w1)) \
|
"=d" ((UDItype)(w1)) \
|
||||||
@ -1002,7 +1002,7 @@ extern USItype __udiv_qrnnd ();
|
|||||||
"m r2,%3 \n" \
|
"m r2,%3 \n" \
|
||||||
"m r2,%3 \n" \
|
"m r2,%3 \n" \
|
||||||
"m r2,%3 \n" \
|
"m r2,%3 \n" \
|
||||||
"cas %0,r2,r0 \n" \
|
"cas %0,r2,r0 \n" \
|
||||||
"mfs r10,%1" \
|
"mfs r10,%1" \
|
||||||
: "=r" ((USItype)(ph)), \
|
: "=r" ((USItype)(ph)), \
|
||||||
"=r" ((USItype)(pl)) \
|
"=r" ((USItype)(pl)) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user