Files
perfect-dark/ld/library.ld
T
2019-10-01 20:28:33 +10:00

27 lines
442 B
Plaintext

/*OUTPUT_FORMAT ("elf32-bigmips")*/
OUTPUT_ARCH (mips)
SECTIONS
{
.library 0x00003050 : AT(0) {
build/ntsc-final/library.o (.text);
build/ntsc-final/library.o (.data);
}
.setup 0x80059fe0 : AT(SIZEOF(.library)) {
build/ntsc-final/setup.o (.data);
}
/DISCARD/ : {
* (.MIPS.abiflags);
* (.options);
* (.gnu.attributes);
* (.pdr);
* (.mdebug);
* (.gptab.bss);
* (.gptab.data);
* (.reginfo);
* (.setup.data);
}
}