commit | 8f5bcb2e76c3ae053cd025143981e5c7095094d9 | [log] [tgz] |
---|---|---|
author | Aastha Grover <aastha.grover@intel.com> | Mon Jan 30 20:11:55 2023 -0500 |
committer | Kumar Gala <kumar.gala@gmail.com> | Fri Feb 10 18:05:14 2023 -0600 |
tree | 01f07c71005d1c8c6ccb76f5dc1035aedf0e5d23 | |
parent | 158ee9139ce905aaa488c4912d3582aa88ef9f36 [diff] |
intel_adsp: ace: fix linker script for xcc-clang compiler rodata section for xtensa overrides the .ctors section containing the constructor info and the _ZEPHYR_CTOR_LIST_. Removes the ctor related linker script lines from the rodata section of the ace linker script to ensure that the .ctors is properly generated and placed when using the xcc-clang compiler. Fixes #54730 Signed-off-by: Aastha Grover <aastha.grover@intel.com>