diff options
author | pommicket <pommicket@gmail.com> | 2022-11-06 21:52:27 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-11-06 21:52:27 -0500 |
commit | dab85a8d1e9b99cbef225b8f5cc7fc001405828d (patch) | |
tree | 5075a75a7d18f44e7ee0c00b0d5441a13d225988 /src/main.rs | |
parent | 6b7d46d33cdb9c99852f2d4378243ab08ba876ba (diff) |
docs done for now
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 3 |
1 files changed, 1 insertions, 2 deletions
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 { |