Fixed sections screwup...

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7820 35acf78f-673a-0410-8e92-d51de3d6d3f4
master
Giovanni Di Sirio 2015-03-27 14:15:08 +00:00
parent 9e9734dac9
commit bf5290452d
3 changed files with 2 additions and 4 deletions

View File

@ -108,7 +108,7 @@
.fpu softvfp
.thumb
.section .startup
.text
/*
* Reset handler.

View File

@ -148,7 +148,7 @@
#endif
.thumb
.section .startup
.text
/*
* Reset handler.

View File

@ -72,8 +72,6 @@ SECTIONS
.text : ALIGN(16) SUBALIGN(16)
{
*(.startup)
*(.startup.*)
*(.text)
*(.text.*)
*(.rodata)