From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6808 invoked by alias); 24 Aug 2011 10:55:03 -0000 Received: (qmail 6762 invoked by uid 22791); 24 Aug 2011 10:55:02 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,TW_ZJ X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 24 Aug 2011 10:54:48 +0000 Received: (qmail 9998 invoked from network); 24 Aug 2011 10:54:47 -0000 Received: from unknown (HELO digraph.polyomino.org.uk) (joseph@127.0.0.2) by mail.codesourcery.com with ESMTPA; 24 Aug 2011 10:54:47 -0000 Received: from jsm28 (helo=localhost) by digraph.polyomino.org.uk with local-esmtp (Exim 4.74) (envelope-from ) id 1QwB6b-0000Ty-T9; Wed, 24 Aug 2011 10:54:45 +0000 Date: Wed, 24 Aug 2011 12:06:00 -0000 From: "Joseph S. Myers" To: Uros Bizjak cc: gcc-patches@gcc.gnu.org Subject: Re: [PATCH, i386]: Use AVX FP instructions in libgcc soft-fp exception handler In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2011-08/txt/msg01983.txt.bz2 On Tue, 23 Aug 2011, Uros Bizjak wrote: > Hello! > > 2011-08-23 Uros Bizjak > > * config/i386/64/sfp-machine.h (ASM_INVALID): New define. > (ASM_DIVZERO): Ditto. > (FP_HANLDE_EXCEPTIONS): Use ASM_INVALID and ASM_DIVZERO. > > Tested on x86_64-pc-linux-gnu {,-m32}. Committed to mainline SVN, will > be backported to release branches. The 4.5 and 4.4 commits (r178009 and r178010) appear to include spurious changes to libgcc/config.host. -- Joseph S. Myers joseph@codesourcery.com