git-svn-id: file:///Users/aamine/c/gitwork/public/cbc/trunk@4073 1b9489fe-b721-0410-924e-b54b9192deb8
This commit is contained in:
Minero Aoki 2008-10-24 18:52:49 +00:00
parent dd5d3dd4f0
commit 244c52e425
1 changed files with 5 additions and 5 deletions

10
ToDo
View File

@ -4,11 +4,7 @@
* type handling
* "extern char*[] sys_errlist" is array, not pointer
* &puts should make int(*)(char*)* instead of int(*)(char*)**
* label refactoring
* Label -> Symbol
* all Symbols should be got from objects
* implement unnamed (code) Label
* &puts should be typed as int(*)(char*)*, not int(*)(char*)**
* bin/cbc: resolve symbolic link
* -fPIE, -pie
* remove all FIXME
@ -255,3 +251,7 @@
- -fPIC (PIC generation)
- -shared
- Java 5
- label refactoring
- Label -> Symbol
- all Symbols should be got from objects
- implement unnamed (code) Label