commit | 86642971da9f3c53de9eb614bcaa5d81307a0bac | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Mon Aug 20 14:20:51 2018 +0200 |
committer | Alexander Graf <agraf@suse.de> | Mon Aug 20 14:20:53 2018 +0200 |
tree | 75153673441a2c9b853d88228a28e6956e685f41 | |
parent | 61c767882f9af85d8d5c3150bb70f4880648b826 [diff] |
x86: Enable -fdata-sections always We left -fdata-sections disabled for x86_64 before because we encountered random bugs that were at that time inexplicable. Turns out this really was just side effects of missing .bss* statements in the linker scripts. With those fixed, we can enable data sections for all targets. Signed-off-by: Alexander Graf <agraf@suse.de>