zephyr/include/toolchain
Andrew Boie 8b141dd83e xcc: fix __in_section_unique() and __COUNTER__
XCC assembler freaks out if a section name has __FILE__ in it,
forward slashes and quotation marks confuse it and result in
build errors.

This is not a perfect fix, its possible for two sections to collide,
but at worst this will result is some unnecessary space in noinit,
fooling gc-sections.

XCC also doesn't support __COUNTER__, use __LINE__ as a substitute.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2017-08-16 10:59:10 -07:00
..
common.h toolchain/common.h: deprecate __stack 2017-06-09 18:53:28 -04:00
gcc.h toolchain.h: intoduce __kernel macros 2017-07-15 12:17:54 -07:00
xcc.h xcc: fix __in_section_unique() and __COUNTER__ 2017-08-16 10:59:10 -07:00