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 1
1
# Unreleased
2
2
3
+ - Fix nightly regression by manually passing --gc-sections ([ #168 ] ( https://github.com/rust-osdev/bootloader/pull/168 ) )
4
+
3
5
# 0.9.17 – 2021-04-30
4
6
5
7
- 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 5
5
"linker" : " rust-lld" ,
6
6
"pre-link-args" : {
7
7
"ld.lld" : [
8
- " --script=linker.ld"
9
- ]
8
+ " --script=linker.ld" ,
9
+ " --gc-sections"
10
+ ]
10
11
},
11
12
"target-endian" : " little" ,
12
13
"target-pointer-width" : " 64" ,
17
18
"disable-redzone" : true ,
18
19
"panic" : " abort" ,
19
20
"executables" : true ,
20
- "relocation_model" : " static"
21
+ "relocation_model" : " static"
21
22
}
You can’t perform that action at this time.
0 commit comments