The linker splits sections like that when you use the split operator (">>") in the linker command file. If you don't want them to be split, use the non-split placement operator (">").
↧
The linker splits sections like that when you use the split operator (">>") in the linker command file. If you don't want them to be split, use the non-split placement operator (">").