File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11# Unreleased
22
3+ - Fix nightly regression by manually passing --gc-sections ([ #168 ] ( https://github.com/rust-osdev/bootloader/pull/168 ) )
4+
35# 0.9.17 – 2021-04-30
46
57- Reduce the number of used unstable features of x86_64 crate (backport [ #155 ] ( https://github.com/rust-osdev/bootloader/pull/140 ) )
Original file line number Diff line number Diff line change 55 "linker" : " rust-lld" ,
66 "pre-link-args" : {
77 "ld.lld" : [
8- " --script=linker.ld"
9- ]
8+ " --script=linker.ld" ,
9+ " --gc-sections"
10+ ]
1011 },
1112 "target-endian" : " little" ,
1213 "target-pointer-width" : " 64" ,
1718 "disable-redzone" : true ,
1819 "panic" : " abort" ,
1920 "executables" : true ,
20- "relocation_model" : " static"
21+ "relocation_model" : " static"
2122}
You can’t perform that action at this time.
0 commit comments