mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-12-16 08:14:35 -05:00
changed alignment for text sections (#1473)
This commit is contained in:
parent
abb42e8df4
commit
1185b67b28
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue