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 3c67c044f93b452aa483eb1246195ebb4443cb44 (commit) via fbb7168a0109ec23662953625d38de09d2642d77 (commit) from a8187cd20769fd1a4dddbb51d86363eb80b40b9d (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 3c67c044f93b452aa483eb1246195ebb4443cb44 Author: Waldemar Brodkorb wbx@openadk.org Date: Thu Mar 10 21:49:36 2016 +0100
ia64: sync with glibc headers
commit fbb7168a0109ec23662953625d38de09d2642d77 Author: Waldemar Brodkorb wbx@openadk.org Date: Thu Mar 10 21:49:19 2016 +0100
ia64: disable atomic tests
-----------------------------------------------------------------------
Summary of changes: libc/sysdeps/linux/ia64/bits/sigcontext.h | 2 ++ libc/sysdeps/linux/ia64/sys/ucontext.h | 2 +- test/silly/Makefile.in | 4 ++++ 3 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/libc/sysdeps/linux/ia64/bits/sigcontext.h b/libc/sysdeps/linux/ia64/bits/sigcontext.h index 97410db..6c2b521 100644 --- a/libc/sysdeps/linux/ia64/bits/sigcontext.h +++ b/libc/sysdeps/linux/ia64/bits/sigcontext.h @@ -24,6 +24,8 @@ #ifndef _BITS_SIGCONTEXT_H #define _BITS_SIGCONTEXT_H 1
+#define __need_size_t +#include <stddef.h> #include <bits/sigstack.h>
struct ia64_fpreg diff --git a/libc/sysdeps/linux/ia64/sys/ucontext.h b/libc/sysdeps/linux/ia64/sys/ucontext.h index 8525007..ef56567 100644 --- a/libc/sysdeps/linux/ia64/sys/ucontext.h +++ b/libc/sysdeps/linux/ia64/sys/ucontext.h @@ -31,7 +31,7 @@
typedef struct sigcontext mcontext_t;
-#if defined __cplusplus && __GNUC_PREREQ (3, 5) +#if __GNUC_PREREQ (3, 5) # define _SC_GR0_OFFSET \ __builtin_offsetof (struct sigcontext, sc_gr[0]) #elif defined __GNUC__ diff --git a/test/silly/Makefile.in b/test/silly/Makefile.in index 4f35368..c477344 100644 --- a/test/silly/Makefile.in +++ b/test/silly/Makefile.in @@ -4,6 +4,10 @@ RET_hello := 42 RET_tiny := 42
+ifeq ($(TARGET_ARCH),ia64) +TESTS_DISABLED += tst-atomic tst-atomic-long +endif + ifeq ($(TARGET_ARCH),mips) TESTS_DISABLED += tst-atomic tst-atomic-long endif
hooks/post-receive