TODO: remove ranlib note, add as/ld notes detected by gcc

This commit is contained in:
Mikael Pettersson 2023-09-10 17:22:57 +02:00
parent 149bad4289
commit 81903d1517

4
TODO
View File

@ -33,7 +33,9 @@ Tools:
- top-level Makefile: subdirs should error out on error in subdir - top-level Makefile: subdirs should error out on error in subdir
- size: implement it - size: implement it
- strip: implement it - strip: implement it
- ranlib: add wrapper script doing 'ar s'
- sim: improve it so it can run simple applications - sim: improve it so it can run simple applications
- as/ld: add support for PIC - as/ld: add support for PIC
- as/ld: add support for shared objects - 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)