commit | 8297eafc601df5cd94a65e4d937a3be5fec012bb | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Thu Mar 25 12:47:36 2021 -0700 |
committer | Kumar Gala <kumar.gala@gmail.com> | Mon May 10 16:00:43 2021 -0500 |
tree | 971b031cb64194bd17b296969c0f54db065b0100 | |
parent | 4ee61309b1203abaa4ed0a35c479e20d3dbb6155 [diff] |
toolchain: add Z_GENERIC_DOT_SECTION() macro This is similar to Z_GENERIC_SECTION() but the resulting section name has a period as prefix. This eases the need to create a section name macro for both assembly and C. Signed-off-by: Daniel Leung <daniel.leung@intel.com>