4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-24 09:39:33 +08:00
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

8 lines
171 B
Plaintext

/* Linker script fragment for ARM V7M. */
SECTIONS {
/* ARM V7M uses a vector at address zero to dispatch interrupts. */
.isr_vector : { *(.isr_vector) } > rom
}