1/* Make sure the INIT section is at the end of the module so we can reclaim the space */ 2SECTIONS 3{ 4 INIT BLOCK(__section_alignment__) : 5 { 6 __init_start__ = . ; 7 *(INIT) 8 __init_end__ = . ; 9 } 10} 11INSERT AFTER .reloc; 12