savezelda/batman/lego.lds

23 lines
477 B
Plaintext
Raw Permalink Normal View History

2011-01-02 06:46:51 +01:00
/* Copyright 2008-2009 Segher Boessenkool <segher@kernel.crashing.org>
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)
}
}