git-svn-id: file:///Users/aamine/c/gitwork/public/cbc/trunk@4075 1b9489fe-b721-0410-924e-b54b9192deb8
This commit is contained in:
Minero Aoki 2008-10-25 22:22:16 +00:00
parent 2d0babf4c4
commit 97204851c7
1 changed files with 4 additions and 1 deletions

5
ToDo
View File

@ -5,8 +5,10 @@
* type handling
* "extern char*[] sys_errlist" is array, not pointer
* &puts should be typed as int(*)(char*)*, not int(*)(char*)**
* bin/cbc: resolve symbolic link
* check opassign semantic as operator
* -fPIE, -pie
* implement difference against PIC
* --readonly-plt
* remove all FIXME
== Done
@ -255,3 +257,4 @@
- Label -> Symbol
- all Symbols should be got from objects
- implement unnamed (code) Label
- bin/cbc: resolve symbolic link