From d2b519d5cd43236e8f23a5ca05b8e6e31346d241 Mon Sep 17 00:00:00 2001 From: pommicket Date: Tue, 8 Nov 2022 13:14:22 -0500 Subject: tests --- src/main.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 775138a..926b1e4 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,6 +1,5 @@ /* @TODO: -- automated tests - what happens when a symbol has two definitions? can this happen with multiple c++ files which use the same template? - disable "warning: relocation XXX not in a data/text section" for .rel.eh_frame + maybe others - these warnings are being generated in two places. do they need to be? @@ -16,8 +15,7 @@ use clap::Parser; #[cfg(target_endian = "big")] compile_error! {"WHY do you have a big endian machine???? it's the 21st century, buddy. this program won't work fuck you"} -mod elf; -pub mod linker; +use tinyld::linker; #[derive(Parser, Debug)] struct Args { -- cgit v1.2.3