1SECTIONS { 2 .commands : { 3 __commands_start = .; 4 KEEP (*(.commands)) 5 __commands_end = .; 6 } 7} 8INSERT AFTER .data; 9