mirror of
https://github.com/encounter/decomp-toolkit.git
synced 2025-12-12 14:46:17 +00:00
Semi-working REL analysis & splitting
This commit is contained in:
26
assets/ldscript_partial.lcf
Normal file
26
assets/ldscript_partial.lcf
Normal file
@@ -0,0 +1,26 @@
|
||||
SECTIONS
|
||||
{
|
||||
GROUP:
|
||||
{
|
||||
.init :{}
|
||||
.text :{}
|
||||
.ctors :{}
|
||||
.dtors :{}
|
||||
.rodata :{}
|
||||
.data :{ *(.data) *(extabindex) *(extab) }
|
||||
.bss :{}
|
||||
}
|
||||
}
|
||||
|
||||
FORCEACTIVE
|
||||
{
|
||||
_unresolved
|
||||
_prolog
|
||||
_epilog
|
||||
$FORCEACTIVE
|
||||
}
|
||||
|
||||
FORCEFILES
|
||||
{
|
||||
$FORCEFILES
|
||||
}
|
||||
Reference in New Issue
Block a user