2 OUTPUT_FORMAT("${OUTPUT_FORMAT}")
8 /* 0xc4 is a magic entry. We should have the linker just
9 skip over it one day... */
10 vectors : o = 0x0000, l = 0xc4
11 magicvectors : o = 0xc4, l = 0x3c
12 ram : o = 0x0100, l = 0xfdfc
13 /* The stack starts at the top of main ram. */
14 topram : o = 0xfefc, l = 0x4
15 /* At the very to of the address space is the 8-bit area. */
16 eight : o = 0xff00, l = 0x100
22 /* Use something like this to place a specific function's address
23 into the vector table.
25 SHORT(ABSOLUTE(_foobar)) */
28 } ${RELOCATING+ > vectors}
34 ${RELOCATING+ _etext = . ; }
35 } ${RELOCATING+ > ram}
43 } ${RELOCATING+ > ram}
47 ${RELOCATING+ _edata = . ; }
48 } ${RELOCATING+ > ram}
50 ${RELOCATING+ _bss_start = . ;}
53 ${RELOCATING+ _end = . ; }
56 ${RELOCATING+ _stack = . ; }
58 } ${RELOCATING+ > topram}
61 } ${RELOCATING+ > eight}
62 .stab 0 ${RELOCATING+(NOLOAD)} : {
65 .stabstr 0 ${RELOCATING+(NOLOAD)} : {