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