view experiments/qemu_vexpress_a9/layout.ld @ 343:11c5a8a70c02 devel

Fix ide
author Windel Bouwman
date Sat, 01 Mar 2014 16:27:52 +0100
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 = .;
}