sdabase.t 96 B

123456
  1. SECTIONS
  2. {
  3. .text 0x100 : { *(.text) }
  4. .sdata 0x400 : { *(.sdata) }
  5. /DISCARD/ : { *(*) }
  6. }