| commit | 3180fc0ecc3cd442be436d630ec1511e060f3b91 | [log] [tgz] |
|---|---|---|
| author | Daniel Leung <daniel.leung@intel.com> | Fri Sep 25 13:10:00 2020 -0700 |
| committer | Andrew Boie <andrewboie@gmail.com> | Sat Oct 24 10:52:00 2020 -0700 |
| tree | 8434afde062c9efdcdb12d158d70d2283e4e3e16 | |
| parent | 97db4ac0ca6d5d1d9aed99bd3cacd12de1099b88 [diff] |
linker: add linker sections for thread local storage This adds the tdata and tbss sections required for thread local storage. They are in ROM area as these sections are not to be directly accessed, but copied to thread local storage area at thread creation. Signed-off-by: Daniel Leung <daniel.leung@intel.com>