[U-Boot] [PATCH 2/3] x86: Enable -fdata-sections always
Bin Meng
bmeng.cn at gmail.com
Tue Aug 21 08:34:17 UTC 2018
On Mon, Aug 20, 2018 at 8:32 PM, Alexander Graf <agraf at suse.de> wrote:
> 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 at suse.de>
> ---
> arch/x86/config.mk | 4 +---
> 1 file changed, 1 insertion(+), 3 deletions(-)
>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
Tested-by: Bin Meng <bmeng.cn at gmail.com>
More information about the U-Boot
mailing list