Return to: e20c1eb99e1003c1e59522c136dbb15c52d7cc7c
commit5e56fb635a23484d8fda8b54a40900d0a54b0ba1
authorjiang <30155751@qq.com>
Sun, 4 May 2014 05:18:31 +0000 (4 13:18 +0800)
committerjiang <30155751@qq.com>
Sun, 4 May 2014 05:18:31 +0000 (4 13:18 +0800)
tree6f7491150cfe01700c9863946906203adad0de13
parent089dea355a28da44376ce4f5195baa4b4e0b217d
Return to: e20c1eb99e1003c1e59522c136dbb15c52d7cc7c
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!
23 files changed:
Makefile
arm-gen.c
c67-gen.c
i386-asm.c [moved from asmx86.c with 98% similarity]
i386-gen.c
i386-tok.h [moved from asmx86-tok.h with 100% similarity]
il-gen.c
lib/Makefile
lib/libtcc1.c [moved from lib/libcrt.c with 96% similarity]
libtcc.c
tcc.h
tccasm.c
tccelf.c
tccgen.c
tccpe.c
tccpp.c
tcctok.h
tests/Makefile
tests/abitest.c
tests/libtcc_test.c
tests/tcctest.c
win32/tools/tiny_libmaker.c
x86_64-gen.c