mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-08-06 09:32:37 -05:00
3dsx.ld: add missing .fini section
This commit is contained in:
parent
e897a44640
commit
f7de61f3c9
|
|
@ -32,6 +32,10 @@ SECTIONS
|
|||
*(.gnu.warning)
|
||||
*(.gnu.linkonce.t*)
|
||||
. = ALIGN(4);
|
||||
|
||||
/* .fini */
|
||||
KEEP( *(.fini) )
|
||||
. = ALIGN(4);
|
||||
} : code
|
||||
|
||||
/* =========== RODATA section =========== */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user