[Gmp-commit] /var/hg/gmp: 2 new changesets

mercurial at gmplib.org mercurial at gmplib.org
Sat Dec 31 18:57:23 CET 2011


details:   /var/hg/gmp/rev/d80892e84568
changeset: 14556:d80892e84568
user:      Torbjorn Granlund <tege at gmplib.org>
date:      Sat Dec 31 18:56:41 2011 +0100
description:
(fac_ui.h): Put file in top-level dir, not in mpz.

details:   /var/hg/gmp/rev/b8bcd99d21a9
changeset: 14557:b8bcd99d21a9
user:      Torbjorn Granlund <tege at gmplib.org>
date:      Sat Dec 31 18:56:47 2011 +0100
description:
*** empty log message ***

diffstat:

 ChangeLog   |  6 +++++-
 Makefile.am |  8 ++++----
 2 files changed, 9 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r e82b232a5764 -r b8bcd99d21a9 ChangeLog
--- a/ChangeLog	Sat Dec 31 10:21:18 2011 +0100
+++ b/ChangeLog	Sat Dec 31 18:56:47 2011 +0100
@@ -1,3 +1,7 @@
+2011-12-31  Torbjorn Granlund  <tege at gmplib.org>
+
+	* Makefile.am (fac_ui.h): Put file in top-level dir, not in mpz.
+
 2011-12-31 Marco Bodrato <bodrato at mail.dm.unipi.it>
 
 	* tune/Makefile.am (fac_ui.c): New target.
@@ -1251,7 +1255,7 @@
 2011-03-29  Niels Möller  <nisse at lysator.liu.se>
 
 	* mpn/x86/k7/invert_limb.asm: Use mov rather than push and pop.
-	 Earlier load of divisor from stack.
+	Earlier load of divisor from stack.
 
 2011-03-28  Torbjorn Granlund  <tege at gmplib.org>
 
diff -r e82b232a5764 -r b8bcd99d21a9 Makefile.am
--- a/Makefile.am	Sat Dec 31 10:21:18 2011 +0100
+++ b/Makefile.am	Sat Dec 31 18:56:47 2011 +0100
@@ -2,7 +2,7 @@
 
 
 # Copyright 1991, 1993, 1994, 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004,
-# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+# 2006, 2007, 2008, 2009, 2011 Free Software Foundation, Inc.
 #
 # This file is part of the GNU MP Library.
 #
@@ -311,9 +311,9 @@
 
 EXTRA_DIST += dumbmp.c
 
-mpz/fac_ui.h: gen-fac_ui$(EXEEXT_FOR_BUILD)
-	./gen-fac_ui $(GMP_LIMB_BITS) $(GMP_NAIL_BITS) >mpz/fac_ui.h || (rm -f mpz/fac_ui.h; exit 1)
-BUILT_SOURCES += mpz/fac_ui.h
+fac_ui.h: gen-fac_ui$(EXEEXT_FOR_BUILD)
+	./gen-fac_ui $(GMP_LIMB_BITS) $(GMP_NAIL_BITS) >fac_ui.h || (rm -f fac_ui.h; exit 1)
+BUILT_SOURCES += fac_ui.h
 
 gen-fac_ui$(EXEEXT_FOR_BUILD): gen-fac_ui$(U_FOR_BUILD).c dumbmp.c
 	$(CC_FOR_BUILD) `test -f 'gen-fac_ui$(U_FOR_BUILD).c' || echo '$(srcdir)/'`gen-fac_ui$(U_FOR_BUILD).c -o gen-fac_ui$(EXEEXT_FOR_BUILD)


More information about the gmp-commit mailing list