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 d752724d4dce488a38f464a52f367e585da71075 (commit)
from dfa593d4d881116723a4401b466ea964fb12327b (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 d752724d4dce488a38f464a52f367e585da71075
Author: Waldemar Brodkorb <wbx(a)openadk.org>
Date: Fri Oct 16 19:25:44 2015 +0200
ia64: enable and fix compile issues
Enable ia64 in the menu.
Fix build for architectures withou ld.so support.
Fix syntax error in bits/byteswap.h.
-----------------------------------------------------------------------
Summary of changes:
ldso/include/dl-defs.h | 2 ++
libc/sysdeps/linux/ia64/bits/byteswap.h | 2 --
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ldso/include/dl-defs.h b/ldso/include/dl-defs.h
index a1735f0..bedfa97 100644
--- a/ldso/include/dl-defs.h
+++ b/ldso/include/dl-defs.h
@@ -73,9 +73,11 @@ typedef struct {
#endif
#ifdef _LIBC
+#ifndef __ARCH_HAS_NO_SHARED__
/* arch specific defines */
#include <dl-sysdep.h>
#endif
+#endif
/* Provide a means for a port to pass additional arguments to the _dl_start
function. */
diff --git a/libc/sysdeps/linux/ia64/bits/byteswap.h
b/libc/sysdeps/linux/ia64/bits/byteswap.h
index 3226669..0e352fc 100644
--- a/libc/sysdeps/linux/ia64/bits/byteswap.h
+++ b/libc/sysdeps/linux/ia64/bits/byteswap.h
@@ -46,6 +46,4 @@
__v; }))
#endif
-#endif
-
#include <bits/byteswap-common.h>
hooks/post-receive
--
uClibc-ng - small C library for embedded systems