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-lm3s10x.ld
Mark Mitchell 61da45342a * libgloss/arm/Makefile.in (LMS_SCRIPTS): New variable.
(LMS_INSTALL): Likewise.
	(install): Depend on LMS_INSTALL.
	(install-lms): New target.
	* libgloss/arm/elf-cm3.lmd: New file.
	* libgloss/arm/elf-lm3s10x.ld: Likewise.
2006-05-31 14:07:02 +00:00

14 lines
248 B
Plaintext

/* Linker script for Luminary Micro LM3S101, LM3S102. */
MEMORY {
rom (rx) : ORIGIN = 0x00000000, LENGTH = 8K
ram (w) : ORIGIN = 0x20000000, LENGTH = 2K
}
SECTIONS {
_stack = 0x20000000 + 2K;
}
INCLUDE cm3.ld
INCLUDE ldscripts/armelf.xc