From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 4C881DDFBF for ; Sat, 3 May 2008 03:34:46 +1000 (EST) In-Reply-To: References: <20080502150753.GA7753@ld0162-tx32.am.freescale.net> Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <03e9cbca081bff8f6db9862bf3d8d028@kernel.crashing.org> From: Segher Boessenkool Subject: Re: [PATCH] [POWERPC] Fix kernel builds with newer gcc versions and -Os Date: Fri, 2 May 2008 19:34:23 +0200 To: Kumar Gala Cc: Scott Wood , linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , >> >> Why don't we just link with libgcc? >> > > Its something of a PITA to do that in the kernel at this point since > we've duplicated libgcc functionality in it. I'm sure there are some > historical reasons this wasn't done to start with. That's the same as saying that it would be a nice cleanup to remove all that duplicated code now... Segher