a17fe86de2
LLVM LLD fills empty spaces (created using ALIGN() or moving the location counter) in executable segments with TrapInstr pattern, e.g. for ARM the TrapInstr pattern is 0xd4d4d4d4. GNU LD fills empty spaces with 0x00 pattern. We may want to have some section (e.g. rom_start) filled with 0x00, e.g. because MCU can interpret the pattern as a configuration data. Signed-off-by: Patryk Duda <pdk@semihalf.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
fill_with_zeros.ld | ||
isr_tables.c | ||
Kconfig | ||
nocache.ld | ||
ramfunc.ld | ||
rom_start_address.ld | ||
rom_start_offset.ld | ||
semihost.c | ||
sw_isr_common.c | ||
timing.c |