From 91664c356f4eb1f31a90f36d369bceb386466f42 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 7 Feb 2015 19:36:32 -0800 Subject: * Makefile (CFLAGS): Removed puzzling, unnecessary definitions of XMALLOC, XCALLOC, XREALLOC and XFREE for $(MPI_OBJS). MPI does not use such macros and the allocator is already retargetted to use the TXR one. * mpi-patches/use-txr-allocator: In this patch, we don't need external declaration for chk_malloc or chk_realloc because they are not used. Only chk_calloc is used. * mpi-patches/add-bitops: Refreshed. * mpi-patches/add-mp-hash: Likewise. * mpi-patches/add-mp-set-intptr: Likewise. * mpi-patches/add-mpi-toradix-with-case: Likewise. * mpi-patches/bit-search-optimizations: Likewise. * mpi-patches/export-mp-eq: Likewise. * mpi-patches/faster-square-root: Likewise. * mpi-patches/fix-bad-shifts: Likewise. * mpi-patches/fix-ctype-warnings: Likewise. * mpi-patches/fix-mult-bug: Likewise. * mpi-patches/mpi-set-double-intptr: Likewise. * mpi-patches/mpi-set-mpi-word: Likewise. * mpi-patches/mpi-to-double: Likewise. --- mpi-patches/add-mp-hash | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'mpi-patches/add-mp-hash') diff --git a/mpi-patches/add-mp-hash b/mpi-patches/add-mp-hash index bd5e9bfa..71123678 100644 --- a/mpi-patches/add-mp-hash +++ b/mpi-patches/add-mp-hash @@ -1,8 +1,8 @@ Index: mpi-1.8.6/mpi.c =================================================================== ---- mpi-1.8.6.orig/mpi.c 2012-04-05 16:26:22.206340007 -0700 -+++ mpi-1.8.6/mpi.c 2012-04-09 08:59:09.673643507 -0700 -@@ -1960,6 +1960,34 @@ +--- mpi-1.8.6.orig/mpi.c 2015-02-07 19:32:43.876775527 -0800 ++++ mpi-1.8.6/mpi.c 2015-02-07 19:32:46.612726878 -0800 +@@ -1958,6 +1958,34 @@ /* }}} */ @@ -39,8 +39,8 @@ Index: mpi-1.8.6/mpi.c Index: mpi-1.8.6/mpi.h =================================================================== ---- mpi-1.8.6.orig/mpi.h 2012-04-05 16:26:22.206340007 -0700 -+++ mpi-1.8.6/mpi.h 2012-04-09 08:58:17.100087507 -0700 +--- mpi-1.8.6.orig/mpi.h 2015-02-07 19:32:43.876775527 -0800 ++++ mpi-1.8.6/mpi.h 2015-02-07 19:32:46.612726878 -0800 @@ -165,6 +165,8 @@ int mp_isodd(mp_int *a); int mp_iseven(mp_int *a); -- cgit v1.2.3