git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3563 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
0faef9a292
commit
b9ec6e234f
|
@ -93,7 +93,7 @@ SECTIONS
|
|||
*(.eh_frame)
|
||||
} > flash
|
||||
|
||||
. = ALIGN(4);
|
||||
. = ALIGN(8);
|
||||
_etext = .;
|
||||
_textdata = _etext;
|
||||
|
||||
|
|
|
@ -93,7 +93,7 @@ SECTIONS
|
|||
*(.eh_frame)
|
||||
} > flash
|
||||
|
||||
. = ALIGN(4);
|
||||
. = ALIGN(8);
|
||||
_etext = .;
|
||||
_textdata = _etext;
|
||||
|
||||
|
|
|
@ -93,7 +93,7 @@ SECTIONS
|
|||
*(.eh_frame)
|
||||
} > flash
|
||||
|
||||
. = ALIGN(4);
|
||||
. = ALIGN(8);
|
||||
_etext = .;
|
||||
_textdata = _etext;
|
||||
|
||||
|
|
|
@ -93,7 +93,7 @@ SECTIONS
|
|||
*(.eh_frame)
|
||||
} > flash
|
||||
|
||||
. = ALIGN(4);
|
||||
. = ALIGN(8);
|
||||
_etext = .;
|
||||
_textdata = _etext;
|
||||
|
||||
|
|
|
@ -93,7 +93,7 @@ SECTIONS
|
|||
*(.eh_frame)
|
||||
} > flash
|
||||
|
||||
. = ALIGN(4);
|
||||
. = ALIGN(8);
|
||||
_etext = .;
|
||||
_textdata = _etext;
|
||||
|
||||
|
|
|
@ -93,7 +93,7 @@ SECTIONS
|
|||
*(.eh_frame)
|
||||
} > flash
|
||||
|
||||
. = ALIGN(4);
|
||||
. = ALIGN(8);
|
||||
_etext = .;
|
||||
_textdata = _etext;
|
||||
|
||||
|
|
|
@ -93,7 +93,7 @@ SECTIONS
|
|||
*(.eh_frame)
|
||||
} > flash
|
||||
|
||||
. = ALIGN(4);
|
||||
. = ALIGN(8);
|
||||
_etext = .;
|
||||
_textdata = _etext;
|
||||
|
||||
|
|
|
@ -95,7 +95,7 @@ SECTIONS
|
|||
*(.eh_frame)
|
||||
} > flash
|
||||
|
||||
. = ALIGN(4);
|
||||
. = ALIGN(8);
|
||||
_etext = .;
|
||||
_textdata = _etext;
|
||||
|
||||
|
|
|
@ -93,7 +93,7 @@ SECTIONS
|
|||
*(.eh_frame)
|
||||
} > flash
|
||||
|
||||
. = ALIGN(4);
|
||||
. = ALIGN(8);
|
||||
_etext = .;
|
||||
_textdata = _etext;
|
||||
|
||||
|
|
Loading…
Reference in New Issue