4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-08 18:19:08 +08:00
newlib-cygwin/libgloss/arc/emsk2.1_em5d.ld

15 lines
282 B
Plaintext
Raw Normal View History

/* ARC EM Starter Kit v2.1 - EM5D */
MEMORY
{
ICCM : ORIGIN = 0x00000000, LENGTH = 128K
DCCM : ORIGIN = 0x80000000, LENGTH = 256K
}
REGION_ALIAS("startup", ICCM)
REGION_ALIAS("text", ICCM)
REGION_ALIAS("data", DCCM)
REGION_ALIAS("sdata", DCCM)
INCLUDE arcv2elf-common.ld