Usermode/ld-acess - Moved ARMv7 ld-acess to top of memory to avoid coliding
authorJohn Hodge <[email protected]>
Fri, 28 Oct 2011 01:44:05 +0000 (09:44 +0800)
committerJohn Hodge <[email protected]>
Fri, 28 Oct 2011 01:44:05 +0000 (09:44 +0800)
Usermode/Libraries/ld-acess.so_src/arch/armv7.ld

index efa4f19..c138784 100644 (file)
@@ -2,7 +2,7 @@ ENTRY(_start)
 OUTPUT_FORMAT(elf32-littlearm)
 
 SECTIONS {
-       . = 0x00100000;
+       . = 0x6FFF0000;
        gLinkedBase = .;
        . += SIZEOF_HEADERS;
        .interp          : { *(.interp) }

UCC git Repository :: git.ucc.asn.au