commit | 79e0ab743ec6c00e6905f0ce73cdc6eee8bdc020 | [log] [tgz] |
---|---|---|
author | Kumar Gala <kumar.gala@linaro.org> | Fri May 28 06:50:39 2021 -0500 |
committer | Kumar Gala <kumar.gala@gmail.com> | Fri May 28 09:32:44 2021 -0500 |
tree | 6a144a301dda863dfdce5f17d19cc2f753b65506 | |
parent | 106ca709973bc9867a3afa335f31c831189f7af3 [diff] |
soc: xtensa: linker: Update linker scripts for C++ build When we link in crtbegin.o for C++ exception support we end up pulling in the .tm_clone_table section. We need to update the linker scripts to handle this. soc/xtensa/sample_controller/linker.ld was already updated, this fixes the others. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>