Fixed sections screwup...
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7820 35acf78f-673a-0410-8e92-d51de3d6d3f4master
parent
9e9734dac9
commit
bf5290452d
|
@ -108,7 +108,7 @@
|
|||
.fpu softvfp
|
||||
|
||||
.thumb
|
||||
.section .startup
|
||||
.text
|
||||
|
||||
/*
|
||||
* Reset handler.
|
||||
|
|
|
@ -148,7 +148,7 @@
|
|||
#endif
|
||||
|
||||
.thumb
|
||||
.section .startup
|
||||
.text
|
||||
|
||||
/*
|
||||
* Reset handler.
|
||||
|
|
|
@ -72,8 +72,6 @@ SECTIONS
|
|||
|
||||
.text : ALIGN(16) SUBALIGN(16)
|
||||
{
|
||||
*(.startup)
|
||||
*(.startup.*)
|
||||
*(.text)
|
||||
*(.text.*)
|
||||
*(.rodata)
|
||||
|
|
Loading…
Reference in New Issue