diff --git a/os/common/startup/e200/compilers/GCC/ld/rules_z0.ld b/os/common/startup/e200/compilers/GCC/ld/rules_z0.ld index 6775beac8..e6cc68ea1 100644 --- a/os/common/startup/e200/compilers/GCC/ld/rules_z0.ld +++ b/os/common/startup/e200/compilers/GCC/ld/rules_z0.ld @@ -57,14 +57,14 @@ SECTIONS PROVIDE(__fini_array_end = .); } > flash - .text_vle : ALIGN_WITH_INPUT + .text_vle : ALIGN(16) { *(.text_vle) *(.text_vle.*) *(.gnu.linkonce.t_vle.*) } > flash - .text : ALIGN_WITH_INPUT + .text : ALIGN(16) { *(.text) *(.text.*) diff --git a/os/common/startup/e200/compilers/GCC/ld/rules_z3.ld b/os/common/startup/e200/compilers/GCC/ld/rules_z3.ld index 1d2a424ed..cda44ab1d 100644 --- a/os/common/startup/e200/compilers/GCC/ld/rules_z3.ld +++ b/os/common/startup/e200/compilers/GCC/ld/rules_z3.ld @@ -54,14 +54,14 @@ SECTIONS PROVIDE(__fini_array_end = .); } > flash - .text_vle : ALIGN_WITH_INPUT + .text_vle : ALIGN(16) { *(.text_vle) *(.text_vle.*) *(.gnu.linkonce.t_vle.*) } > flash - .text : ALIGN_WITH_INPUT + .text : ALIGN(16) { *(.text) *(.text.*) diff --git a/os/common/startup/e200/compilers/GCC/ld/rules_z4.ld b/os/common/startup/e200/compilers/GCC/ld/rules_z4.ld index 1d2a424ed..cda44ab1d 100644 --- a/os/common/startup/e200/compilers/GCC/ld/rules_z4.ld +++ b/os/common/startup/e200/compilers/GCC/ld/rules_z4.ld @@ -54,14 +54,14 @@ SECTIONS PROVIDE(__fini_array_end = .); } > flash - .text_vle : ALIGN_WITH_INPUT + .text_vle : ALIGN(16) { *(.text_vle) *(.text_vle.*) *(.gnu.linkonce.t_vle.*) } > flash - .text : ALIGN_WITH_INPUT + .text : ALIGN(16) { *(.text) *(.text.*)