Re: [PATCH 8/9] powerpc: make iSeries build
From: Segher Boessenkool <hidden>
Date: 2005-10-02 01:06:04
From: Segher Boessenkool <hidden>
Date: 2005-10-02 01:06:04
The merge of vmlinux.lds.S would be much cleaner if it is clear that putting the ..start/end symbols inside the section definitions is OK on ppc32.
It is okay, and putting those symbol definitions outside the section definition (like the ppc32 linker script used to do) can be wrong even, for example, when the output sections need extra alignment. Segher