mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-25 01:57:17 +08:00
(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.
8 lines
171 B
Plaintext
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
|
|
}
|
|
|