From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/7355 Path: news.gmane.org!not-for-mail From: Eugene Newsgroups: gmane.linux.lib.musl.general Subject: Re: [PATCH] MIPS big endian and *stat syscalls return value Date: Wed, 08 Apr 2015 10:37:45 +0300 Message-ID: <5524DAC9.9070709@ndmsystems.com> References: <5523A299.5050209@ndmsystems.com> <20150407115821.GA31681@port70.net> <20150407143415.GI6817@brightrain.aerifal.cx> <20150407182422.GJ6817@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1428478684 25337 80.91.229.3 (8 Apr 2015 07:38:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 8 Apr 2015 07:38:04 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-7368-gllmg-musl=m.gmane.org@lists.openwall.com Wed Apr 08 09:38:03 2015 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1YfkYj-0003Ml-F9 for gllmg-musl@m.gmane.org; Wed, 08 Apr 2015 09:38:01 +0200 Original-Received: (qmail 31766 invoked by uid 550); 8 Apr 2015 07:37:59 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 31748 invoked from network); 8 Apr 2015 07:37:58 -0000 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=AepGbrbQdkm7T/U3+Vk7/MUVeAkryv4kcXC5xoC1sAA=; b=TpI1FIuZV4RtoYfIYbmOOh5OW/tFVGx4olnFArh6OKq+N0tnfUh6Ef5fTiHdRLNWwq /z7Rp4lJrH/x8fvBu3Dy1nkMqshbBwNpOWMkpe0z/rma14wb2R/3tj9+S89CQmkFbpOg DqL2uZMQ4JPm+IrHxaZH2koK6GBEkK5QB1LdiuTBKaAZ7jch7MSZr957q25LbBQFT5V7 /EB+JeMeaDIE2Udc5OX7/HWgExZxf81mkS8NHwXAKP5PsZj5LG8nQgpWdyMgXNdDNo3o ExXrEYmc+qgVxEvlZicR9Ys9ko3p8QYrDsx8gtIFVvGP7YzsJJpRIuMKhrFYv72YPAgk 8vLw== X-Gm-Message-State: ALoCoQl9QglHuN++bqyKBS4pkQ1XI0QjJOLSceMryNhOHgTD1vQMQLssckfp8E4NTUzn4aDrp2IV X-Received: by 10.112.42.233 with SMTP id r9mr22323207lbl.58.1428478667401; Wed, 08 Apr 2015 00:37:47 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 In-Reply-To: <20150407182422.GJ6817@brightrain.aerifal.cx> Xref: news.gmane.org gmane.linux.lib.musl.general:7355 Archived-At: On 07.04.2015 21:24, Rich Felker wrote: > OK. In any case I committed the fix. Thanks for catching this! Thanks a lot! I have received the following results for GCC 4.9.2. Level Static inline works? O0 no O1 yes O2 yes O3 yes Os no