From dab85a8d1e9b99cbef225b8f5cc7fc001405828d Mon Sep 17 00:00:00 2001 From: pommicket Date: Sun, 6 Nov 2022 21:52:27 -0500 Subject: docs done for now --- src/main.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index ec66464..e25b837 100644 --- a/src/main.rs +++ b/src/main.rs @@ -2,8 +2,8 @@ @TODO: - bounds check on bss - make bss optional -- finish docs - disable "warning: relocation XXX not in a data/text section" for .rel.eh_frame + - these warnings are being generated in two places. do they need to be? - make sure --no-stdlib generates a tiny executable - make executables more tiny (overlap sections, etc.) - static libraries @@ -18,7 +18,6 @@ compile_error! {"WHY do you have a big endian machine???? it's the 21st century, mod elf; pub mod linker; -mod util; #[derive(Parser, Debug)] struct Args { -- cgit v1.2.3