Commit 1baba0ed authored by bors[bot]'s avatar bors[bot]
Browse files

Merge #35



35: Add .sbss section to linker script r=Disasm a=laanwj

Rust nightly has started generating this section for RISC-V executables, place it at the start of the bss area.

```
  = note: rust-lld: error: no memory region specified for section '.sbss'
```

I think this is correct, looking at other uses of the section, though I could find no definitive documentation for this.

Co-authored-by: default avatarWladimir J. van der Laan <laanwj@gmail.com>
parents e9bb7e09 e658b5e3
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment