Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
OUTPUT_FORMAT(binary)
OUTPUT(codehandler.bin)
SECTIONS
{
. = 0x80001800;
.text : { *(.text) }
}