Files
tinycc/include
grischka 19ef024aa9 lib/armeabi.c: fix zero from/to double conversion
tccgen.c:
- allow cross-compiling 0.0L (cross-compile tcc with tcc)
tccelf.c:
- use alignment of TLS section for PT_TLS
tccpp.c:
- support long double constants on systems that do not support
  long doubles (i.e. mark them (VT_DOUBLE | VT_LONG))
tccdefs.h:
  #define __has_feature() for android
  remove _unaligned (why define a msvc extension under !_WIN32)
2023-04-25 08:59:42 +02:00
..
2022-04-28 21:44:01 +03:00
2019-09-08 15:04:06 +03:00
2022-11-17 05:57:21 -06:00
2014-04-07 00:30:31 +02:00
2022-04-12 07:07:40 +02:00
2009-07-18 22:06:37 +02:00