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

mercurial at gmplib.org mercurial at gmplib.org
Fri Feb 22 15:56:18 CET 2013


details:   /var/hg/gmp/rev/f5393b49d4bd
changeset: 15476:f5393b49d4bd
user:      Torbjorn Granlund <tege at gmplib.org>
date:      Fri Feb 22 15:55:53 2013 +0100
description:
Match coreibwl.

details:   /var/hg/gmp/rev/f9f75715d1f1
changeset: 15477:f9f75715d1f1
user:      Torbjorn Granlund <tege at gmplib.org>
date:      Fri Feb 22 15:56:08 2013 +0100
description:
Fix typo in adx/mulx path stripping code.

details:   /var/hg/gmp/rev/95b5c2d991c8
changeset: 15478:95b5c2d991c8
user:      Torbjorn Granlund <tege at gmplib.org>
date:      Fri Feb 22 15:56:15 2013 +0100
description:
ChangeLog.

diffstat:

 ChangeLog    |  5 +++++
 config.sub   |  5 +++--
 configure.ac |  3 +--
 3 files changed, 9 insertions(+), 4 deletions(-)

diffs (47 lines):

diff -r cec31fd7bbf7 -r 95b5c2d991c8 ChangeLog
--- a/ChangeLog	Thu Feb 21 23:00:55 2013 +0100
+++ b/ChangeLog	Fri Feb 22 15:56:15 2013 +0100
@@ -1,3 +1,8 @@
+2013-02-22  Torbjorn Granlund  <tege at gmplib.org>
+
+	* configure.ac: Fix typo in adx/mulx path stripping code.
+	* config.sub: Match coreibwl.
+
 2013-02-20  Niels Möller  <nisse at lysator.liu.se>
 
 	* tests/mpq/t-get_d.c (check_random): Rewrote to make test less
diff -r cec31fd7bbf7 -r 95b5c2d991c8 config.sub
--- a/config.sub	Thu Feb 21 23:00:55 2013 +0100
+++ b/config.sub	Fri Feb 22 15:56:15 2013 +0100
@@ -3,7 +3,8 @@
 # GMP config.sub wrapper.
 
 
-# Copyright 2000, 2001, 2002, 2003, 2006 Free Software Foundation, Inc.
+# Copyright 2000, 2001, 2002, 2003, 2006, 2009, 2010, 2011, 2012, 2013 Free
+# Software Foundation, Inc.
 #
 # This file is part of the GNU MP Library.
 #
@@ -91,7 +92,7 @@
   test_cpu=ia64 ;;
 pentium | pentiummmx | pentiumpro | pentium[234m] | k[567] | k6[23] | geode | athlon | viac3*)
   test_cpu=i386 ;;
-athlon64 | atom | core2 | corei | coreinhm | coreiwsm | coreisbr | coreihwl | opteron | k[89] | k10 | bobcat | bulldozer | nano)
+athlon64 | atom | core2 | corei | coreinhm | coreiwsm | coreisbr | coreihwl | coreibwl | opteron | k[89] | k10 | bobcat | bulldozer | nano)
   test_cpu=x86_64 ;;
 power[2-9] | power2sc)
   test_cpu=power ;;
diff -r cec31fd7bbf7 -r 95b5c2d991c8 configure.ac
--- a/configure.ac	Thu Feb 21 23:00:55 2013 +0100
+++ b/configure.ac	Fri Feb 22 15:56:15 2013 +0100
@@ -2308,8 +2308,7 @@
       *mulx*)  GMP_ASM_X86_MULX( , [GMP_STRIP_PATH(mulx)]) ;;
     esac
     case "$path $fat_path" in
-      *adx*)   GMP_ASM_X86_MULX( , [GMP_STRIP_PATH(adx)])
-	       GMP_ASM_X86_ADX( , [GMP_STRIP_PATH(adx)]) ;;
+      *adx*)   GMP_ASM_X86_ADX( , [GMP_STRIP_PATH(adx)]) ;;
     esac
     ;;
 esac


More information about the gmp-commit mailing list