Skip to content

Commit 7eb2f07

Browse files
committed
user: Remove custom linker script
Now that the kernel ELF loader can handle unaligned segments correctly there is no need anymore for a custom linker script for user-mode binaries. Fixes: #483 Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
1 parent 1404065 commit 7eb2f07

2 files changed

Lines changed: 0 additions & 62 deletions

File tree

user/init/build.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
//
33

44
fn main() {
5-
println!("cargo:rustc-link-arg=-Tuser/lib/module.lds");
65
println!("cargo:rustc-link-arg=-no-pie");
76
}

user/lib/module.lds

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)