[coreboot-gerrit] Patch merged into coreboot/master: ad4fa21 Get rid of .car.global_data warnings for GCC build

gerrit at coreboot.org gerrit at coreboot.org
Mon Feb 9 17:44:05 CET 2015


the following patch was just integrated into master:
commit ad4fa21705e66a0f350597da043c845aa79bce99
Author: Martin Roth <gaumless at gmail.com>
Date:   Thu Jan 22 19:10:10 2015 -0700

    Get rid of .car.global_data warnings for GCC build
    
    The "used" attribute was added in commit 27cf2472 which caused these
    warnings to start appearing when using the standard coreboot GCC
    toolchain:
    
    {standard input}: Assembler messages:
    {standard input}:96: Warning: ignoring changed section type for .car.global_data
    {standard input}:96: Warning: ignoring changed section attributes for
    .car.global_data
    
    The # at the end of the section name causes the assembler to
    ignore everything following the name. I verified that the resulting
    binaries are the same with and without the #.
    
    Change-Id: Iaac8042533842ed887f33895f083b613a18f496a
    Signed-off-by: Martin Roth <gaumless at gmail.com>
    Reviewed-on: http://review.coreboot.org/8301
    Reviewed-by: Paul Menzel <paulepanter at users.sourceforge.net>
    Tested-by: build bot (Jenkins)
    Reviewed-by: Aaron Durbin <adurbin at google.com>


See http://review.coreboot.org/8301 for details.

-gerrit



More information about the coreboot-gerrit mailing list