LEGO Indiana Jones
[savezelda.git] / lego / lego.lds
1 /* Copyright 2008-2009  Segher Boessenkool  <segher@kernel.crashing.org>
2    This code is licensed to you under the terms of the GNU GPL, version 2;
3    see file COPYING or http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt  */
4
5 OUTPUT_FORMAT("elf32-powerpc")
6 OUTPUT_ARCH(powerpc:common)
7
8 SECTIONS {
9         audio_stop = 0x800a3e80;
10         video_stop = 0x800b2120;
11
12         main = 0x90000020;
13
14         .twilight baddr :
15         {
16                 rli*.o(.start)
17                 *(.text)
18                 *(.rodata .rodata.*)
19                 *(.data)
20                 *(.bss)
21         }
22 }