ehdr_start-missing.t 100 B

12345678
  1. SECTIONS
  2. {
  3. . = 0x10000000;
  4. .text : { *(.text) }
  5. . = 0x20000000;
  6. .rodata : { *(.rodata) }
  7. }