sof/lmdk/cmake/ldscripts
Serhiy Katsyuba 7bd1953e63 lmdk: Fix linker script
Specifying 0 address for .module section results in few GB binary file.
Instead, put .module section near .text or .rodata.

Signed-off-by: Serhiy Katsyuba <serhiy.katsyuba@intel.com>
2024-08-05 18:56:56 +01:00
..
bss_linker_script.txt lmdk: Add support for dynamic memory allocation by a loadable modules 2023-11-09 11:28:30 +02:00
common_rodata_linker_script.txt loadable module: don't define PHDR twice 2023-12-15 09:46:37 +00:00
common_text_linker_script.txt loadable module: don't define PHDR twice 2023-12-15 09:46:37 +00:00
data_linker_script.txt lmdk: Fix linker script 2024-08-05 18:56:56 +01:00
guard_linker_script.txt
memory_header_linker_script.txt.in
text_linker_script.txt lmdk: Instruct linker to keep .buildinfo section 2023-11-09 11:28:30 +02:00
xt_linker_script.txt