8b141dd83e
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> |
||
---|---|---|
.. | ||
common.h | ||
gcc.h | ||
xcc.h |