From 38d483397c9d906e8a8f16174e5a6d645485e380 Mon Sep 17 00:00:00 2001 From: Bernhard Urban Date: Mon, 17 Jan 2011 23:48:09 +0100 Subject: [PATCH] batman: remove unnecessary "SECTIONS" in head.lds --- batman/head.lds | 16 ---------------- batman/head.s | 1 - 2 files changed, 17 deletions(-) diff --git a/batman/head.lds b/batman/head.lds index d43ca83..0e91c43 100644 --- a/batman/head.lds +++ b/batman/head.lds @@ -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) - } -} diff --git a/batman/head.s b/batman/head.s index 8d2b131..aa5081a 100644 --- a/batman/head.s +++ b/batman/head.s @@ -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 -- 2.25.1