From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.CeBiTec.Uni-Bielefeld.DE (smtp.CeBiTec.Uni-Bielefeld.DE [129.70.160.84]) by sourceware.org (Postfix) with ESMTPS id 9970C3858CDB for ; Mon, 16 Jan 2023 13:27:20 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 9970C3858CDB Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=CeBiTec.Uni-Bielefeld.DE Authentication-Results: sourceware.org; spf=none smtp.mailfrom=cebitec.uni-bielefeld.de Received: from localhost (localhost [127.0.0.1]) by smtp.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTP id 64E45110F5; Mon, 16 Jan 2023 14:27:19 +0100 (CET) X-Virus-Scanned: amavisd-new at CeBiTec.Uni-Bielefeld.DE Received: from smtp.CeBiTec.Uni-Bielefeld.DE ([127.0.0.1]) by localhost (smtp.cebitec.uni-bielefeld.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rscA9Dk31lY0; Mon, 16 Jan 2023 14:27:19 +0100 (CET) Received: from manam.CeBiTec.Uni-Bielefeld.DE (p508548b7.dip0.t-ipconnect.de [80.133.72.183]) (Authenticated sender: ro) by smtp.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTPSA id E1F85110F4; Mon, 16 Jan 2023 14:27:18 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=CeBiTec.Uni-Bielefeld.DE; s=20200306; t=1673875639; bh=invd9QLYGNuNGtx4pjTMUC5LXOERcVmOqIv1xyjH3NU=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=YdtSQuuiJFjsNYCBW/fMrREtDgiN+2q7r1EBLg+11l44f36Uks+o4U/FOZ95e2UI+ veBAj9WdTMBMW2EzGDQQZOgSESNcitOt7/3hQ4/UZKbEhl4ic6S12XtNp3LCDMBaaf p6wYm3EuIva3D5JETVL1xpX6yaGezG/RYYRtsXk0nS0svy26tDN5w51IN5nbSBvYRF 1BfeHZpJ36HSmzKQw2kiUkK5KAYo4nMm+y1FQj1X8PitGkFBXMzRa+4a4xm9X0u2fA pOGHkLJssXwSkj3un99SlzxeodQ3/+nAflCuAf8XO3g38YkKZo5TPISW72nviNNHPM agdeTYl6IL+TA== From: Rainer Orth To: Richard Biener Cc: gcc-patches@gcc.gnu.org Subject: Re: [PATCH 8/9] solaris2: Don't add crtfastmath.o for -shared References: <20230113080146.E61D613913@imap2.suse-dmz.suse.de> Date: Mon, 16 Jan 2023 14:27:18 +0100 In-Reply-To: <20230113080146.E61D613913@imap2.suse-dmz.suse.de> (Richard Biener's message of "Fri, 13 Jan 2023 09:01:46 +0100 (CET)") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1.90 (usg-unix-v) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-3788.0 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,SPF_HELO_NONE,SPF_NONE,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi Richard, > Don't add crtfastmath.o for -shared to avoid altering the FP > environment when loading a shared library. > > PR target/55522 > * config/sol2.h (ENDFILE_SPEC): Don't add crtfastmath.o for -shared. tested on i386-pc-solaris2.11 and sparc-sun-solaris2.11. Ok. Thanks. Rainer -- ----------------------------------------------------------------------------- Rainer Orth, Center for Biotechnology, Bielefeld University