From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 50191 invoked by alias); 25 Dec 2017 05:18:44 -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 50176 invoked by uid 89); 25 Dec 2017 05:18:44 -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=HTo:U*libffi-discuss, H*Ad:U*libffi-discuss X-HELO: mail-pf0-f182.google.com Received: from mail-pf0-f182.google.com (HELO mail-pf0-f182.google.com) (209.85.192.182) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 25 Dec 2017 05:18:42 +0000 Received: by mail-pf0-f182.google.com with SMTP id l24so17584504pfj.6 for ; Sun, 24 Dec 2017 21:18:42 -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:from:date:message-id:subject:to; bh=JAJuhT0DaQUzOLvZW8IUYyZqC7gG0CVnZbYiYi90cF4=; b=NRtX+oI6+aM/WlWu1Qo32JnTVvqBalivAOCv5bhdt0Xf9KeSe0LqE7QXroIcnnFfBY 1ZkgIXz+IdZdZcj+2oBd3huOqGm4q1p8PihoU0e/QH1Xv3rX+uijrjqEHF0sVwAwVsL2 1vCC8CsmPjkM+bW3iEEnssqU09Pd5C7XSN6k8YrWxr+xovlUhxUYaO/VKO4HdrxD5txs HxRRaDutdYZWC9h4xGGZz7m2j2hjk7Dwk+a+o4CxW6J1E47sL8uzJUe3P7PGT4kpyBv/ U+TZJlTwN0gv3pJXrITH43NKIQ9CM3mFScL9bUithqYOjqENEd+HE7EaDyLxcwRU4BN6 5T6g== X-Gm-Message-State: AKGB3mIKYfHNui9pDIIWprRRCklH2CCFw6kUoW0kgQNPuz4empRQ+HP+ 4vqchsNdKvRiektg0tHpz3SLbkeuAWjWNFwgaKL2/amP X-Google-Smtp-Source: ACJfBosRelGSdjhJwIxOJynSe8kkkzYqBaVEzapyrFe5iSeMPF8bN9/kQXFmIrc+Qz98Xyh7CpSEQYD07mocVlG9QEM= X-Received: by 10.98.152.25 with SMTP id q25mr21758915pfd.58.1514179121052; Sun, 24 Dec 2017 21:18:41 -0800 (PST) MIME-Version: 1.0 Received: by 10.236.160.23 with HTTP; Sun, 24 Dec 2017 21:18:40 -0800 (PST) From: YunQiang Su Date: Mon, 25 Dec 2017 05:18:00 -0000 Message-ID: Subject: 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: 2017/txt/msg00032.txt.bz2 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.