mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-04-05 00:35:19 -05:00
align before sections
This commit is contained in:
parent
771c404dbc
commit
759b6bb8a1
|
|
@ -40,7 +40,9 @@ SECTIONS
|
|||
|
||||
/* =========== RODATA section =========== */
|
||||
|
||||
.rodata ALIGN(0x1000) :
|
||||
. = ALIGN(0x1000);
|
||||
|
||||
.rodata :
|
||||
{
|
||||
*(.rodata)
|
||||
*(.roda)
|
||||
|
|
@ -58,7 +60,9 @@ SECTIONS
|
|||
|
||||
/* =========== DATA section =========== */
|
||||
|
||||
.data ALIGN(0x1000) :
|
||||
. = ALIGN(0x1000);
|
||||
|
||||
.data :
|
||||
{
|
||||
*(.data)
|
||||
*(.data.*)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user