commit | 2b76f0fee2f20d3c969e514c0e71b7c80e3dd9d5 | [log] [tgz] |
---|---|---|
author | Evgeniy Paltsev <PaltsevEvgeniy@gmail.com> | Fri Apr 23 15:55:53 2021 +0300 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Apr 26 14:15:43 2021 -0400 |
tree | 3cfc6b8ffc3d4bcf6ec6c92b542d38ca35abccdb | |
parent | 292a15be781619ca2e07334981549ea44952a57d [diff] |
init: tweak Zephyr .init* section name conflicting with toolchain In case of ARC MWDT toolchain and C++ support enabled the Zephyr .init* section conflicts with .init* sections derived from toolchain libs. Let's add 'z_' prefix to Zephyr .init* section (and therefore .device section as they share the same macros) to make Zephyr section name unique. Signed-off-by: Evgeniy Paltsev <PaltsevEvgeniy@gmail.com>