1 # Copyright (C) 2014 Free Software Foundation, Inc.
3 # Copying and distribution of this file, with or without modification,
4 # are permitted in any medium without royalty provided the copyright
5 # notice and this notice are preserved.
8 /* Copyright (C) 2014 Free Software Foundation, Inc.
10 Copying and distribution of this script, with or without modification,
11 are permitted in any medium without royalty provided the copyright
12 notice and this notice are preserved. */
14 OUTPUT_FORMAT("${OUTPUT_FORMAT}")
16 ${RELOCATING+ENTRY ("_start")}
20 vectarea : o =0x00000, l = 0x0300
22 introm : o = 0x00400, l = 0x16000
23 /* The stack starts at the top of main ram. */
25 dram : o = 0x8000 , l = 0xffff
26 /* At the very top of the address space is the 8-bit area. */
28 ldata : o =0x4000 ,l = 0x0200
36 } ${RELOCATING+ >introm}
43 ${RELOCATING+ _etext = . ; }
44 } ${RELOCATING+ > introm}
50 ${RELOCATING+ _edata = . ; }
51 } ${RELOCATING+ > dram}
55 ${RELOCATING+ _bss_start = . ;}
58 ${RELOCATING+ _end = . ; }
59 } ${RELOCATING+ > dram}
64 } ${RELOCATING+ > ldata}
70 } ${RELOCATING+ > vectarea}