tinycc/lib
grischka 44abffe33a more minor fixes
* tccgen: re-allow long double constants for x87 cross
  sizeof (long double) may be 12 or 16 depending on host platform
  (i386/x86_64 on unix/windows).
  Except that it's 8 if the host is on windows and not gcc
  was used to compile tcc.

* win64: fix builtin_va_start after VT_REF removal
  See also a8b83ce43a

* tcctest.c: remove outdated limitation for ll-bitfield test
  It always worked, there is no reason why it should not work
  in future.

* libtcc1.c: exclude long double conversion on ARM

* Makefile: remove CFLAGS from link recipes

* lib/Makefile: use target DEFINES as passed from main Makefile

* lib/armflush.c lib/va_list.c: factor out from libtcc1.c

* arm-gen.c: disable "depreciated" warnings for now
2017-05-07 12:41:29 +02:00
..
Makefile more minor fixes 2017-05-07 12:41:29 +02:00
alloca-arm.S cross-compilers: allow individual configuration 2017-02-23 08:41:57 +01:00
alloca86-bt.S Fix mistake. Change jb by jbe. tiny c round (INT_MAX = 0x7FFFFFFF) to a DWORD boundary and it becomes 0x80000000. Jle treats as -214783648, but Jbe treats as 214783648. Thanks to Jason Hood for explain me this. 2014-07-10 20:41:51 -04:00
alloca86.S fixes & cleanups 2017-02-13 18:23:43 +01:00
alloca86_64-bt.S fixes & cleanups 2017-02-13 18:23:43 +01:00
alloca86_64.S fixes & cleanups 2017-02-13 18:23:43 +01:00
armeabi.c cross-compilers: allow individual configuration 2017-02-23 08:41:57 +01:00
armflush.c more minor fixes 2017-05-07 12:41:29 +02:00
bcheck.c Add support of musl-libc 2017-04-20 22:01:50 +02:00
lib-arm64.c cross-compilers: allow individual configuration 2017-02-23 08:41:57 +01:00
libtcc1.c more minor fixes 2017-05-07 12:41:29 +02:00
va_list.c more minor fixes 2017-05-07 12:41:29 +02:00