mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-02 20:40:24 +08:00
15 lines
293 B
Plaintext
15 lines
293 B
Plaintext
|
/* Memory map fo ARC EM Starter Kit v1 - EM4 */
|
||
|
|
||
|
MEMORY
|
||
|
{
|
||
|
ICCM : ORIGIN = 0x00000000, LENGTH = 128K
|
||
|
DCCM : ORIGIN = 0x80000000, LENGTH = 64K
|
||
|
}
|
||
|
|
||
|
REGION_ALIAS("startup", ICCM)
|
||
|
REGION_ALIAS("text", ICCM)
|
||
|
REGION_ALIAS("data", DCCM)
|
||
|
REGION_ALIAS("sdata", DCCM)
|
||
|
|
||
|
INCLUDE arcv2elf-common.ld
|