mirror of
https://github.com/encounter/decomp-toolkit.git
synced 2025-06-13 01:53:35 +00:00
- Fix symbols.txt align attribute - Fully support nested RARC files & transparent Yaz0 decompression - Guess symbol visibility for maps without link map - Add module name config - Add manual force_active config - Quiet option for shasum - `symbols_known` and `fill_gaps` config - Allow disabling .comment generation per-unit (`comment:0`) - Various minor fixes - Add `rarc` and `yaz0` commands
22 lines
271 B
Plaintext
22 lines
271 B
Plaintext
SECTIONS
|
|
{
|
|
GROUP:
|
|
{
|
|
.init :{}
|
|
.text :{}
|
|
.ctors :{}
|
|
.dtors :{}
|
|
.rodata :{}
|
|
.data :{ *(.data) *(extabindex) *(extab) }
|
|
.bss :{}
|
|
}
|
|
}
|
|
|
|
FORCEACTIVE
|
|
{
|
|
_unresolved
|
|
_prolog
|
|
_epilog
|
|
$FORCEACTIVE
|
|
}
|