2 valid (rwx) : org = 0x00000000 , l = 2M
3 tempstack (rwx) : org = 0x0003f800, l = 0x800
4 invalid (rwx) : org = 0xdead0000 , l = 0x0
9 .start.MEMF_LOCAL : { _ext_start = .;
10 INCLUDE ../../../bin/amiga-m68k/gen/start_objs.ld
12 .kick.MEMF_KICK : { _kick_start = .;
13 INCLUDE ../../../bin/amiga-m68k/gen/any_objs.ld
17 .rom.MEMF_LOCAL : { _rom_start = .;
18 INCLUDE ../../../bin/amiga-m68k/gen/local_objs.ld
19 /* This is for the static libs */
20 *(.text .text.* .rodata .rodata.*)
24 /* Supervisor stack, only used until after all autoconfig boards have
25 * been initialized, at which point we'll allocate a faster location for it.
33 /* This should cause angry complaints if .data exists
34 * We don't want .bss, and we don't need it.
36 .bss : { *(.bss) } >invalid
38 /* This should cause angry complaints if .data exists
39 * We don't want .data, and we don't need it.
41 .data : { *(.data) } >invalid