batman: remove unnecessary "SECTIONS" in head.lds
authorBernhard Urban <lewurm@gmail.com>
Mon, 17 Jan 2011 22:48:09 +0000 (23:48 +0100)
committerBernhard Urban <lewurm@gmail.com>
Mon, 17 Jan 2011 22:48:09 +0000 (23:48 +0100)
batman/head.lds
batman/head.s

index d43ca83b5985019ea28223db82d7f2d634ce8e8b..0e91c430e775ce3f55e3fc8d58c36aa99de17f78 100644 (file)
@@ -4,19 +4,3 @@
 
 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)
-       }
-}
index 8d2b1319c580f510cec8e402c028301f685c656a..aa5081a8f195210b1eb524d02bddc103d8e1bd78 100644 (file)
@@ -2,7 +2,6 @@
 # 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
 
-       .section ".start", "ax"
        retadr = 0x90394140
 0:
        # stolen from some savegame found in teh intertube