OSDN Git Service

[MIPS64] Add syscall related files
authorChris Dearman <chris.dearman@imgtec.com>
Thu, 6 Feb 2014 00:59:23 +0000 (16:59 -0800)
committerElliott Hughes <enh@google.com>
Thu, 6 Feb 2014 23:39:38 +0000 (15:39 -0800)
commit5043212b7615bc4c03463c4d242769de69cd4685
tree8d1c8921afa032308492c4425a06ae8ab19c5c83
parente163a3986aa7d1c67fe3274eb9204812be0a6245
[MIPS64] Add syscall related files

Change-Id: I2f5d05df0e767538a6fe467ca0a2386325f8b71f
Signed-off-by: Chris Dearman <chris.dearman@imgtec.com>
Signed-off-by: Raghu Gandham <raghu.gandham@imgtec.com>
Signed-off-by: Duane Sand <duane.sand@imgtec.com>
196 files changed:
libc/SYSCALLS.TXT
libc/arch-mips64/syscalls.mk [new file with mode: 0644]
libc/arch-mips64/syscalls/__brk.S [new file with mode: 0644]
libc/arch-mips64/syscalls/__epoll_pwait.S [new file with mode: 0644]
libc/arch-mips64/syscalls/__exit.S [new file with mode: 0644]
libc/arch-mips64/syscalls/__getcpu.S [new file with mode: 0644]
libc/arch-mips64/syscalls/__getcwd.S [new file with mode: 0644]
libc/arch-mips64/syscalls/__getdents.S [new file with mode: 0644]
libc/arch-mips64/syscalls/__getdents64.S [new file with mode: 0644]
libc/arch-mips64/syscalls/__getpriority.S [new file with mode: 0644]
libc/arch-mips64/syscalls/__ioctl.S [new file with mode: 0644]
libc/arch-mips64/syscalls/__openat.S [new file with mode: 0644]
libc/arch-mips64/syscalls/__ppoll.S [new file with mode: 0644]
libc/arch-mips64/syscalls/__pselect6.S [new file with mode: 0644]
libc/arch-mips64/syscalls/__ptrace.S [new file with mode: 0644]
libc/arch-mips64/syscalls/__reboot.S [new file with mode: 0644]
libc/arch-mips64/syscalls/__rt_sigaction.S [new file with mode: 0644]
libc/arch-mips64/syscalls/__rt_sigpending.S [new file with mode: 0644]
libc/arch-mips64/syscalls/__rt_sigprocmask.S [new file with mode: 0644]
libc/arch-mips64/syscalls/__rt_sigsuspend.S [new file with mode: 0644]
libc/arch-mips64/syscalls/__rt_sigtimedwait.S [new file with mode: 0644]
libc/arch-mips64/syscalls/__sched_getaffinity.S [new file with mode: 0644]
libc/arch-mips64/syscalls/__set_thread_area.S [new file with mode: 0644]
libc/arch-mips64/syscalls/__set_tid_address.S [new file with mode: 0644]
libc/arch-mips64/syscalls/__syslog.S [new file with mode: 0644]
libc/arch-mips64/syscalls/__timer_create.S [new file with mode: 0644]
libc/arch-mips64/syscalls/__timer_delete.S [new file with mode: 0644]
libc/arch-mips64/syscalls/__timer_getoverrun.S [new file with mode: 0644]
libc/arch-mips64/syscalls/__timer_gettime.S [new file with mode: 0644]
libc/arch-mips64/syscalls/__timer_settime.S [new file with mode: 0644]
libc/arch-mips64/syscalls/__waitid.S [new file with mode: 0644]
libc/arch-mips64/syscalls/_exit.S [new file with mode: 0644]
libc/arch-mips64/syscalls/_flush_cache.S [new file with mode: 0644]
libc/arch-mips64/syscalls/accept.S [new file with mode: 0644]
libc/arch-mips64/syscalls/acct.S [new file with mode: 0644]
libc/arch-mips64/syscalls/bind.S [new file with mode: 0644]
libc/arch-mips64/syscalls/capget.S [new file with mode: 0644]
libc/arch-mips64/syscalls/capset.S [new file with mode: 0644]
libc/arch-mips64/syscalls/chdir.S [new file with mode: 0644]
libc/arch-mips64/syscalls/chroot.S [new file with mode: 0644]
libc/arch-mips64/syscalls/clock_getres.S [new file with mode: 0644]
libc/arch-mips64/syscalls/clock_gettime.S [new file with mode: 0644]
libc/arch-mips64/syscalls/clock_nanosleep.S [new file with mode: 0644]
libc/arch-mips64/syscalls/clock_settime.S [new file with mode: 0644]
libc/arch-mips64/syscalls/close.S [new file with mode: 0644]
libc/arch-mips64/syscalls/connect.S [new file with mode: 0644]
libc/arch-mips64/syscalls/delete_module.S [new file with mode: 0644]
libc/arch-mips64/syscalls/dup.S [new file with mode: 0644]
libc/arch-mips64/syscalls/dup3.S [new file with mode: 0644]
libc/arch-mips64/syscalls/epoll_create1.S [new file with mode: 0644]
libc/arch-mips64/syscalls/epoll_ctl.S [new file with mode: 0644]
libc/arch-mips64/syscalls/eventfd.S [new file with mode: 0644]
libc/arch-mips64/syscalls/execve.S [new file with mode: 0644]
libc/arch-mips64/syscalls/faccessat.S [new file with mode: 0644]
libc/arch-mips64/syscalls/fallocate.S [new file with mode: 0644]
libc/arch-mips64/syscalls/fchdir.S [new file with mode: 0644]
libc/arch-mips64/syscalls/fchmod.S [new file with mode: 0644]
libc/arch-mips64/syscalls/fchmodat.S [new file with mode: 0644]
libc/arch-mips64/syscalls/fchown.S [new file with mode: 0644]
libc/arch-mips64/syscalls/fchownat.S [new file with mode: 0644]
libc/arch-mips64/syscalls/fcntl.S [new file with mode: 0644]
libc/arch-mips64/syscalls/fdatasync.S [new file with mode: 0644]
libc/arch-mips64/syscalls/fgetxattr.S [new file with mode: 0644]
libc/arch-mips64/syscalls/flistxattr.S [new file with mode: 0644]
libc/arch-mips64/syscalls/flock.S [new file with mode: 0644]
libc/arch-mips64/syscalls/fremovexattr.S [new file with mode: 0644]
libc/arch-mips64/syscalls/fsetxattr.S [new file with mode: 0644]
libc/arch-mips64/syscalls/fstat.S [new file with mode: 0644]
libc/arch-mips64/syscalls/fstatat.S [new file with mode: 0644]
libc/arch-mips64/syscalls/fstatfs.S [new file with mode: 0644]
libc/arch-mips64/syscalls/fsync.S [new file with mode: 0644]
libc/arch-mips64/syscalls/ftruncate.S [new file with mode: 0644]
libc/arch-mips64/syscalls/futex.S [new file with mode: 0644]
libc/arch-mips64/syscalls/getegid.S [new file with mode: 0644]
libc/arch-mips64/syscalls/geteuid.S [new file with mode: 0644]
libc/arch-mips64/syscalls/getgid.S [new file with mode: 0644]
libc/arch-mips64/syscalls/getgroups.S [new file with mode: 0644]
libc/arch-mips64/syscalls/getitimer.S [new file with mode: 0644]
libc/arch-mips64/syscalls/getpeername.S [new file with mode: 0644]
libc/arch-mips64/syscalls/getpgid.S [new file with mode: 0644]
libc/arch-mips64/syscalls/getpid.S [new file with mode: 0644]
libc/arch-mips64/syscalls/getppid.S [new file with mode: 0644]
libc/arch-mips64/syscalls/getresgid.S [new file with mode: 0644]
libc/arch-mips64/syscalls/getresuid.S [new file with mode: 0644]
libc/arch-mips64/syscalls/getrlimit.S [new file with mode: 0644]
libc/arch-mips64/syscalls/getrusage.S [new file with mode: 0644]
libc/arch-mips64/syscalls/getsid.S [new file with mode: 0644]
libc/arch-mips64/syscalls/getsockname.S [new file with mode: 0644]
libc/arch-mips64/syscalls/getsockopt.S [new file with mode: 0644]
libc/arch-mips64/syscalls/gettid.S [new file with mode: 0644]
libc/arch-mips64/syscalls/gettimeofday.S [new file with mode: 0644]
libc/arch-mips64/syscalls/getuid.S [new file with mode: 0644]
libc/arch-mips64/syscalls/getxattr.S [new file with mode: 0644]
libc/arch-mips64/syscalls/init_module.S [new file with mode: 0644]
libc/arch-mips64/syscalls/inotify_add_watch.S [new file with mode: 0644]
libc/arch-mips64/syscalls/inotify_init1.S [new file with mode: 0644]
libc/arch-mips64/syscalls/inotify_rm_watch.S [new file with mode: 0644]
libc/arch-mips64/syscalls/ioprio_get.S [new file with mode: 0644]
libc/arch-mips64/syscalls/ioprio_set.S [new file with mode: 0644]
libc/arch-mips64/syscalls/kill.S [new file with mode: 0644]
libc/arch-mips64/syscalls/klogctl.S [new file with mode: 0644]
libc/arch-mips64/syscalls/lgetxattr.S [new file with mode: 0644]
libc/arch-mips64/syscalls/linkat.S [new file with mode: 0644]
libc/arch-mips64/syscalls/listen.S [new file with mode: 0644]
libc/arch-mips64/syscalls/listxattr.S [new file with mode: 0644]
libc/arch-mips64/syscalls/llistxattr.S [new file with mode: 0644]
libc/arch-mips64/syscalls/lremovexattr.S [new file with mode: 0644]
libc/arch-mips64/syscalls/lseek.S [new file with mode: 0644]
libc/arch-mips64/syscalls/lsetxattr.S [new file with mode: 0644]
libc/arch-mips64/syscalls/madvise.S [new file with mode: 0644]
libc/arch-mips64/syscalls/mincore.S [new file with mode: 0644]
libc/arch-mips64/syscalls/mkdirat.S [new file with mode: 0644]
libc/arch-mips64/syscalls/mknodat.S [new file with mode: 0644]
libc/arch-mips64/syscalls/mlock.S [new file with mode: 0644]
libc/arch-mips64/syscalls/mlockall.S [new file with mode: 0644]
libc/arch-mips64/syscalls/mmap.S [new file with mode: 0644]
libc/arch-mips64/syscalls/mount.S [new file with mode: 0644]
libc/arch-mips64/syscalls/mprotect.S [new file with mode: 0644]
libc/arch-mips64/syscalls/mremap.S [new file with mode: 0644]
libc/arch-mips64/syscalls/msync.S [new file with mode: 0644]
libc/arch-mips64/syscalls/munlock.S [new file with mode: 0644]
libc/arch-mips64/syscalls/munlockall.S [new file with mode: 0644]
libc/arch-mips64/syscalls/munmap.S [new file with mode: 0644]
libc/arch-mips64/syscalls/nanosleep.S [new file with mode: 0644]
libc/arch-mips64/syscalls/perf_event_open.S [new file with mode: 0644]
libc/arch-mips64/syscalls/personality.S [new file with mode: 0644]
libc/arch-mips64/syscalls/pipe2.S [new file with mode: 0644]
libc/arch-mips64/syscalls/prctl.S [new file with mode: 0644]
libc/arch-mips64/syscalls/pread64.S [new file with mode: 0644]
libc/arch-mips64/syscalls/prlimit64.S [new file with mode: 0644]
libc/arch-mips64/syscalls/pwrite64.S [new file with mode: 0644]
libc/arch-mips64/syscalls/read.S [new file with mode: 0644]
libc/arch-mips64/syscalls/readahead.S [new file with mode: 0644]
libc/arch-mips64/syscalls/readlinkat.S [new file with mode: 0644]
libc/arch-mips64/syscalls/readv.S [new file with mode: 0644]
libc/arch-mips64/syscalls/recvfrom.S [new file with mode: 0644]
libc/arch-mips64/syscalls/recvmsg.S [new file with mode: 0644]
libc/arch-mips64/syscalls/removexattr.S [new file with mode: 0644]
libc/arch-mips64/syscalls/renameat.S [new file with mode: 0644]
libc/arch-mips64/syscalls/sched_get_priority_max.S [new file with mode: 0644]
libc/arch-mips64/syscalls/sched_get_priority_min.S [new file with mode: 0644]
libc/arch-mips64/syscalls/sched_getparam.S [new file with mode: 0644]
libc/arch-mips64/syscalls/sched_getscheduler.S [new file with mode: 0644]
libc/arch-mips64/syscalls/sched_rr_get_interval.S [new file with mode: 0644]
libc/arch-mips64/syscalls/sched_setaffinity.S [new file with mode: 0644]
libc/arch-mips64/syscalls/sched_setparam.S [new file with mode: 0644]
libc/arch-mips64/syscalls/sched_setscheduler.S [new file with mode: 0644]
libc/arch-mips64/syscalls/sched_yield.S [new file with mode: 0644]
libc/arch-mips64/syscalls/sendfile.S [new file with mode: 0644]
libc/arch-mips64/syscalls/sendmsg.S [new file with mode: 0644]
libc/arch-mips64/syscalls/sendto.S [new file with mode: 0644]
libc/arch-mips64/syscalls/setgid.S [new file with mode: 0644]
libc/arch-mips64/syscalls/setgroups.S [new file with mode: 0644]
libc/arch-mips64/syscalls/setitimer.S [new file with mode: 0644]
libc/arch-mips64/syscalls/setns.S [new file with mode: 0644]
libc/arch-mips64/syscalls/setpgid.S [new file with mode: 0644]
libc/arch-mips64/syscalls/setpriority.S [new file with mode: 0644]
libc/arch-mips64/syscalls/setregid.S [new file with mode: 0644]
libc/arch-mips64/syscalls/setresgid.S [new file with mode: 0644]
libc/arch-mips64/syscalls/setresuid.S [new file with mode: 0644]
libc/arch-mips64/syscalls/setreuid.S [new file with mode: 0644]
libc/arch-mips64/syscalls/setrlimit.S [new file with mode: 0644]
libc/arch-mips64/syscalls/setsid.S [new file with mode: 0644]
libc/arch-mips64/syscalls/setsockopt.S [new file with mode: 0644]
libc/arch-mips64/syscalls/settimeofday.S [new file with mode: 0644]
libc/arch-mips64/syscalls/setuid.S [new file with mode: 0644]
libc/arch-mips64/syscalls/setxattr.S [new file with mode: 0644]
libc/arch-mips64/syscalls/shutdown.S [new file with mode: 0644]
libc/arch-mips64/syscalls/sigaltstack.S [new file with mode: 0644]
libc/arch-mips64/syscalls/signalfd4.S [new file with mode: 0644]
libc/arch-mips64/syscalls/socket.S [new file with mode: 0644]
libc/arch-mips64/syscalls/socketpair.S [new file with mode: 0644]
libc/arch-mips64/syscalls/statfs.S [new file with mode: 0644]
libc/arch-mips64/syscalls/swapoff.S [new file with mode: 0644]
libc/arch-mips64/syscalls/swapon.S [new file with mode: 0644]
libc/arch-mips64/syscalls/symlinkat.S [new file with mode: 0644]
libc/arch-mips64/syscalls/sync.S [new file with mode: 0644]
libc/arch-mips64/syscalls/sysinfo.S [new file with mode: 0644]
libc/arch-mips64/syscalls/tgkill.S [new file with mode: 0644]
libc/arch-mips64/syscalls/timerfd_create.S [new file with mode: 0644]
libc/arch-mips64/syscalls/timerfd_gettime.S [new file with mode: 0644]
libc/arch-mips64/syscalls/timerfd_settime.S [new file with mode: 0644]
libc/arch-mips64/syscalls/times.S [new file with mode: 0644]
libc/arch-mips64/syscalls/tkill.S [new file with mode: 0644]
libc/arch-mips64/syscalls/truncate.S [new file with mode: 0644]
libc/arch-mips64/syscalls/umask.S [new file with mode: 0644]
libc/arch-mips64/syscalls/umount2.S [new file with mode: 0644]
libc/arch-mips64/syscalls/uname.S [new file with mode: 0644]
libc/arch-mips64/syscalls/unlinkat.S [new file with mode: 0644]
libc/arch-mips64/syscalls/unshare.S [new file with mode: 0644]
libc/arch-mips64/syscalls/utimensat.S [new file with mode: 0644]
libc/arch-mips64/syscalls/wait4.S [new file with mode: 0644]
libc/arch-mips64/syscalls/write.S [new file with mode: 0644]
libc/arch-mips64/syscalls/writev.S [new file with mode: 0644]
libc/tools/bionic_utils.py
libc/tools/gensyscalls.py