File: TODO

package info (click to toggle)
gputils 1.5.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 159,960 kB
  • sloc: pascal: 1,459,440; ansic: 319,705; sh: 4,323; makefile: 2,134; lex: 1,755; yacc: 1,595
file content (18 lines) | stat: -rw-r--r-- 719 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
This following list contains items that need to be completed. This 
list is in no particular order.

gputils
  * Grep the source for FIXME and fix.
  * Add a check for the version of flex.
  * Use dejagnu for testing.

gpasm
  * Move opcode generator from /gpasm/directive.c to /libgputils/gpopcode.c.
  * Undefined coff symbols are always at the end of the coff table.
  * Add relocations for the difference between symbols in the same section.
  * Allow multiple symbols with the same name in different sections of COFF asm files.

gplink
  * Peep-like optimization. Consider using pcode from sdcc-pic14.
  * Partial linking.
  * Use extended COD file types. (If once there will be documentation of COD file format.)