LEGO Star Wars by roto
[savezelda.git] / lsw / 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 = 0x8038ce90;
10         video_stop = 0x80399708;
11
12         save = 0x91168ea0;
13         bptr = 0x91178ea0;
14         
15         main = 0x90000020;
16
17         .twilight save :
18         {
19                 rli*.o(.start)
20                 *(.text)
21                 *(.rodata .rodata.*)
22                 *(.data)
23                 *(.bss)
24                 /* . = 0x0a94; */
25         }
26 }