blob: f657cc1419dbd5d7f2cc182388d576f8cbb02204 [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001SECTIONS {
2 .commands : {
3 __commands_start = .;
4 KEEP (*(.commands))
5 __commands_end = .;
6 }
7}
8INSERT AFTER .data;