From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18688 invoked by alias); 3 Jan 2018 02:32:11 -0000 Mailing-List: contact libffi-discuss-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libffi-discuss-owner@sourceware.org Received: (qmail 18678 invoked by uid 89); 3 Jan 2018 02:32:11 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=H*r:sk:libffi-, HTo:U*libffi-discuss, H*Ad:U*libffi-discuss X-HELO: mail-pg0-f43.google.com Received: from mail-pg0-f43.google.com (HELO mail-pg0-f43.google.com) (74.125.83.43) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 03 Jan 2018 02:32:09 +0000 Received: by mail-pg0-f43.google.com with SMTP id j4so179483pgp.1 for ; Tue, 02 Jan 2018 18:32:09 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=nPEDPNQw14eAIzJGJN5LkPPZfiC6uEmCAOm7syHjKV8=; b=nx+36VRKIs+F7rWxQliscN5ydwAhNIiRaNTZnrHAbvcDTEEiWtdel8i0XGvAOKrya/ 9/YIZyGh+Y2yP0rw9DiwV3sKGygKtSzUKZsHystiRkzFdSHjx9eji3MGPfVZzV/BJgkz CT0OfuTzgkAexQea+6R/BfhHtrKhVU0qZYH0fr+EYVObz3e7m5SiZTUAy2h/xnPi5dG/ wZ8+Kj7Kpe7vTHdbr/wnnUUOAozdKYtcS4iQQkEO2I7g/XyRA+HkOB/vFwsg5FkIuDQL crZUC3LKJeF9VoZL/x8PSBPHYWm2ZB58K3WQ24hqUuWFVPkrMCjxtHH1yYTaHXZOK14P G0CA== X-Gm-Message-State: AKGB3mKda5V6czj6Jix6rETH3+bFVZCtiizwwt6BlI9fRBtAuXuTKZpV asvbrAfgxK5ML/zsU3SZ9JdZnU/2bXM2SieceNZNCNCo X-Google-Smtp-Source: ACJfBouirvRW2oTFPIcnQn67OSqJQ4ZczLL3BhL+ryLPKDsJiqcYpMr0a6kOXfrrgG34gWNk65Ibzp5VX01hr6bgJzk= X-Received: by 10.99.148.1 with SMTP id m1mr27943pge.205.1514946727811; Tue, 02 Jan 2018 18:32:07 -0800 (PST) MIME-Version: 1.0 Received: by 10.236.160.23 with HTTP; Tue, 2 Jan 2018 18:32:05 -0800 (PST) In-Reply-To: References: From: YunQiang Su Date: Wed, 03 Jan 2018 02:32:00 -0000 Message-ID: Subject: Re: libffi: mips/n32.S: disable .set mips4 on mips r6 To: libffi-discuss@sourceware.org Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2018/txt/msg00000.txt.bz2 and a new pull request https://github.com/libffi/libffi/pull/401 in mips/ffi.c, the encoding of jr also need to be fixed for r6. On Mon, Dec 25, 2017 at 1:18 PM, YunQiang Su wrote: > https://github.com/libffi/libffi/pull/396 > > MIPS r6 drops some insn and change some insn's encoding, > so we need to drop .set mips4 when we build libffi for mips r6. -- YunQiang Su