commit | 0ee896117cb55c5d83ba069f30cf97c22e9d4ce3 | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Wed Feb 03 14:25:25 2021 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Feb 05 07:45:07 2021 -0500 |
tree | e2964e901d7da1f7d020d328ac6996e24d614872 | |
parent | 5ef8db8ac989e683fb1b51572b00074780f82f0a [diff] |
linker: ifdef thread local storage script XCC Clang doesn't emit load address when a section is empty, resulting in __tdata_start not being defined. So put a #ifdef guard for the thread local storage linker script to avoid this issue. Signed-off-by: Daniel Leung <daniel.leung@intel.com>