mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
24 lines
369 B
Plaintext
24 lines
369 B
Plaintext
SECTIONS {
|
|
GROUP:{
|
|
.init:{}
|
|
.text:{}
|
|
.ctors:{}
|
|
.dtors:{}
|
|
.rodata:{}
|
|
.data:{}
|
|
.bss:{}
|
|
|
|
// Removed by elf2rel
|
|
forcestrip:{}
|
|
relsymdef:{}
|
|
}
|
|
}
|
|
FORCEFILES {
|
|
}
|
|
FORCEACTIVE {
|
|
_prolog _epilog _unresolved
|
|
}
|
|
|
|
__dummy_str = 0;
|
|
__dummy_float = 0;
|
|
__dummy_double = 0; |