Skip to content
Commit e6dc9146 authored by Daniel Leung's avatar Daniel Leung Committed by Kumar Gala
Browse files

toolchain: gcc: fix extra space when using SECTION_VAR



The generic version of SECTION_VAR() is adding an extra space
during expansion before second argument (e.g.
SECTION_VAR(section, variable) => ".section. variable"
instead of ".section.variable") which would result in build
error. So remove the "##" in macro to fix this, and now it
will also behave the same as SECTION_FUNC().

Signed-off-by: default avatarDaniel Leung <daniel.leung@intel.com>
parent 8297eafc
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment