mirror of
https://github.com/encounter/decomp-toolkit.git
synced 2025-06-09 08:03:33 +00:00
- Transparent NLZSS decompression (add `:nlzss` to path) - Overhaul portions of the analyzer to support more games - Reject some invalid data relocations automatically - Jump table analysis fixes
19 lines
240 B
Plaintext
19 lines
240 B
Plaintext
SECTIONS
|
|
{
|
|
GROUP:
|
|
{
|
|
.init :{}
|
|
.text :{}
|
|
.ctors :{}
|
|
.dtors :{}
|
|
.rodata :{}
|
|
.data :{ *(.data) *(extabindex) *(extab) }
|
|
.bss :{}
|
|
}
|
|
}
|
|
|
|
FORCEACTIVE
|
|
{
|
|
$FORCEACTIVE
|
|
}
|