From 6b7d46d33cdb9c99852f2d4378243ab08ba876ba Mon Sep 17 00:00:00 2001 From: pommicket Date: Sun, 6 Nov 2022 20:03:37 -0500 Subject: better docs --- src/main.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index a47c043..ec66464 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,17 +1,14 @@ /* @TODO: -- move symbol_data_offsets stuff inside LinkerOutput - bounds check on bss - make bss optional - finish docs +- disable "warning: relocation XXX not in a data/text section" for .rel.eh_frame - make sure --no-stdlib generates a tiny executable - make executables more tiny (overlap sections, etc.) - static libraries */ -// you will need gcc-multilib to compile a 32-bit executable (with stdlib) -// you need to use -fno-pic with gcc -- got,plt relocations aren't supported -// and also make the executable bigger. extern crate clap; use clap::Parser; -- cgit v1.2.3