1 OUTPUT_FORMAT("elf32-c33", "elf32-c33", "elf32-c33")
7 iram (rwx): ORIGIN = 0, LENGTH = 8k
12 /* the eeprom_load is built into the master boot record */
22 __START_text = LOADADDR(.text);
23 __SIZE_text = SIZEOF(.text);
30 __START_rodata = LOADADDR(.rodata);
31 __SIZE_rodata = SIZEOF(.rodata);
38 __START_data = LOADADDR(.data);
39 __SIZE_data = SIZEOF(.data);
46 __START_bss = LOADADDR(.bss);
47 __SIZE_bss = SIZEOF(.bss);