Minor mods on linux patches

This commit is contained in:
Bahadir Balban
2009-10-21 21:27:41 +03:00
parent 4f5ab576b8
commit c6bdd65e48
4 changed files with 11 additions and 11 deletions

View File

@@ -4,12 +4,12 @@
* Copyright (C) 2008-2009 B Labs Ltd.
*/
lma_codezero = %s;
load_address = %s;
ENTRY(_start)
SECTIONS
{
. = lma_codezero;
. = load_address;
.text : { *(.text.head) *(.text) }
.rodata : { *(.rodata) }
.rodata1 : { *(.rodata1) }