mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-12-15 15:59:39 -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 = .);
|
||||
} > flash
|
||||
|
||||
.text : ALIGN(16) SUBALIGN(16)
|
||||
.text : ALIGN(4) SUBALIGN(4)
|
||||
{
|
||||
*(.text.startup.*)
|
||||
*(.text)
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ SECTIONS
|
|||
PROVIDE(__fini_array_end = .);
|
||||
} > flash
|
||||
|
||||
.text : ALIGN(16) SUBALIGN(16)
|
||||
.text : ALIGN(4) SUBALIGN(4)
|
||||
{
|
||||
*(.text.startup.*)
|
||||
*(.text)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue