reloc-merge-lo16.ld   [plain text]


ENTRY(__start)
SECTIONS
{
  . = 0x0400000;
  .text : { *(.text) }
  . = 0x0800000;
  .rodata : { *(.rodata.*) }
  /DISCARD/ : { *(*) }
}