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, 1.0 has been updated
via 9747e322b3ac8c3957746904b3ff56c0d53dcf4f (commit)
from ea86f1d8885335f2bd38a388d2ab762bd1e29427 (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 9747e322b3ac8c3957746904b3ff56c0d53dcf4f
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:
extra/Configs/Config.in | 4 ++--
ldso/include/dl-defs.h | 2 ++
libc/sysdeps/linux/ia64/bits/byteswap.h | 2 --
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in
index ab6d01b..c954250 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -87,8 +87,8 @@ config TARGET_i386
#config TARGET_i960
# bool "i960 (BROKEN)"
-#config TARGET_ia64
-# bool "ia64"
+config TARGET_ia64
+ bool "ia64"
config TARGET_m68k
bool "m68k"
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
Show replies by date