commit | b28f7b3957186417765c1b225869a71d60d3386a | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Mon Aug 20 14:25:49 2018 +0200 |
committer | Alexander Graf <agraf@suse.de> | Mon Aug 20 14:25:59 2018 +0200 |
tree | 605c97d73fde6c1a07a5420939c922b9f371452d | |
parent | 86642971da9f3c53de9eb614bcaa5d81307a0bac [diff] |
riscv: Include bss subsections in linker script When we build with -fdata-sections we may end up with bss subsections. Our linker script explicitly lists only a single consecutive bss section though. Adapt the statement to also include subsections. Signed-off-by: Alexander Graf <agraf@suse.de>