Ignore invalid size increment hints.
[gwm.git] / gwm.ld.in
blobc69b83dd5532007d7294678fb0094823efe8c6d8
1 SECTIONS
3   . = ALIGN (@SECTION_ALIGN@);
4   init_start = .;
5   .gwminit.text : { *(.gwminit.text ) }
6   .gwminit.rodata : { *(.gwminit.rodata ) }
7   . = ALIGN (@SECTION_ALIGN@);
8   init_end = .;
10 INSERT AFTER .text;