Commit Graph

69 Commits

Author SHA1 Message Date
wbhart
c3f198a8da GPL Version 2 files. 2008-05-30 05:48:02 +00:00
wbhart
9541395dae Unfortunately Yasm doesn't seem to export global symbols properly on Darwin. 2008-05-30 05:23:25 +00:00
wbhart
4d461e6a94 Unfortunately Yasm doesn't accept ..gotpcrel in Macho64 object format, which is needed on Darwin on core2. 2008-05-30 05:11:37 +00:00
wbhart
8ad9ff3d76 Set the object file correctly. 2008-05-30 04:39:25 +00:00
wbhart
b3b5e441a0 Rerun aclocal, autoconf, automake. 2008-05-30 04:03:22 +00:00
wbhart
966a35ba06 Attempt to get the object formats correct. 2008-05-30 04:01:04 +00:00
wbhart
259d5c8f27 Rebuild aclocal.m4 2008-05-30 02:53:05 +00:00
wbhart
e7ba295d25 Attempt to fix Darwin build. 2008-05-30 02:46:03 +00:00
wbhart
f325a36936 New version of aclocal.m4. 2008-05-30 02:40:38 +00:00
wbhart
090b8ce7b9 Fix ltmain.sh for Darwin (hopefully). 2008-05-30 02:18:08 +00:00
wbhart
1a3c5cb1dd Run autoconf. 2008-05-30 01:56:51 +00:00
wbhart
85cf6fe5a9 Make MPIR_AS always defined. 2008-05-30 01:55:10 +00:00
wbhart
3d1eae9e41 Delete files not part of Jason Martin's patches. 2008-05-30 01:50:02 +00:00
wbhart
766eb8df76 Remove this file. 2008-05-30 01:43:04 +00:00
wbhart
961b19487f Run automake and autoconf. 2008-05-30 01:34:39 +00:00
wbhart
6751f0f9f5 Rename this file so it can assemble with yasm. 2008-05-30 01:31:51 +00:00
wbhart
9575eca2b0 Ensure sqr_basecase can have .as extension so make tune can work. 2008-05-30 01:30:42 +00:00
wbhart
0a1550b722 Explicitly give the output library name so libtool doesn't get confused. 2008-05-30 01:00:28 +00:00
wbhart
ed4bc3e66b Fix for libtool to make the required files. 2008-05-30 00:09:28 +00:00
wbhart
c14b1c9626 Missed one file in the rename. 2008-05-30 00:08:57 +00:00
wbhart
ecff967e32 Run automake and autoconf to propagate changes. 2008-05-29 23:56:41 +00:00
wbhart
60610b3b8b Attempt to fix assembler file names. 2008-05-29 23:55:41 +00:00
wbhart
0079b78815 Rearrange files so build can occur on core2. 2008-05-28 00:54:17 +00:00
wbhart
d610e5b676 Remove checking of calling conventions, etc, for now. 2008-05-28 00:46:05 +00:00
wbhart
e0d661e25c Try to get make check to work on core2. 2008-05-28 00:35:42 +00:00
wbhart
eb99d1394c Corrected directory order for x86_64. 2008-05-28 00:26:20 +00:00
wbhart
c68d6cf0ae Changed execute permissions. 2008-05-28 00:23:09 +00:00
wbhart
64e4f3e691 Modified so that core2 is passed through and recognised. 2008-05-28 00:22:33 +00:00
wbhart
a3bea3c41d Run autoconf to propagate changes to configure.in. 2008-05-27 23:59:30 +00:00
wbhart
73bde6447e First attempt to do everything right by the core2. 2008-05-27 23:57:04 +00:00
wbhart
5f64d76c9a Set execute permissions on these scripts and applied Gonzalo's patch for
detecting Core2.
2008-05-27 23:37:45 +00:00
wbhart
593e9f9ca0 Added some comments about the high value of UNROLL_COUNT used. 2008-05-27 22:37:26 +00:00
wbhart
bbd3b3028f Raised the UNROLL_COUNT so that tuneup will not segfault when it uses
values that cause a jump outside of the UNROLL_LOOP.
2008-05-27 22:33:43 +00:00
wbhart
a957663ccc Made non-PIC code more efficient with lea. 2008-05-27 20:11:54 +00:00
wbhart
e47a78c287 Fixed the code to not use addressing via the GOT when PIC is not needed. 2008-05-27 19:18:00 +00:00
brgladman
f47d32c30c 2008-05-27 10:33:54 +00:00
brgladman
3ea0d1f0fc Update x64 assembler to use prologue/epilogue macros
Change _SEH_ define to _WIN64_ABI
2008-05-27 09:14:56 +00:00
wbhart
c751b2c864 Fixed tune makefile to reflect changes to name of x86_64.asm. 2008-05-27 05:19:30 +00:00
wbhart
70efe8d4e2 Run autoconf to propagate changes. 2008-05-27 05:05:10 +00:00
wbhart
36c8df6973 Will allow tune to build. 2008-05-27 05:00:04 +00:00
wbhart
cd0d57ae48 Changed names so make check can work. 2008-05-27 03:11:47 +00:00
wbhart
2e7144aa1b Added execute privileges to m4-ccas. 2008-05-27 03:10:10 +00:00
wbhart
c1c70f040e Run automake to propagate changes. 2008-05-27 02:54:55 +00:00
wbhart
3ff64d3d03 Fixed a tab that had got converted to spaces. 2008-05-27 02:52:15 +00:00
wbhart
dd19683c98 First attempt at making make check work.
Fixed execute permissions on some files.

Removed some files from yasm that are regenerated by the build 
procedure.
2008-05-27 02:28:44 +00:00
wbhart
d842042973 The gmp-mparam.h files seemed to be different between my two sets of files. These ones make the segfault go away in the flint test. 2008-05-27 02:11:08 +00:00
wbhart
a2bbc6eb10 Small change to configure to help assembly of files not transitioned. 2008-05-27 00:50:12 +00:00
wbhart
46d20c584d Fixed some problems preventing it from building. 2008-05-26 22:53:25 +00:00
brgladman
492615b621 2008-05-26 22:38:26 +00:00
wbhart
075a98ed18 Ran autoconf, automake and aclocal to update all the autohell files. 2008-05-26 22:20:33 +00:00