Commit Graph

725 Commits

Author SHA1 Message Date
wbhart
0e296b1cf4 Fixed yasm so that it only builds on x86, not by default. 2008-06-25 07:10:51 +00:00
wbhart
40479614ef Fixed typos in gmp-h.in 2008-06-25 02:25:45 +00:00
wbhart
4154a21952 Attempt to fix c99 inline sematics again. 2008-06-25 02:01:33 +00:00
wbhart
bbbec59e9a Added check-recursive target to yasmbuild Makefile. 2008-06-25 00:10:24 +00:00
wbhart
c228cdce88 Added blank check and install targets to the yasmbuild Makefile so these
targets do not cause make check and make install to appear to fail when 
executed at the top level.
2008-06-24 23:41:35 +00:00
brgladman
a8a4a055af Minor Windows assembler update 2008-06-17 15:49:16 +00:00
wbhart
7caa49bc5d Added make clean to yasmbuild's makefile. 2008-06-16 08:49:18 +00:00
wbhart
02ea4d5ca2 Cleaned the mode1o.as file up slightly. 2008-06-16 08:43:25 +00:00
wbhart
85a141628e Run automake. 2008-06-16 06:53:51 +00:00
wbhart
f756651b5b Try to fix order of directory recursion in make. 2008-06-16 06:51:32 +00:00
wbhart
139fb55308 Attempt to get yasm to build unconditionally and automatically. 2008-06-16 06:44:48 +00:00
wbhart
653126d89a Corrected documentation error for gmp_randinit_mt. 2008-06-16 04:39:47 +00:00
wbhart
35cfe477b3 Change execute permissions back to how they were. 2008-06-15 23:49:46 +00:00
wbhart
cf8a90dd07 Experiment with execute permission. 2008-06-15 23:48:41 +00:00
wbhart
e91ddca68b Turned execute status on. 2008-06-15 23:45:04 +00:00
wbhart
333f9b2aea Added global symbol to symbol. 2008-06-15 22:43:57 +00:00
wbhart
72ca18b215 Converted x86_64.asm to intel format. 2008-06-15 22:32:08 +00:00
wbhart
ce23ff6d04 This file appears to be generated by build process and is not needed. 2008-06-15 22:26:59 +00:00
wbhart
af460e5a33 Fixed bug in global symbol macro in acinclude.m4 2008-06-15 22:25:06 +00:00
wbhart
567c99e72d Fixed another typo in add_n.as. 2008-06-15 22:19:55 +00:00
wbhart
85129225ea Fixed type on add_n.as 2008-06-15 22:11:18 +00:00
wbhart
5edb799fbf Put macros instances in all yasm assembly files for global symbol
prefixes.
2008-06-15 22:00:33 +00:00
wbhart
d8ed263188 Added new yasm. 2008-06-15 21:27:00 +00:00
wbhart
8d46428b0e Removing yasm again due to something wrong with update. 2008-06-15 21:24:14 +00:00
wbhart
001d5aaa4f Fixed typo in yasm_mac.inc 2008-06-15 20:30:03 +00:00
wbhart
03876cf15b Added global extern. 2008-06-15 20:26:45 +00:00
wbhart
c65697e5da Added new version of yasm. 2008-06-15 20:20:16 +00:00
wbhart
7073d13446 Temporarily removing yasm to update to newer version. 2008-06-15 20:15:30 +00:00
wbhart
d69e67ec6a Added macro for global symbols. 2008-06-15 19:56:42 +00:00
wbhart
b625940726 Attempt to fix the global symbol prefix on core2. 2008-06-15 19:09:07 +00:00
wbhart
f4ec3d5515 Experimental fix for global symbol prefix for yasm assembly files. 2008-06-15 18:46:08 +00:00
wbhart
f765185c83 Backed out changes to aclocal.m4 and fixed gmp.h to work correctly with c99 inline semantics when mpir is being compiled with gcc 4.3.0 or above. 2008-06-13 13:11:00 +00:00
wbhart
c2c15d3752 Attempt to check for gnu linker on Solaris. 2008-06-13 08:55:53 +00:00
wbhart
e86fc8f1f4 Added missing semicolon, noted by iciti. 2008-06-11 11:34:46 +00:00
wbhart
25348dd548 Fixed the model numbers 22 and 23 which were previously entered as 16
and 17.
2008-06-11 10:10:21 +00:00
wbhart
d03c4039ef Added model numbers 16 and 17 (Celeron and Core2) to config.guess. 2008-06-10 22:22:08 +00:00
wbhart
51afb1f77a Added support for the pentiumD. Basically it is now recognised as some kind
of i787 and thus uses the Pentium 4 assembly files, including mmx and
sse2.
2008-06-04 12:33:00 +00:00
wbhart
50e574aba9 Set execute permissions on config.sub 2008-06-04 12:00:33 +00:00
wbhart
f64fd9f77a Removed some lines which were saving and restoring rsi unnecessarily. 2008-06-04 11:45:01 +00:00
wbhart
425fd3101d These are the old versions of addmul and submul written by Brian
Gladman.
2008-06-04 04:04:49 +00:00
wbhart
cfa4948e4a Fixed the speed issues with a static library vs Pierrick Gaudry's
patches.
2008-06-04 03:47:49 +00:00
wbhart
dfccae5fdb Sped up add and sub when the loop unrolling code is used. 2008-06-02 23:08:59 +00:00
wbhart
c0ac719bab This file should be deleted. 2008-06-02 12:19:03 +00:00
wbhart
f0d348d3e1 Fixed bug in gcc calling conventions. 2008-06-02 11:59:50 +00:00
wbhart
423b394625 Slight speedup by getting alignment right. 2008-06-01 06:36:56 +00:00
wbhart
1499e3fc0d This is in the wrong place. 2008-05-30 09:41:52 +00:00
wbhart
42ef8307be Add core2call in this directory too. 2008-05-30 09:34:47 +00:00
wbhart
ec9d99fb88 Update makefile for core2call. 2008-05-30 09:34:12 +00:00
wbhart
aa0528df12 Run autoconf and automake. 2008-05-30 09:28:51 +00:00
wbhart
6045989170 Move calling conventions for core2 into right directory. 2008-05-30 09:27:42 +00:00