1
0
mirror of https://github.com/mirror/tinycc.git synced 2025-03-24 10:00:07 +08:00
tinycc/lib
James Lyon 1caee8ab3b Sorted out CMake on x86-64 and fixed silly XMM# bug introduced when working on Win64 stdargs.
I removed the XMM6/7 registers from the register list because they are not used
on Win64 however they are necessary for parameter passing on x86-64. I have now
restored them but not marked them with RC_FLOAT so they will not be used except
for parameter passing.
2013-04-25 22:30:53 +01:00
..
alloca86_64.S lib/alloca*: mark ELF stack access flags as nonexecutable 2011-01-04 10:38:52 +02:00
alloca86-bt.S lib/alloca*: mark ELF stack access flags as nonexecutable 2011-01-04 10:38:52 +02:00
alloca86.S lib/alloca*: mark ELF stack access flags as nonexecutable 2011-01-04 10:38:52 +02:00
bcheck.c add version number to manpage 2013-02-17 00:48:51 +01:00
libtcc1.c Sorted out CMake on x86-64 and fixed silly XMM# bug introduced when working on Win64 stdargs. 2013-04-25 22:30:53 +01:00
Makefile Fixed tests on Windows (including out-of-tree problems) 2013-04-17 20:32:07 +01:00