commit | 9fc6951e5eb00f749cb79dc4ec1c22b204008f1b | [log] [tgz] |
---|---|---|
author | Ilya Tagunov <Ilya.Tagunov@synopsys.com> | Fri Jul 11 11:43:43 2025 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Sun Jul 20 20:03:45 2025 -0400 |
tree | d6ae1ea8ca631a1e0d8416663154621bbc5ef472 | |
parent | 9cd8d8f41df62f94c59e58f65253a2d41a7f2c10 [diff] |
linker: arc: add .rodata_in_data section to avoid unexpected placement The .rodata_in_data section is produced by MWDT toolchain with -Hccm option enabled. This option moves read-only data from the executable memory (ICCM) to the data memory (DCCM), improving performance by reducing conflicts between instruction fetches and data fetches. Signed-off-by: Ilya Tagunov <Ilya.Tagunov@synopsys.com> (cherry picked from commit 708c1dc4887a3a0a0ec3d6779f2311193ef90fac)