build: move float into zone section
This commit is contained in:
parent
a4761efed2
commit
a81c4be013
2 changed files with 2 additions and 3 deletions
|
|
@ -4,7 +4,6 @@ SECTIONS
|
|||
{
|
||||
.zone 0xA000 : { *(.zone) *(zone) }
|
||||
.boot 0xC3C3 : { *(.boot) *(boot) }
|
||||
.text 0xE000 : { *(.text) *(.float) *(float) }
|
||||
.vectors 0xF000 : { *(.vectors) }
|
||||
.data 0x7000 : { *(.data) }
|
||||
.bss : { *(.bss) }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue