From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from pasmtpA.tele.dk (pasmtpa.tele.dk [80.160.77.114]) by ozlabs.org (Postfix) with ESMTP id DA891DDEC7 for ; Wed, 25 Jul 2007 17:50:51 +1000 (EST) Date: Wed, 25 Jul 2007 09:52:05 +0200 From: Sam Ravnborg To: Kumar Gala Subject: Re: modpost warning question Message-ID: <20070725075205.GC24093@uranus.ravnborg.org> References: <20070725072712.GB24093@uranus.ravnborg.org> <1409C32B-61A8-49D1-BF64-1CFAA5F8B93B@kernel.crashing.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1409C32B-61A8-49D1-BF64-1CFAA5F8B93B@kernel.crashing.org> Cc: linuxppc-dev@ozlabs.org, linux-kernel@vger.kernel.org, Jeff Garzik , netdev@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > > > >For the popular architectures (i386,x86_64) we discard .exit.text at > >runtime so here we do not see the error from ld (sadly). > > Fair point, wondering what we do with .exit on PPC, another thing for > the list :) from: arch/ppc/kernel/vmlinux.lds.S: /* .exit.text is discarded at runtime, not link time, to deal with references from __bug_table */ .exit.text : { *(.exit.text) } Sam