summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mpi/ChangeLog4
-rw-r--r--mpi/Makefile.am4
-rw-r--r--mpi/longlong.h4
3 files changed, 8 insertions, 4 deletions
diff --git a/mpi/ChangeLog b/mpi/ChangeLog
index 81190886..724e5382 100644
--- a/mpi/ChangeLog
+++ b/mpi/ChangeLog
@@ -1,3 +1,7 @@
+2003-01-15 Werner Koch <wk@gnupg.org>
+
+ * longlong.h: Removed some spaces between backslashes and newlines.
+
2002-09-20 Werner Koch <wk@gnupg.org>
* mpi-mul.c (gcry_mpi_mul_2exp): New. This was declared in
diff --git a/mpi/Makefile.am b/mpi/Makefile.am
index 7588f1ca..c001a6e5 100644
--- a/mpi/Makefile.am
+++ b/mpi/Makefile.am
@@ -19,10 +19,10 @@
# 1.5 leads to a combinatorial explosion due to all the conditionals
# I was not able to build it with 64Megs - 1.6 fixes this.
-AUTOMAKE_OPTIONS = 1.6
+# not anymore required: AUTOMAKE_OPTIONS = 1.6
INCLUDES = -I$(top_srcdir)/src
-CFLAGS = @CFLAGS@ @MPI_OPT_FLAGS@
+AM_CFLAGS = @MPI_OPT_FLAGS@
ASFLAGS = @MPI_SFLAGS@
# We don't have .S sources listed, so automake does not autocreate these
diff --git a/mpi/longlong.h b/mpi/longlong.h
index 1211be5e..6996ebed 100644
--- a/mpi/longlong.h
+++ b/mpi/longlong.h
@@ -749,7 +749,7 @@ extern USItype __udiv_qrnnd ();
#else
#define umul_ppmm(w1, w0, u, v) \
__asm__ ("dmultu %2,%3 \n" \
- "mflo %0 \n" \
+ "mflo %0 \n" \
"mfhi %1" \
: "=d" ((UDItype)(w0)), \
"=d" ((UDItype)(w1)) \
@@ -1005,7 +1005,7 @@ extern USItype __udiv_qrnnd ();
"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" \
: "=r" ((USItype)(ph)), \
"=r" ((USItype)(pl)) \