tinycc/lib
grischka 4ad186c5ef i386: use __fixdfdi instead of __tcc_cvt_ftol
Variants __fixsfdi/__fixxfdi are not needed for now because
the value is converted to double always.

Also:
- remove __tcc_fpinit for unix as it seems redundant by the
  __setfpucw call in the startup code
- avoid reference to s->runtime_main in cross compilers
- configure: fix --with-libgcc help
- tcctok.h: cleanup
2014-01-06 19:07:08 +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
armeabi.c Fix signed integer division in ARM runtime ABI 2013-12-15 09:44:20 +08:00
bcheck.c add version number to manpage 2013-02-17 00:48:51 +01:00
libtcc1.c i386: use __fixdfdi instead of __tcc_cvt_ftol 2014-01-06 19:07:08 +01:00
Makefile Add ARM aeabi functions needed to run tcctest 2013-12-11 10:15:30 +08:00