From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out2.suse.de (smtp-out2.suse.de [IPv6:2001:67c:2178:6::1d]) by sourceware.org (Postfix) with ESMTPS id 139CA3858C5F for ; Fri, 13 Jan 2023 08:05:29 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 139CA3858C5F Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=suse.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.de Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id D1AE25FEC3; Fri, 13 Jan 2023 08:05:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1673597127; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type; bh=X8aTB88Z6VMTtnUu1lFFAxXFvWQK1++nHSps/XVadmY=; b=XVVQBDZ2GjWjo6arnSIvNSWClKNZUYjSJQiNjk4+AZs2hfpmoz4l61JvWDh/qb2D986g/A 78qISO0JP1/Z8r1nPQ0iS7i0bLfy78RL71MThVtnAC4tf91FKfMuRkImLB2qie5DpdR4Bo nDCrgQHnqj7X51fquwawMTZmPCr2hKY= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1673597127; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type; bh=X8aTB88Z6VMTtnUu1lFFAxXFvWQK1++nHSps/XVadmY=; b=I5zXpkG36TafHbplJXRkLq85htXl4BmImMmzOd+p90gwLhVpmn5Jq9k5s1FUbiQ9/9rBmz SKTsLDCm3e4X30Bg== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id AB95513913; Fri, 13 Jan 2023 08:05:27 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id kRvcKMcQwWP7SQAAMHmgww (envelope-from ); Fri, 13 Jan 2023 08:05:27 +0000 Date: Fri, 13 Jan 2023 09:05:27 +0100 (CET) From: Richard Biener To: gcc-patches@gcc.gnu.org cc: hongtao.liu@intel.com, ubizjak@gmail.com Subject: [PATCH 0/9] Don't add crtfastmath.o for -shared Message-ID: <51no4077-nrro-q647-4q33-on5s277on191@fhfr.qr> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, score=-5.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS,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: This is a series completing the fix for PR55522 which got a fix for x86-linux already but left all other targets unfixed (including x86-cygwin, x86-darwin and x86-mingw32). The following series applies a similar change to other specs using crtfastmath.o, the changes are untested. Target maintainers are CCed and I hope they can smoke-test the changes. x86 maintainers, can you please adjust the missed specs yourself? Thanks, Richard.