]> sourceware.org Git - newlib-cygwin.git/commit
RISC-V: Moved syscalls to separate files to fix aliasing problems.
authorJim Wilson <jimw@sifive.com>
Tue, 26 Dec 2017 20:27:52 +0000 (12:27 -0800)
committerJim Wilson <jimw@sifive.com>
Tue, 26 Dec 2017 20:27:52 +0000 (12:27 -0800)
commit28d5b98038dd18797375f4ff6a11fecd59809b22
treef6ea701cdba714aa1f0be37ee9d881a7a9939c5b
parent347b08391132d61702f9004d7b74f742a49907f6
RISC-V: Moved syscalls to separate files to fix aliasing problems.
37 files changed:
libgloss/riscv/Makefile.in
libgloss/riscv/internal_syscall.h [new file with mode: 0644]
libgloss/riscv/kernel_stat.h [new file with mode: 0644]
libgloss/riscv/machine/syscall.h
libgloss/riscv/sys_access.c [new file with mode: 0644]
libgloss/riscv/sys_chdir.c [new file with mode: 0644]
libgloss/riscv/sys_chmod.c [new file with mode: 0644]
libgloss/riscv/sys_chown.c [new file with mode: 0644]
libgloss/riscv/sys_close.c [new file with mode: 0644]
libgloss/riscv/sys_conv_stat.c [new file with mode: 0644]
libgloss/riscv/sys_execve.c [new file with mode: 0644]
libgloss/riscv/sys_exit.c [new file with mode: 0644]
libgloss/riscv/sys_faccessat.c [new file with mode: 0644]
libgloss/riscv/sys_fork.c [new file with mode: 0644]
libgloss/riscv/sys_fstat.c [new file with mode: 0644]
libgloss/riscv/sys_fstatat.c [new file with mode: 0644]
libgloss/riscv/sys_ftime.c [new file with mode: 0644]
libgloss/riscv/sys_getcwd.c [new file with mode: 0644]
libgloss/riscv/sys_getpid.c [new file with mode: 0644]
libgloss/riscv/sys_gettimeofday.c [new file with mode: 0644]
libgloss/riscv/sys_isatty.c [new file with mode: 0644]
libgloss/riscv/sys_kill.c [new file with mode: 0644]
libgloss/riscv/sys_link.c [new file with mode: 0644]
libgloss/riscv/sys_lseek.c [new file with mode: 0644]
libgloss/riscv/sys_lstat.c [new file with mode: 0644]
libgloss/riscv/sys_open.c [new file with mode: 0644]
libgloss/riscv/sys_openat.c [new file with mode: 0644]
libgloss/riscv/sys_read.c [new file with mode: 0644]
libgloss/riscv/sys_sbrk.c [new file with mode: 0644]
libgloss/riscv/sys_stat.c [new file with mode: 0644]
libgloss/riscv/sys_sysconf.c [new file with mode: 0644]
libgloss/riscv/sys_times.c [new file with mode: 0644]
libgloss/riscv/sys_unlink.c [new file with mode: 0644]
libgloss/riscv/sys_utime.c [new file with mode: 0644]
libgloss/riscv/sys_wait.c [new file with mode: 0644]
libgloss/riscv/sys_write.c [new file with mode: 0644]
libgloss/riscv/syscalls.c [deleted file]
This page took 0.032075 seconds and 5 git commands to generate.