Reverted change.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12871 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2019-07-01 08:53:24 +00:00
parent 21e5bbcbf1
commit 2349e2252b
3 changed files with 6 additions and 6 deletions

View File

@ -57,14 +57,14 @@ SECTIONS
PROVIDE(__fini_array_end = .); PROVIDE(__fini_array_end = .);
} > flash } > flash
.text_vle : ALIGN_WITH_INPUT .text_vle : ALIGN(16)
{ {
*(.text_vle) *(.text_vle)
*(.text_vle.*) *(.text_vle.*)
*(.gnu.linkonce.t_vle.*) *(.gnu.linkonce.t_vle.*)
} > flash } > flash
.text : ALIGN_WITH_INPUT .text : ALIGN(16)
{ {
*(.text) *(.text)
*(.text.*) *(.text.*)

View File

@ -54,14 +54,14 @@ SECTIONS
PROVIDE(__fini_array_end = .); PROVIDE(__fini_array_end = .);
} > flash } > flash
.text_vle : ALIGN_WITH_INPUT .text_vle : ALIGN(16)
{ {
*(.text_vle) *(.text_vle)
*(.text_vle.*) *(.text_vle.*)
*(.gnu.linkonce.t_vle.*) *(.gnu.linkonce.t_vle.*)
} > flash } > flash
.text : ALIGN_WITH_INPUT .text : ALIGN(16)
{ {
*(.text) *(.text)
*(.text.*) *(.text.*)

View File

@ -54,14 +54,14 @@ SECTIONS
PROVIDE(__fini_array_end = .); PROVIDE(__fini_array_end = .);
} > flash } > flash
.text_vle : ALIGN_WITH_INPUT .text_vle : ALIGN(16)
{ {
*(.text_vle) *(.text_vle)
*(.text_vle.*) *(.text_vle.*)
*(.gnu.linkonce.t_vle.*) *(.gnu.linkonce.t_vle.*)
} > flash } > flash
.text : ALIGN_WITH_INPUT .text : ALIGN(16)
{ {
*(.text) *(.text)
*(.text.*) *(.text.*)