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