Skip to content
Snippets Groups Projects
Verified Commit 701e64b3 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

ld_so: Default to non-verbose

parent d7a859fb
No related branches found
No related tags found
No related merge requests found
......@@ -150,7 +150,7 @@ pub extern "C" fn relibc_ld_so_start(sp: &'static mut Stack, ld_entry: usize) ->
&argv[0]
};
let mut linker = Linker::new(library_path, is_manual);
let mut linker = Linker::new(library_path, false);
match linker.load(&path, &path) {
Ok(()) => (),
Err(err) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment