git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7821 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
bf5290452d
commit
fa831b736d
|
@ -38,7 +38,7 @@
|
|||
.set I_BIT, 0x80
|
||||
.set F_BIT, 0x40
|
||||
|
||||
.section .startup
|
||||
.text
|
||||
.code 32
|
||||
.balign 4
|
||||
|
||||
|
|
|
@ -74,8 +74,6 @@ SECTIONS
|
|||
|
||||
.text : ALIGN(16) SUBALIGN(16)
|
||||
{
|
||||
*(.startup)
|
||||
*(.startup.*)
|
||||
*(.text)
|
||||
*(.text.*)
|
||||
*(.rodata)
|
||||
|
|
Loading…
Reference in New Issue