mirror of
https://github.com/drasko/codezero.git
synced 2026-03-15 08:41:50 +01:00
Minor mods on linux patches
This commit is contained in:
@@ -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) }
|
||||
|
||||
Reference in New Issue
Block a user