linker: reordered section 'zone' so zone.o comes first
This commit is contained in:
parent
e3c9c7b642
commit
53a9c6c91d
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
/* SPDX-FileCopyrightText: (c) 2025 A.M. Rowsell */
|
||||
SECTIONS
|
||||
{
|
||||
.zone 0xA000 : { *(.zone) *(zone) }
|
||||
.zone 0xA000 : { zone.o(zone) float.o(zone) *(.zone) *(zone) }
|
||||
.boot 0xC3C3 : { *(.boot) *(boot) }
|
||||
.vectors 0xF000 : { *(.vectors) }
|
||||
.data 0x7000 : { *(.data) }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue