From patchwork Sun Nov 27 04:20:18 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: wbx X-Patchwork-Id: 699605 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from helium.openadk.org (helium.openadk.org [89.238.66.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3tRGnX2RM7z9t2g for ; Sun, 27 Nov 2016 15:20:30 +1100 (AEDT) Received: from helium.openadk.org (localhost [IPv6:::1]) by helium.openadk.org (Postfix) with ESMTP id 5E1AF10059; Sun, 27 Nov 2016 05:20:25 +0100 (CET) X-Original-To: devel@uclibc-ng.org Delivered-To: devel@helium.openadk.org Received: by helium.openadk.org (Postfix, from userid 1000) id 2FAB410059; Sun, 27 Nov 2016 05:20:18 +0100 (CET) MIME-Version: 1.0 To: devel@uclibc-ng.org X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 79c4017f3518cd30afb59a170717c1e754eedadf X-Git-Newrev: 05fca4593c3f54a6750f3cd2dd1eff61a2f5ee93 Auto-Submitted: auto-generated Message-Id: <20161127042018.2FAB410059@helium.openadk.org> Date: Sun, 27 Nov 2016 05:20:18 +0100 (CET) From: wbx@helium.openadk.org (wbx) Subject: [uclibc-ng-devel] uClibc-ng - small C library for embedded systems branch master updated. v1.0.19-15-g05fca45 X-BeenThere: devel@uclibc-ng.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: uClibc-ng Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devel-bounces@uclibc-ng.org Sender: "devel" This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "uClibc-ng - small C library for embedded systems". The branch, master has been updated via 05fca4593c3f54a6750f3cd2dd1eff61a2f5ee93 (commit) from 79c4017f3518cd30afb59a170717c1e754eedadf (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 05fca4593c3f54a6750f3cd2dd1eff61a2f5ee93 Author: Waldemar Brodkorb Date: Sun Nov 27 05:19:36 2016 +0100 mips: fix SIGILL problem with mips ISA r6 ----------------------------------------------------------------------- Summary of changes: libc/sysdeps/linux/mips/bits/atomic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive diff --git a/libc/sysdeps/linux/mips/bits/atomic.h b/libc/sysdeps/linux/mips/bits/atomic.h index e4f9e3b..ed8369a 100644 --- a/libc/sysdeps/linux/mips/bits/atomic.h +++ b/libc/sysdeps/linux/mips/bits/atomic.h @@ -37,7 +37,7 @@ typedef uintptr_t uatomicptr_t; typedef intmax_t atomic_max_t; typedef uintmax_t uatomic_max_t; -#if _MIPS_SIM == _ABIO32 +#if _MIPS_SIM == _ABIO32 && __mips < 2 #define MIPS_PUSH_MIPS2 ".set mips2\n\t" #else #define MIPS_PUSH_MIPS2