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 wbx@openadk.org 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(-)
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
hooks/post-receive