git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@452 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
91b902913c
commit
215de527a7
|
@ -41,7 +41,7 @@ SECTIONS
|
|||
.text :
|
||||
{
|
||||
_text = .;
|
||||
KEEP(*(INTVEC));
|
||||
KEEP(*(vectors));
|
||||
*(.text)
|
||||
*(.text.*);
|
||||
*(.rodata);
|
||||
|
|
Loading…
Reference in New Issue