From mboxrd@z Thu Jan 1 00:00:00 1970 From: Denys Vlasenko Subject: Re: [PATCH 1/4] modpost: support objects with more than 64k sections Date: Thu, 29 Jul 2010 02:13:26 +0200 Message-ID: <201007290213.26738.vda.linux@googlemail.com> References: <1280360876-2571-1-git-send-email-vda.linux@googlemail.com> <1280360876-2571-2-git-send-email-vda.linux@googlemail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1280360876-2571-2-git-send-email-vda.linux@googlemail.com> Content-Disposition: inline Sender: linux-kbuild-owner@vger.kernel.org To: Michal Marek Cc: linux-kbuild , linux-arch@vger.kernel.org, Sam Ravnborg List-Id: linux-arch.vger.kernel.org On Thursday 29 July 2010 01:47, Denys Vlasenko wrote: > This patch makes modpost able to process object files with more than > 64k sections. Needed for huge kernel builds (allyesconfig, for example) > with -ffunction-sections. > > Signed-off-by: Denys Vlasenko > Signed-off-by: Anders Kaseorg > Acked-by: Sam Ravnborg > Cc: Rusty Russell > Cc: Andi Kleen I forgot to mention in the changelog that 64k sections handling is covered, for example, by this document: "IA-64 gABI Proposal 74: Section Indexes" http://www.codesourcery.com/public/cxx-abi/abi/prop-74-sindex.html -- vda