X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=savezelda.git;a=blobdiff_plain;f=lego%2Fhead.lds;fp=lego%2Fhead.lds;h=04c15554066b033338a55f73e52dc01e2ed13c96;hp=0000000000000000000000000000000000000000;hb=e1ede7aa2cb1840add9ba88901c7495deb2b37e3;hpb=15edfaae0fe106910d059e91f8cb4f691cc50da4 diff --git a/lego/head.lds b/lego/head.lds new file mode 100644 index 0000000..04c1555 --- /dev/null +++ b/lego/head.lds @@ -0,0 +1,22 @@ +/* Copyright 2008-2009 Segher Boessenkool + This code is licensed to you under the terms of the GNU GPL, version 2; + see file COPYING or http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt */ + +OUTPUT_FORMAT("elf32-powerpc") +OUTPUT_ARCH(powerpc:common) + +SECTIONS { +/* audio_stop = 0x800a3e80; + video_stop = 0x800b2120; + + main = 0x90000020; */ + + .head 0x805a909c : + { + head.o(.start) + *(.text) + *(.rodata .rodata.*) + *(.data) + *(.bss) + } +}