mirror of
https://github.com/dolphin-emu/dolphin
synced 2024-11-04 20:43:44 -05:00
8 lines
100 B
Plaintext
8 lines
100 B
Plaintext
OUTPUT_FORMAT(binary)
|
|
OUTPUT(codehandler.bin)
|
|
SECTIONS
|
|
{
|
|
. = 0x80001800;
|
|
.text : { *(.text) }
|
|
}
|