File tree Expand file tree Collapse file tree 3 files changed +0
-19
lines changed Expand file tree Collapse file tree 3 files changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,6 @@ rlibc = "1.0.0"
12
12
# x86_64 = { git = "https://github.com/kevinaboos/x86_64" }
13
13
x86_64 = { path = " ../../libs/x86_64" } # currently using our local copy, forked from Phil Opp's crate
14
14
15
- # this is needed for our odd approach of loading the libcore ELF file at runtime
16
- # compiler_builtins = { git = "https://github.com/rust-lang-nursery/compiler-builtins", features = ["c"] }
17
15
18
16
19
17
[dependencies .log ]
Original file line number Diff line number Diff line change 11
11
#![ feature( used) ]
12
12
13
13
14
- // this is needed for our odd approach of loading the libcore ELF file at runtime
15
- // #![feature(compiler_builtins_lib)]
16
- // extern crate compiler_builtins;
17
-
18
14
19
15
extern crate alloc;
20
16
#[ macro_use] extern crate log;
@@ -35,9 +31,6 @@ extern crate exceptions;
35
31
extern crate captain;
36
32
37
33
38
- pub mod reexports;
39
-
40
-
41
34
42
35
// see this: https://doc.rust-lang.org/1.22.1/unstable-book/print.html#used
43
36
#[ link_section = ".pre_init_array" ] // "pre_init_array" is a section never removed by --gc-sections
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments