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 43181763e535ef94f5122945c26ad335f0a71e9c (commit) from 6f3ed4e9d23a66883549fe96728e44d2d88c7af1 (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 43181763e535ef94f5122945c26ad335f0a71e9c Author: Waldemar Brodkorb wbx@uclibc-ng.org Date: Tue Nov 24 22:07:16 2015 +0100
xtensa: avoid some compiler warnings
Signed-off-by: Max Filippov jcmvbkbc@gmail.com Signed-off-by: Waldemar Brodkorb wbx@uclibc-ng.org
-----------------------------------------------------------------------
Summary of changes: libpthread/nptl/sysdeps/unix/sysv/linux/xtensa/sysdep-cancel.h | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/xtensa/sysdep-cancel.h b/libpthread/nptl/sysdeps/unix/sysv/linux/xtensa/sysdep-cancel.h index 02fe278..be1b5ab 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/xtensa/sysdep-cancel.h +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/xtensa/sysdep-cancel.h @@ -25,6 +25,7 @@
#if !defined NOT_IN_libc || defined IS_IN_libpthread || defined IS_IN_librt
+#ifdef __ASSEMBLER__ #if defined(__XTENSA_WINDOWED_ABI__) /* CENABLE/CDISABLE in PSEUDO below use call8, stack frame size must be * at least 32. @@ -117,6 +118,7 @@ #else #error Unsupported Xtensa ABI #endif +#endif
# ifdef IS_IN_libpthread # define CENABLE_FUNC __pthread_enable_asynccancel
hooks/post-receive