SECTIONS
{
  . = SIZEOF_HEADERS;
  .text : { *(.text) *(.stub) }
  .data : { *(.data) *(.ovtab) }
  .bss : { *(.bss) }
}