tinycc/lib
jiang 5e56fb635a Return to: e20c1eb99e
1: The new patch for the other machines still have the problem.
2: libcrt Rename (what if gcc had libcrt as well)
3: parse_number exact problem
4: VT_VLS is to allow tcc
     Compile the following
     int b = 9;
     struct st {
     int a;
     int b [b]
     };
     struct st st1;
     st1.b [8] = 9;
     printf ("% d \ n", st1.b [8]);

     tcc a problem. Due to problems in front, and now can not be improved
5: they commit much, bug difficult to lock, you can not let other people help develop.
6: ('\ t') too

Thanks to Michael and Ray
Their criticism I have benefited!
2014-05-04 13:18:31 +08:00
..
Makefile Return to: e20c1eb99e 2014-05-04 13:18:31 +08:00
alloca-arm.S arm: Provide alloca() 2014-04-05 22:54:11 +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
alloca86_64.S lib/alloca*: mark ELF stack access flags as nonexecutable 2011-01-04 10:38:52 +02:00
armeabi.c Round mode of ll -> float conversion to nearest 2014-02-05 20:56:36 +08:00
bcheck.c build: add initial NetBSD support. 2014-04-12 01:42:46 -04:00
libtcc1.c Return to: e20c1eb99e 2014-05-04 13:18:31 +08:00