git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7821 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
Giovanni Di Sirio 2015-03-27 14:41:23 +00:00
parent bf5290452d
commit fa831b736d
2 changed files with 1 additions and 3 deletions

View File

@ -38,7 +38,7 @@
.set I_BIT, 0x80
.set F_BIT, 0x40
.section .startup
.text
.code 32
.balign 4

View File

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