mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-01-11 15:29:28 -05:00
changed alignment for text sections (#1473)
This commit is contained in:
parent
abb42e8df4
commit
1185b67b28
@ -66,7 +66,7 @@ SECTIONS
|
|||||||
PROVIDE(__fini_array_end = .);
|
PROVIDE(__fini_array_end = .);
|
||||||
} > flash
|
} > flash
|
||||||
|
|
||||||
.text : ALIGN(16) SUBALIGN(16)
|
.text : ALIGN(4) SUBALIGN(4)
|
||||||
{
|
{
|
||||||
*(.text.startup.*)
|
*(.text.startup.*)
|
||||||
*(.text)
|
*(.text)
|
||||||
|
@ -61,7 +61,7 @@ SECTIONS
|
|||||||
PROVIDE(__fini_array_end = .);
|
PROVIDE(__fini_array_end = .);
|
||||||
} > flash
|
} > flash
|
||||||
|
|
||||||
.text : ALIGN(16) SUBALIGN(16)
|
.text : ALIGN(4) SUBALIGN(4)
|
||||||
{
|
{
|
||||||
*(.text.startup.*)
|
*(.text.startup.*)
|
||||||
*(.text)
|
*(.text)
|
||||||
|
Loading…
Reference in New Issue
Block a user