commit | 89679cd97540b57228997c9ebcc393147d014a7c | [log] [tgz] |
---|---|---|
author | Peter Mitsis <peter.mitsis@intel.com> | Wed Apr 10 11:32:30 2024 -0400 |
committer | Anas Nashif <anas.nashif@intel.com> | Sat Apr 20 13:45:25 2024 -0400 |
tree | 6e8f00e633f6de93c8b61b8356638188fc9f8c0e | |
parent | d382c3d64417668b31efa5ede4ed9519e371c247 [diff] |
linker: Add Z_LINK_ITERABLE_SUBALIGN The macro Z_LINK_ITERABLE_SUBALIGN is used by linker scripts to select the default subalignment based on whether it is 32/64-bit architecture. 64-bit architectures set the default subalignment to 8, while 32-bit architectures set it to 4. Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>