From 3a06585426d9a132e0c603e58ae8109ffb41b736 Mon Sep 17 00:00:00 2001 From: Mikael Pettersson Date: Fri, 1 May 2015 14:23:52 +0200 Subject: [PATCH] TODO: update --- TODO | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODO b/TODO index 0f75ce4..de48c9f 100644 --- a/TODO +++ b/TODO @@ -37,6 +37,7 @@ pdp10-opcodes: Tools: +- top-level Makefile: subdirs should error out on error in subdir - size: implement it - strip: implement it - ld: implement it @@ -45,6 +46,8 @@ Tools: - as: * tunit_{strtab_,}section_enter() should be generalized and merged * what happens if user defines .comment as say text, and later enters .ident? + * output: move section_symtab into the context + * tunit: add symtab sections analagous to strtab sections? * add support for named sections * add support for sub-sections * add support for data directives (.word, .asciz, etc)