view experiments/qemu_vexpress_a9/layout.ld @ 377:9667d78ba79e

Switched to xml for project description
author Windel Bouwman
date Fri, 11 Apr 2014 15:47:50 +0200
parents c7cc54c0dfdf
children 2a970e7270e2
line wrap: on
line source


ENTRY(_Reset)

SECTIONS
{
 . = 0x60010000;
 .startup . : { startup.o(.text) }
 .text : {*(.text)}
 .data : {*(.data)}
 .bss : {*(.bss)}
 . = . + 0x1000;
 stack_top = .;
}