mirror of https://github.com/aamine/cbc
updated
git-svn-id: file:///Users/aamine/c/gitwork/public/cbc/trunk@4075 1b9489fe-b721-0410-924e-b54b9192deb8
This commit is contained in:
parent
2d0babf4c4
commit
97204851c7
5
ToDo
5
ToDo
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue