OSDN Git Service

Pete Popov writes:
authorEric Andersen <andersen@codepoet.org>
Fri, 16 Jul 2004 11:09:34 +0000 (11:09 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 16 Jul 2004 11:09:34 +0000 (11:09 -0000)
commitc3d50a69839f8d80fc7244fde6e4a57e5e39dd36
treec9e27baac7541384b806cce0845f28c1f59b5a2e
parent3cf731bf40f153a73373798085d1f45a80b972d6
Pete Popov writes:

Hi Erik,

I'm not sure why the NIOS support is not in uClibc -- perhaps the patch
was rejected or never submitted? In any case, I'm playing with some NIOS
stuff and created this patch against 0.9.26. The work was done by
Microtronix. I'm not sure who else contributed to it. It would be great
to have the NIOS support available in uClibc so developers don't have to
go searching for these bits.

Pete
66 files changed:
extra/Configs/Config.in
extra/Configs/Config.nios [new file with mode: 0644]
extra/Configs/Config.nios2 [new file with mode: 0644]
include/elf.h
libc/sysdeps/linux/Makefile
libc/sysdeps/linux/nios/Makefile [new file with mode: 0644]
libc/sysdeps/linux/nios/NM_Macros.S [new file with mode: 0644]
libc/sysdeps/linux/nios/NR_Math1.S [new file with mode: 0644]
libc/sysdeps/linux/nios/__longjmp.S [new file with mode: 0644]
libc/sysdeps/linux/nios/bits/endian.h [new file with mode: 0644]
libc/sysdeps/linux/nios/bits/fcntl.h [new file with mode: 0644]
libc/sysdeps/linux/nios/bits/kernel_types.h [new file with mode: 0644]
libc/sysdeps/linux/nios/bits/mathdef.h [new file with mode: 0644]
libc/sysdeps/linux/nios/bits/mman.h [new file with mode: 0644]
libc/sysdeps/linux/nios/bits/resource.h [new file with mode: 0644]
libc/sysdeps/linux/nios/bits/setjmp.h [new file with mode: 0644]
libc/sysdeps/linux/nios/bits/sigcontextinfo.h [new file with mode: 0644]
libc/sysdeps/linux/nios/bits/stackinfo.h [new file with mode: 0644]
libc/sysdeps/linux/nios/bits/stat.h [new file with mode: 0644]
libc/sysdeps/linux/nios/bits/syscalls.h [new file with mode: 0644]
libc/sysdeps/linux/nios/bits/wordsize.h [new file with mode: 0644]
libc/sysdeps/linux/nios/brk.c [new file with mode: 0644]
libc/sysdeps/linux/nios/bsd-_setjmp.S [new file with mode: 0644]
libc/sysdeps/linux/nios/bsd-setjmp.S [new file with mode: 0644]
libc/sysdeps/linux/nios/clone.S [new file with mode: 0644]
libc/sysdeps/linux/nios/crt0.S [new file with mode: 0644]
libc/sysdeps/linux/nios/crt0.c [new file with mode: 0644]
libc/sysdeps/linux/nios/crtbegin.c [new file with mode: 0644]
libc/sysdeps/linux/nios/crtend.c [new file with mode: 0644]
libc/sysdeps/linux/nios/fpu_control.h [new file with mode: 0644]
libc/sysdeps/linux/nios/setjmp.S [new file with mode: 0644]
libc/sysdeps/linux/nios/sys/procfs.h [new file with mode: 0644]
libc/sysdeps/linux/nios/sys/ucontext.h [new file with mode: 0644]
libc/sysdeps/linux/nios/vfork.S [new file with mode: 0644]
libc/sysdeps/linux/nios2/Makefile [new file with mode: 0644]
libc/sysdeps/linux/nios2/__longjmp.S [new file with mode: 0644]
libc/sysdeps/linux/nios2/bits/endian.h [new file with mode: 0644]
libc/sysdeps/linux/nios2/bits/fcntl.h [new file with mode: 0644]
libc/sysdeps/linux/nios2/bits/kernel_stat.h [new file with mode: 0644]
libc/sysdeps/linux/nios2/bits/kernel_types.h [new file with mode: 0644]
libc/sysdeps/linux/nios2/bits/mathdef.h [new file with mode: 0644]
libc/sysdeps/linux/nios2/bits/mman.h [new file with mode: 0644]
libc/sysdeps/linux/nios2/bits/profil-counter.h [new file with mode: 0644]
libc/sysdeps/linux/nios2/bits/resource.h [new file with mode: 0644]
libc/sysdeps/linux/nios2/bits/setjmp.h [new file with mode: 0644]
libc/sysdeps/linux/nios2/bits/sigcontextinfo.h [new file with mode: 0644]
libc/sysdeps/linux/nios2/bits/stackinfo.h [new file with mode: 0644]
libc/sysdeps/linux/nios2/bits/stat.h [new file with mode: 0644]
libc/sysdeps/linux/nios2/bits/syscalls.h [new file with mode: 0644]
libc/sysdeps/linux/nios2/bits/wordsize.h [new file with mode: 0644]
libc/sysdeps/linux/nios2/brk.c [new file with mode: 0644]
libc/sysdeps/linux/nios2/bsd-_setjmp.S [new file with mode: 0644]
libc/sysdeps/linux/nios2/bsd-setjmp.S [new file with mode: 0644]
libc/sysdeps/linux/nios2/clone.S [new file with mode: 0644]
libc/sysdeps/linux/nios2/clone.c [new file with mode: 0644]
libc/sysdeps/linux/nios2/crt0.S [new file with mode: 0644]
libc/sysdeps/linux/nios2/crti.S [new file with mode: 0644]
libc/sysdeps/linux/nios2/crtn.S [new file with mode: 0644]
libc/sysdeps/linux/nios2/fpu_control.h [new file with mode: 0644]
libc/sysdeps/linux/nios2/setjmp.S [new file with mode: 0644]
libc/sysdeps/linux/nios2/sys/procfs.h [new file with mode: 0644]
libc/sysdeps/linux/nios2/sys/ucontext.h [new file with mode: 0644]
libc/sysdeps/linux/nios2/syscall.c [new file with mode: 0644]
libc/sysdeps/linux/nios2/vfork.S [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/nios/pt-machine.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/nios2/pt-machine.h [new file with mode: 0644]