2 valid (rwx) : org = 0x00000000 , l = 2M
3 invalid (rwx) : org = 0xdead0000 , l = 0x0
8 .ext : { _ext_start = .;
9 INCLUDE ../../../bin/amiga-m68k/gen/ext_objs.ld
12 .rom : { _rom_start = .;
13 INCLUDE ../../../bin/amiga-m68k/gen/rom_objs.ld
14 /* This is for the static libs */
15 *(.text .text.* .rodata .rodata.*)
19 /* SS, typically at 0x800-0x1000. Since MEMF_CHIP RAM starts at
20 * 0x1000, this is a good place for it. Only used until after
21 * all expansion ROMs have been run, at which point we'll allocate
22 * a faster location for it.
30 /* This should cause angry complaints if .data exists
31 * We don't want .bss, and we don't need it.
33 .bss : { *(.bss) } >invalid
35 /* This should cause angry complaints if .data exists
36 * We don't want .data, and we don't need it.
38 .data : { *(.data) } >invalid