diff --git a/soc/xtensa/intel_s1000/linker.ld b/soc/xtensa/intel_s1000/linker.ld index 6ef65288b37..bdc2381985f 100644 --- a/soc/xtensa/intel_s1000/linker.ld +++ b/soc/xtensa/intel_s1000/linker.ld @@ -368,6 +368,10 @@ SECTIONS *(.rodata.*) *(.gnu.linkonce.r.*) *(.rodata1) + + . = ALIGN(4); + #include + __XT_EXCEPTION_TABLE__ = ABSOLUTE(.); KEEP (*(.xt_except_table)) KEEP (*(.gcc_except_table .gcc_except_table.*))