From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: In-Reply-To: <20051001001005.348d7798.sfr@canb.auug.org.au> References: <20050930233602.138b6e27.sfr@canb.auug.org.au> <20051001001005.348d7798.sfr@canb.auug.org.au> Mime-Version: 1.0 (Apple Message framework v622) Message-Id: <27c25b49c3f8c5d3f563a0b9b39bda8c@kernel.crashing.org> From: Segher Boessenkool Date: Sun, 2 Oct 2005 03:06:04 +0200 To: Stephen Rothwell Content-Type: text/plain; charset=US-ASCII; format=flowed Cc: ppc-dev , ppc64-dev Subject: Re: [PATCH 8/9] powerpc: make iSeries build List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > 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