X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:content-type :content-transfer-encoding:date:from:to:subject:in-reply-to :references:message-id; q=dns; s=default; b=Zz0zQpBDmPHCtjoE89P4 jXmqf4ZbQURPh7KwarCx4f1Mi8q0crHJjW5N1VdLg/NYp6nqpqxijhYu4fMTPqhH yb/1E7zM6bozEeG1GjHE3nGFtrLtBZvl3gaVphDg0/kyO0KKCAXasGPjSzoKvFTS kaDtTQnbdPG2AcGMUVWoAz8= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:content-type :content-transfer-encoding:date:from:to:subject:in-reply-to :references:message-id; s=default; bh=+JJOY1u56TFNlVZnNVh5DB3wWc o=; b=OHrwN+KgpQpcXC9ndb8zGEdnGQkLLJ7BcRIxhTzmHfrVDlhcxXKBXwcpCe OZsRHWESF2rEztRwwO07GFnSdCB54cRErPvp3hIbXW2Lb5SYqeWHJarlx2mnY7D7 U/oz0di3lwWvzDpbPcPYqjwYwLowU6Zyt03BEZW294O7Pe7/c= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,KAM_NUMSUBJECT,NORMAL_HTTP_TO_IP,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=houder, Houder, Hx-spam-relays-external:ESMTPA X-HELO: lb3-smtp-cloud8.xs4all.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Fri, 20 Jul 2018 10:50:41 +0200 From: Houder To: cygwin AT cygwin DOT com Subject: Re: Symbols _fe_dfl_env and _fe_nomask_env not exported on x86_64 In-Reply-To: <7a7e499a7abcb1ae5f614ee38b4530ec@xs4all.nl> References: <7a7e499a7abcb1ae5f614ee38b4530ec AT xs4all DOT nl> Message-ID: <13010db501c323d40d8905c6cbaa1a94@xs4all.nl> X-Sender: houder AT xs4all DOT nl User-Agent: XS4ALL Webmail X-IsSubscribed: yes On 2018-07-20 01:00, Houder wrote: > L.S., > > This STC fails to compile on Cygwin for x86_64: > > // gcc -Wall -o stc-fenv stc-fenv.c > // Linux: gcc -Wall -o stc-fenv stc-fenv.c -lm > #define _GNU_SOURCE > #include > > int main() > { > fesetenv(FE_DFL_ENV); > fesetenv(FE_NOMASK_ENV); > } > > 64-@@ gcc -Wall -o stc-fenv stc-fenv.c > /tmp/cchxZMgV.o:stc-fenv.c:(.rdata$.refptr._fe_nomask_env[.refptr._fe_nomask_env]+0x0): > undefined reference to `_fe_nomask_env' > /tmp/cchxZMgV.o:stc-fenv.c:(.rdata$.refptr._fe_dfl_env[.refptr._fe_dfl_env]+0x0): > undefined reference to `_fe_dfl_env' > collect2: error: ld returned 1 exit status > > However the STC does compile on x86. > > Where has the machinery gone wrong? File winsup/CVSChangeLogs.old/cygwin/ChangeLog.64 bit contains: (line 761 ff) 2013-02-08 Corinna Vinschen * cygwin64.din (BASE): Set to 0x180040000. (_fe_dfl_env): Remove useless symbol. (_fe_nomask_env): Remove useless symbol. File cygwin64.din does not exist anymore (as far as I can tell). Has it been renamed x68_64.din? Regards, Henri -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple