From 81903d151722d5c1353c3446a844fa77daef8d0d Mon Sep 17 00:00:00 2001 From: Mikael Pettersson Date: Sun, 10 Sep 2023 17:22:57 +0200 Subject: [PATCH] TODO: remove ranlib note, add as/ld notes detected by gcc --- TODO | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index dcede99..5385107 100644 --- a/TODO +++ b/TODO @@ -33,7 +33,9 @@ Tools: - top-level Makefile: subdirs should error out on error in subdir - size: implement it - strip: implement it -- ranlib: add wrapper script doing 'ar s' - sim: improve it so it can run simple applications - as/ld: add support for PIC - as/ld: add support for shared objects +- as/ld: add support for .section .note.GNU-stack (needed by gcc file_end hook) +- as: add support for .L1-L2 in data directives (needed for gcc -g w/ Dwarf) +- as: add support for SVR4-specific options (needed by svr4.h in gcc tm_file)