From patchwork Mon Sep 3 15:30:05 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Georg-Johann Lay X-Patchwork-Id: 181372 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 4C80A2C008F for ; Tue, 4 Sep 2012 01:30:56 +1000 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1347291056; h=Comment: DomainKey-Signature:Received:Received:Received:Received: Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: Content-Type:Mailing-List:Precedence:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:Sender:Delivered-To; bh=mgSdGTA QvprGMsQNYSPIZQYP1ik=; b=vtj1bSSDroM1bjncLmbjKxn1zFdggALfvbalpD9 tszrYKdZmlmCMxsNgK0/IY3XM+f+65QubNnvtG0yNCUg47mHEpsgxn/DYjHNXg94 /kyFihOlFVLoUrOlJ9RNDwchpqx3px8LUCnn3lQrskjRtlnXsHtbGn0hkaATCcNL XGd4= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:X-RZG-AUTH:X-RZG-CLASS-ID:Received:Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject:Content-Type:X-IsSubscribed:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=Eh8z1mCB06bKDuAkJPH1HLoLyWSh9wgmLumYI2Z9RF3IYwh4CSIAXyxB3sk4/3 YQpK0mE+lcGFPGAB76C0fODK2eEGeFWFaugwtD34wJTxvN/d4y7P18ELa/LXF8lR 5uIZsy8ogiKViSrbQThdZw9NqG0DdIcFuhiD1xP+eAHdE=; Received: (qmail 27501 invoked by alias); 3 Sep 2012 15:30:46 -0000 Received: (qmail 27490 invoked by uid 22791); 3 Sep 2012 15:30:44 -0000 X-SWARE-Spam-Status: No, hits=-1.5 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_NONE, TW_FP X-Spam-Check-By: sourceware.org Received: from mo-p00-ob.rzone.de (HELO mo-p00-ob.rzone.de) (81.169.146.160) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 03 Sep 2012 15:30:12 +0000 X-RZG-AUTH: :LXoWVUeid/7A29J/hMvvT2k715jHQaJercGObUOFkj18odoYNahU4Q== X-RZG-CLASS-ID: mo00 Received: from [192.168.0.22] (business-188-111-022-002.static.arcor-ip.net [188.111.22.2]) by smtp.strato.de (josoe mo42) (RZmta 30.13 AUTH) with ESMTPA id J02155o83EkSW9 ; Mon, 3 Sep 2012 17:30:06 +0200 (CEST) Message-ID: <5044CCFD.8020206@gjlay.de> Date: Mon, 03 Sep 2012 17:30:05 +0200 From: Georg-Johann Lay User-Agent: Thunderbird 2.0.0.24 (X11/20100302) MIME-Version: 1.0 To: gcc-patches@gcc.gnu.org CC: Ian Lance Taylor Subject: [patch,libgcc] fp-bit.c: filter-out LIB2FUNCS_EXCLUDE X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Currently LIB2FUNCS_EXCLUDE is ignoref for the bits of libgcc*.a that come from fp-bit.c, fixed by this patch. Ok to install? Johann * Makefile.in (FPBIT_FUNCS): filter-out LIB2FUNCS_EXCLUDE. (DPBIT_FUNCS): Ditto. (TPBIT_FUNCS): Ditto. Index: libgcc/Makefile.in =================================================================== --- libgcc/Makefile.in (revision 190873) +++ libgcc/Makefile.in (working copy) @@ -516,6 +516,10 @@ FPBIT_FUNCS := $(filter-out _sf_to_tf,$( DPBIT_FUNCS := $(filter-out _df_to_tf,$(DPBIT_FUNCS)) endif +FPBIT_FUNCS := $(filter-out $(LIB2FUNCS_EXCLUDE),$(FPBIT_FUNCS)) +DPBIT_FUNCS := $(filter-out $(LIB2FUNCS_EXCLUDE),$(DPBIT_FUNCS)) +TPBIT_FUNCS := $(filter-out $(LIB2FUNCS_EXCLUDE),$(TPBIT_FUNCS)) + fpbit-src := $(srcdir)/fp-bit.c # Build FPBIT.