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:
parent
21e5bbcbf1
commit
2349e2252b
|
@ -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.*)
|
||||||
|
|
|
@ -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.*)
|
||||||
|
|
|
@ -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.*)
|
||||||
|
|
Loading…
Reference in New Issue