X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=savezelda.git;a=blobdiff_plain;f=batman%2Flego.lds;fp=batman%2Flego.lds;h=30d4a0a082142f2a2f35305be1abf355ca1aa9ef;hp=0000000000000000000000000000000000000000;hb=da886e2a723e5990d209d8fc141dc9bab7bf0424;hpb=4d980dfebbc6faf212cf41a09240104118d8889f diff --git a/batman/lego.lds b/batman/lego.lds new file mode 100644 index 0000000..30d4a0a --- /dev/null +++ b/batman/lego.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 = 0x8009cfa0; + video_stop = 0x800ab190; + + main = 0x90000020; + + .twilight 0x90394000: + { + rlb*.o(.start) + *(.text) + *(.rodata .rodata.*) + *(.data) + *(.bss) + } +}