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