What is the effect of using alignment directive in the linker at the GROUP level:
GROUP palign(32)
{
*(scn1)
*(scn2)
} >CODE ?
Is this legal? Will it be applied to individual sections or to the GROUP boundaries?
Eugene
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Eugene,
According to the ARM Linker manual, section 7.5.6.2, the alignment applies to the group only and not to sections within the group.