mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-26 07:18:50 -04:00
21 lines
318 B
Plaintext
21 lines
318 B
Plaintext
SECTIONS {
|
|
GROUP:{
|
|
.init:{}
|
|
.text:{}
|
|
.ctors:{}
|
|
.dtors:{}
|
|
.rodata:{}
|
|
.data:{}
|
|
.bss:{}
|
|
|
|
// Removed by elf2rel
|
|
forcestrip:{}
|
|
relsymdef:{}
|
|
}
|
|
}
|
|
FORCEFILES {
|
|
}
|
|
|
|
__dummy_str = 0;
|
|
__dummy_float = 0;
|
|
__dummy_double = 0; |