X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=savezelda.git;a=blobdiff_plain;f=batman%2Fhead.lds;fp=batman%2Fhead.lds;h=d43ca83b5985019ea28223db82d7f2d634ce8e8b;hp=0000000000000000000000000000000000000000;hb=f31c7536f22a8ad00303862037dd847b6bacaaff;hpb=4d980dfebbc6faf212cf41a09240104118d8889f diff --git a/batman/head.lds b/batman/head.lds new file mode 100644 index 0000000..d43ca83 --- /dev/null +++ b/batman/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 0x805ba130 : + { + head.o(.start) + *(.text) + *(.rodata .rodata.*) + *(.data) + *(.bss) + } +}