summaryrefslogtreecommitdiffstats
path: root/libtommath/etc
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2005-09-26 16:31:55 (GMT)
committerKevin B Kenny <kennykb@acm.org>2005-09-26 16:31:55 (GMT)
commit36537913f69228c5a11335a42637feba36c96677 (patch)
treee0c3d30912f2b67d620d935f3dead47ac4f3533d /libtommath/etc
parentd2b645df1ab7b43093f7553808c64fedaa3b3a49 (diff)
downloadtcl-36537913f69228c5a11335a42637feba36c96677.zip
tcl-36537913f69228c5a11335a42637feba36c96677.tar.gz
tcl-36537913f69228c5a11335a42637feba36c96677.tar.bz2
Import of libtommath 0.36
Diffstat (limited to 'libtommath/etc')
-rw-r--r--libtommath/etc/2kprime.c4
-rw-r--r--libtommath/etc/drprime.c4
-rw-r--r--libtommath/etc/makefile.icc2
-rw-r--r--libtommath/etc/mersenne.c4
-rw-r--r--libtommath/etc/mont.c4
-rw-r--r--libtommath/etc/pprime.c4
-rw-r--r--libtommath/etc/tune.c4
7 files changed, 25 insertions, 1 deletions
diff --git a/libtommath/etc/2kprime.c b/libtommath/etc/2kprime.c
index d48b83e..d8ea97c 100644
--- a/libtommath/etc/2kprime.c
+++ b/libtommath/etc/2kprime.c
@@ -78,3 +78,7 @@ int main(void)
+
+/* $Source: /root/tcl/repos-to-convert/tcl/libtommath/etc/2kprime.c,v $ */
+/* $Revision: 1.1.1.2 $ */
+/* $Date: 2005/09/26 16:32:16 $ */
diff --git a/libtommath/etc/drprime.c b/libtommath/etc/drprime.c
index 0ab8ea6..eec89ed 100644
--- a/libtommath/etc/drprime.c
+++ b/libtommath/etc/drprime.c
@@ -58,3 +58,7 @@ int main(void)
return 0;
}
+
+/* $Source: /root/tcl/repos-to-convert/tcl/libtommath/etc/drprime.c,v $ */
+/* $Revision: 1.1.1.2 $ */
+/* $Date: 2005/09/26 16:32:16 $ */
diff --git a/libtommath/etc/makefile.icc b/libtommath/etc/makefile.icc
index 0a50728..8a1ffff 100644
--- a/libtommath/etc/makefile.icc
+++ b/libtommath/etc/makefile.icc
@@ -16,7 +16,7 @@ CFLAGS += -I../
# B - Blend of P4 and PM [mobile]
#
# Default to just generic max opts
-CFLAGS += -O3 -xN -ip
+CFLAGS += -O3 -xP -ip
# default lib name (requires install with root)
# LIBNAME=-ltommath
diff --git a/libtommath/etc/mersenne.c b/libtommath/etc/mersenne.c
index 1cd5b50..939616f 100644
--- a/libtommath/etc/mersenne.c
+++ b/libtommath/etc/mersenne.c
@@ -138,3 +138,7 @@ main (void)
}
return 0;
}
+
+/* $Source: /root/tcl/repos-to-convert/tcl/libtommath/etc/mersenne.c,v $ */
+/* $Revision: 1.1.1.2 $ */
+/* $Date: 2005/09/26 16:32:16 $ */
diff --git a/libtommath/etc/mont.c b/libtommath/etc/mont.c
index dbf1735..c6a8e32 100644
--- a/libtommath/etc/mont.c
+++ b/libtommath/etc/mont.c
@@ -44,3 +44,7 @@ int main(void)
+
+/* $Source: /root/tcl/repos-to-convert/tcl/libtommath/etc/mont.c,v $ */
+/* $Revision: 1.1.1.2 $ */
+/* $Date: 2005/09/26 16:32:16 $ */
diff --git a/libtommath/etc/pprime.c b/libtommath/etc/pprime.c
index 26e0d84..a922b64 100644
--- a/libtommath/etc/pprime.c
+++ b/libtommath/etc/pprime.c
@@ -394,3 +394,7 @@ main (void)
return 0;
}
+
+/* $Source: /root/tcl/repos-to-convert/tcl/libtommath/etc/pprime.c,v $ */
+/* $Revision: 1.1.1.2 $ */
+/* $Date: 2005/09/26 16:32:16 $ */
diff --git a/libtommath/etc/tune.c b/libtommath/etc/tune.c
index d054d10..b09c7d9 100644
--- a/libtommath/etc/tune.c
+++ b/libtommath/etc/tune.c
@@ -136,3 +136,7 @@ main (void)
return 0;
}
+
+/* $Source: /root/tcl/repos-to-convert/tcl/libtommath/etc/tune.c,v $ */
+/* $Revision: 1.1.1.3 $ */
+/* $Date: 2005/09/26 16:32:16 $ */