4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-25 01:57:17 +08:00
newlib-cygwin/libgloss/arm/elf-lm3s31x.ld
Mark Mitchell 4321ca1749 * libgloss/arm/elf-lm3s301.ld: New script.
* libgloss/arm/elf-lm3s31x.ld: Likewise.
2006-05-31 14:11:13 +00:00

13 lines
234 B
Plaintext

/* Linker script for Luminary Micro LM3S315, LM3S316. */
MEMORY {
rom (rx) : ORIGIN = 0x00000000, LENGTH = 16K
ram (w) : ORIGIN = 0x20000000, LENGTH = 4K
}
SECTIONS {
_stack = 0x20000000 + 4K;
}
INCLUDE ldscripts/armelf.xc