]> Git Repo - uclibc-ng.git/commit
Patch from Miles Bader <[email protected]> to support the v850.
authorEric Andersen <[email protected]>
Thu, 11 Oct 2001 08:29:22 +0000 (08:29 -0000)
committerEric Andersen <[email protected]>
Thu, 11 Oct 2001 08:29:22 +0000 (08:29 -0000)
commit5c12c8eecd5f2e06c200651e90befe85efcf166f
treedbaed54145d28357e3b145ad8631529ffd0c2344
parenta924265e43cf2fcad97fc9489da482a27b0faf93
Patch from Miles Bader <[email protected]> to support the v850.
He sent this patch to me a month ago, but I forgot to apply it...
81 files changed:
Makefile
extra/Configs/Config.v850e [new file with mode: 0644]
include/elf.h
include/features.h
libc/misc/internals/__uClibc_main.c
libc/stdlib/atexit.c
libc/sysdeps/linux/common/syscalls.c
libc/sysdeps/linux/v850/Makefile [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/ATTENTION [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/byteswap.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/cmathcalls.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/confname.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/dirent.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/dlfcn.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/elfclass.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/endian.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/environments.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/errno.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/fcntl.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/fenv.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/huge_val.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/in.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/ioctl-types.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/ioctls.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/ipc.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/libc-lock.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/local_lim.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/mathcalls.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/mathdef.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/mathinline.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/mman.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/msq.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/nan.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/poll.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/posix1_lim.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/posix2_lim.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/posix_opt.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/pthreadtypes.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/resource.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/sched.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/select.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/sem.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/setjmp.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/shm.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/sigaction.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/sigcontext.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/siginfo.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/signum.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/sigset.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/sigstack.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/sigthread.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/sockaddr.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/socket.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/stab.def [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/stat.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/statfs.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/statvfs.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/stdio-lock.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/stdio.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/stdio_lim.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/string.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/string2.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/stropts.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/syscalls.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/termios.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/time.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/types.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/uio.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/ustat.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/utmp.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/utmpx.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/utsname.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/waitflags.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/waitstatus.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/wordsize.h [new file with mode: 0644]
libc/sysdeps/linux/v850/bits/xopen_lim.h [new file with mode: 0644]
libc/sysdeps/linux/v850/clinkage.h [new file with mode: 0644]
libc/sysdeps/linux/v850/crt0.S [new file with mode: 0644]
libc/sysdeps/linux/v850/longjmp.S [new file with mode: 0644]
libc/sysdeps/linux/v850/setjmp.S [new file with mode: 0644]
libc/sysdeps/linux/v850/vfork.S [new file with mode: 0644]
This page took 0.03411 seconds and 4 git commands to generate.