From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9576 invoked by alias); 8 Dec 2001 00:50:57 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 7020 invoked from network); 8 Dec 2001 00:49:37 -0000 Received: from unknown (HELO dot.cygnus.com) (205.180.230.224) by sources.redhat.com with SMTP; 8 Dec 2001 00:49:37 -0000 Received: (from rth@localhost) by dot.cygnus.com (8.11.2/8.11.2) id fB80n4E16389; Fri, 7 Dec 2001 16:49:04 -0800 X-Authentication-Warning: dot.cygnus.com: rth set sender to rth@redhat.com using -f Date: Fri, 07 Dec 2001 17:08:00 -0000 From: Richard Henderson To: Corey Minyard Cc: gcc@gcc.gnu.org Subject: Re: Optimizations on long long multiply/divide on PowerPC32 don't work Message-ID: <20011207164904.C16375@redhat.com> Mail-Followup-To: Richard Henderson , Corey Minyard , gcc@gcc.gnu.org References: <3C115A53.2070206@acm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3C115A53.2070206@acm.org>; from minyard@acm.org on Fri, Dec 07, 2001 at 06:09:55PM -0600 X-SW-Source: 2001-12/txt/msg00401.txt.bz2 On Fri, Dec 07, 2001 at 06:09:55PM -0600, Corey Minyard wrote: > 1) Add __divdi3 to the linux kernel. I don't really think this is a > good idea, and it shouldn't be required. Yes it should. I've long considered it a bug that Linux didn't link against libgcc. r~