make all ld printlns happen in case of verbose = true and apply cargo fmt
It seams that stdout of ld.so is not that much of an issue but actually it unfortunately is. The major problem here is that sometimes programs generate header files in stdout (./getmy_custom_headers > header.h) and we need to keep that cleen. and this is very very popular in gcc.
Showing
- src/header/stdio/printf.rs 0 additions, 1 deletionsrc/header/stdio/printf.rs
- src/ld_so/callbacks.rs 1 addition, 1 deletionsrc/ld_so/callbacks.rs
- src/ld_so/library.rs 1 addition, 1 deletionsrc/ld_so/library.rs
- src/ld_so/linker.rs 6 additions, 4 deletionssrc/ld_so/linker.rs
- src/ld_so/mod.rs 1 addition, 2 deletionssrc/ld_so/mod.rs
- src/ld_so/start.rs 2 additions, 2 deletionssrc/ld_so/start.rs
Loading
Please register or sign in to comment