zephyr/include/toolchain
Daniel Leung e6dc91466c 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: Daniel Leung <daniel.leung@intel.com>
2021-05-10 16:00:43 -05:00
..
common.h
gcc.h toolchain: gcc: fix extra space when using SECTION_VAR 2021-05-10 16:00:43 -05:00
llvm.h
mwdt.h
xcc.h
xcc_missing_defs.h
zephyr_stdint.h