From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3tW83k2F8mzDwB5 for ; Sat, 3 Dec 2016 22:31:14 +1100 (AEDT) In-Reply-To: <20161126032031.12765-1-npiggin@gmail.com> To: Nicholas Piggin From: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org, Nicholas Piggin Subject: Re: powerpc/64: place .text immediately following .head.text Message-Id: <3tW83k1STcz9t1F@ozlabs.org> Date: Sat, 3 Dec 2016 22:31:14 +1100 (AEDT) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Sat, 2016-11-26 at 03:20:31 UTC, Nicholas Piggin wrote: > Do not introduce any additional alignment. Placement of text section > will be set by fixed section macros. Without this, output section > alignment defaults to 4096, which makes BookE text section start at > 0x1000 when it is expected to start at 0x100. > > This was introduced by 57f266497d81 ("powerpc: Use gas sections for > arranging exception vectors") and was caught with the scripted head > section checker (not yet merged). > > Fixes: 57f266497d81 > Signed-off-by: Nicholas Piggin Applied to powerpc fixes, thanks. https://git.kernel.org/powerpc/c/dadc4a1bb9f0095343ed9dd4f1d9f3 cheers