From 2349e2252bf910cea80c528ff864f5e9ccdbb392 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Mon, 1 Jul 2019 08:53:24 +0000 Subject: [PATCH] Reverted change. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12871 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- os/common/startup/e200/compilers/GCC/ld/rules_z0.ld | 4 ++-- os/common/startup/e200/compilers/GCC/ld/rules_z3.ld | 4 ++-- os/common/startup/e200/compilers/GCC/ld/rules_z4.ld | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) 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.*)