summaryrefslogtreecommitdiff
path: root/tests/x86call.asm
Commit message (Collapse)AuthorAgeFilesLines
* Support Darwin for all x86-32 CPUs, including fat builds.Torbjorn Granlund2014-07-261-0/+1
|
* Use https to link to GNU license.Torbjorn Granlund2013-12-021-1/+1
|
* Modernise asm syntax.Torbjorn Granlund2013-03-181-27/+27
|
* Put all of test suite under GPL, use consistent header.Torbjorn Granlund2012-11-211-13/+14
|
* Misc and comment changes.Torbjorn Granlund2010-11-291-13/+14
|
* Rewrite x86 calling conventions checking code for code size and to support PIC.Torbjorn Granlund2010-11-291-37/+73
|
* Clean up spacing.tege2007-09-241-4/+4
|
* Update license to version 3.tege2007-09-181-5/+3
|
* Update FSF's address.tege2006-02-151-2/+2
|
* * tests/x86call.asm, test/tests.h (x86_fldcw, x86_fstcw): NewKevin Ryde2003-06-281-1/+33
| | | | functions.
* Remove a copyright year.Kevin Ryde2001-11-151-1/+1
| | | | | (This file was moved and so is dated 2001 in the cvs, but hasn't changed since 2000.)
* Add a copyright year.tege2001-11-151-1/+1
|
* * mpn/tests/spinner.c,trace.c,x86call.asm,x86check.asm: Move to testsKevin Ryde2001-01-061-0/+85
directory.