From b8fcdddcbb192fc367ff04bbd753b9deb69b09f3 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 28 May 2016 18:12:58 +0200 Subject: nios2: sync support with glibc Only static linking is supported for now. More debugging and analyzing for ld.so, TLS and NPTL is required. But at least you can bootup a static root fileystem in Qemu. --- ldso/ldso/nios2/dl-syscalls.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 ldso/ldso/nios2/dl-syscalls.h (limited to 'ldso/ldso/nios2/dl-syscalls.h') diff --git a/ldso/ldso/nios2/dl-syscalls.h b/ldso/ldso/nios2/dl-syscalls.h new file mode 100644 index 000000000..f40c4fd31 --- /dev/null +++ b/ldso/ldso/nios2/dl-syscalls.h @@ -0,0 +1 @@ +/* stub for arch-specific syscall issues */ -- cgit v1.2.3