Cygwin: pinfo: raise MAX_PID to 4194304
[newlib-cygwin.git] / libgloss / arc / emsk2.2_em9d.ld
blobf7e0cf662829a5557495cd04e28e84978069cbf8
1 /* Memory map for ARC EM Starter Kit v2.2 and 2.3 - EM7D and EM9D */
3 MEMORY
5     ICCM : ORIGIN = 0x00000000, LENGTH = 256K
6     DRAM : ORIGIN = 0x10000000, LENGTH = 128M
7     DCCM : ORIGIN = 0x80000000, LENGTH = 128K
10 REGION_ALIAS("startup", ICCM)
11 REGION_ALIAS("text", ICCM)
12 REGION_ALIAS("data", DCCM)
13 REGION_ALIAS("sdata", DCCM)
15 INCLUDE arcv2elf-common.ld