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.

Alignment of GROUP in linker

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