blob: f657cc1419dbd5d7f2cc182388d576f8cbb02204 [file] [log] [blame] [edit]
SECTIONS {
.commands : {
__commands_start = .;
KEEP (*(.commands))
__commands_end = .;
}
}
INSERT AFTER .data;