summaryrefslogtreecommitdiff
path: root/gwm.ld.in
blob: c69b83dd5532007d7294678fb0094823efe8c6d8 (plain)
1
2
3
4
5
6
7
8
9
10
SECTIONS
{
  . = ALIGN (@SECTION_ALIGN@);
  init_start = .;
  .gwminit.text : { *(.gwminit.text ) }
  .gwminit.rodata : { *(.gwminit.rodata ) }
  . = ALIGN (@SECTION_ALIGN@);
  init_end = .;
}
INSERT AFTER .text;