4 OUTPUT_FORMAT="elf32-ip2k"
6 # See also `include/elf/ip2k.h'
8 TEXT_START_ADDR=0x02010000
9 GPR_START_ADDR=0x1000080
18 OTHER_RELOCATING_SECTIONS='PROVIDE (__stack = 0x01000FFF);'
19 OTHER_READONLY_SECTIONS='.pram 0x2000000 : { *(.pram) } .reset 0x201FFE0 : { *(.reset) }'
20 OTHER_READWRITE_SECTIONS='.gpr 0x1000080 : { *(.gpr) }'