aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorKirill Smelkov <kirr@mns.spb.ru>2010-06-21 20:50:32 +0400
committerKirill Smelkov <kirr@mns.spb.ru>2010-06-21 20:50:41 +0400
commit9775aea1ab634a74cd4254df85e93d4cbf098cce (patch)
treedbdf8823c5c64ef3d4d40749401c9cb129f3521d /TODO
parent3ba37e1e3f1d942c3115406cdccf01ce84d53bee (diff)
parent2fe5210a33556ed18bc878046d39e25964a52840 (diff)
downloadtinycc-9775aea1ab634a74cd4254df85e93d4cbf098cce.tar.gz
tinycc-9775aea1ab634a74cd4254df85e93d4cbf098cce.tar.bz2
Merge branch 'kirr/tcc-MD' into mob
Hello up there. I'm trying to change gcc to tcc for faster develpment on slow machines, and the first obstacle that turned out was lack of dependency generation on tcc side. Attached patches try to fix that. Thanks, Kirill * tcc-MD: .gitignore += tags tcc: Explicitly require -l<lib> for libraries Document what tcc_fileextension does tcc -E: Let output_default be <file>.o instead of a.out tcc: Draft suppoprt for -MD/-MF options tcc: Refactor "compute default outfile name" into libtcc function Add input files/libs and reloc_output switch to TCCState tcc: Fix typo in error (it's '%s', not '%s) chmod a-x i386-gen.c .gitignore += *.o *.a .cvsignore -> .gitignore
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO b/TODO
index 6f49c5d..9d19153 100644
--- a/TODO
+++ b/TODO
@@ -46,7 +46,6 @@ Missing features:
- disable-asm and disable-bcheck options
- __builtin_expect()
- improve '-E' option.
-- add '-MD' option
- atexit (Nigel Horne)
- packed attribute
- C99: add variable size arrays (gcc 3.2 testsuite issue)