acadia-newlib/libgloss/riscv
Kito Cheng 20d0081998 RISC-V: Using SYS_clock_gettime64 for rv32 libgloss.
- RISC-V 32 bits linux/glibc didn't provide gettimeofday anymore
   after upstream, because RV32 didn't have backward compatible issue,
   so RV32 only support 64 bits time related system call.

 - So using clock_gettime64 call instead for rv32 libgloss.
2021-04-13 12:54:49 +02:00
..
machine RISC-V: Using SYS_clock_gettime64 for rv32 libgloss. 2021-04-13 12:54:49 +02:00
Makefile.in RISC-V: Add semihosting support 2020-12-16 16:40:34 -05:00
aclocal.m4
configure
configure.in
crt0.S RISC-V: Use __bss_start for the starting point of .bss. 2021-02-05 10:29:21 +01:00
internal_syscall.h Only pass the minimum number of syscall arguments 2020-02-11 09:41:52 +01:00
kernel_stat.h
nano.specs RISC-V: Use newlib nano specific libm. 2020-01-31 12:42:52 +01:00
nanosleep.c
semihost-sys_close.c RISC-V: Add semihosting support 2020-12-16 16:40:34 -05:00
semihost-sys_exit.c RISC-V: Add semihosting support 2020-12-16 16:40:34 -05:00
semihost-sys_fdtable.c RISC-V: Add semihosting support 2020-12-16 16:40:34 -05:00
semihost-sys_fstat.c RISC-V: Add semihosting support 2020-12-16 16:40:34 -05:00
semihost-sys_ftime.c RISC-V: Add semihosting support 2020-12-16 16:40:34 -05:00
semihost-sys_isatty.c RISC-V: Add semihosting support 2020-12-16 16:40:34 -05:00
semihost-sys_link.c RISC-V: Add semihosting support 2020-12-16 16:40:34 -05:00
semihost-sys_lseek.c RISC-V: Add semihosting support 2020-12-16 16:40:34 -05:00
semihost-sys_open.c RISC-V: Add semihosting support 2020-12-16 16:40:34 -05:00
semihost-sys_read.c RISC-V: Add semihosting support 2020-12-16 16:40:34 -05:00
semihost-sys_sbrk.c RISC-V: Add semihosting support 2020-12-16 16:40:34 -05:00
semihost-sys_stat.c RISC-V: Add semihosting support 2020-12-16 16:40:34 -05:00
semihost-sys_stat_common.c RISC-V: Add semihosting support 2020-12-16 16:40:34 -05:00
semihost-sys_unlink.c RISC-V: Add semihosting support 2020-12-16 16:40:34 -05:00
semihost-sys_write.c RISC-V: Add semihosting support 2020-12-16 16:40:34 -05:00
semihost.specs RISC-V: Add semihosting support 2020-12-16 16:40:34 -05:00
semihost_fdtable.h RISC-V: Add semihosting support 2020-12-16 16:40:34 -05:00
semihost_stat.h RISC-V: Add semihosting support 2020-12-16 16:40:34 -05:00
semihost_syscall.h RISC-V: Add semihosting support 2020-12-16 16:40:34 -05:00
sim.specs
sys_access.c Only pass the minimum number of syscall arguments 2020-02-11 09:41:52 +01:00
sys_chdir.c
sys_chmod.c
sys_chown.c
sys_close.c Only pass the minimum number of syscall arguments 2020-02-11 09:41:52 +01:00
sys_conv_stat.c
sys_execve.c
sys_exit.c Only pass the minimum number of syscall arguments 2020-02-11 09:41:52 +01:00
sys_faccessat.c Only pass the minimum number of syscall arguments 2020-02-11 09:41:52 +01:00
sys_fork.c
sys_fstat.c Only pass the minimum number of syscall arguments 2020-02-11 09:41:52 +01:00
sys_fstatat.c Only pass the minimum number of syscall arguments 2020-02-11 09:41:52 +01:00
sys_ftime.c
sys_getcwd.c
sys_getpid.c
sys_gettimeofday.c RISC-V: Using SYS_clock_gettime64 for rv32 libgloss. 2021-04-13 12:54:49 +02:00
sys_isatty.c
sys_kill.c
sys_link.c Only pass the minimum number of syscall arguments 2020-02-11 09:41:52 +01:00
sys_lseek.c Only pass the minimum number of syscall arguments 2020-02-11 09:41:52 +01:00
sys_lstat.c Only pass the minimum number of syscall arguments 2020-02-11 09:41:52 +01:00
sys_open.c Only pass the minimum number of syscall arguments 2020-02-11 09:41:52 +01:00
sys_openat.c Only pass the minimum number of syscall arguments 2020-02-11 09:41:52 +01:00
sys_read.c Only pass the minimum number of syscall arguments 2020-02-11 09:41:52 +01:00
sys_sbrk.c Only pass the minimum number of syscall arguments 2020-02-11 09:41:52 +01:00
sys_stat.c Only pass the minimum number of syscall arguments 2020-02-11 09:41:52 +01:00
sys_sysconf.c
sys_times.c
sys_unlink.c Only pass the minimum number of syscall arguments 2020-02-11 09:41:52 +01:00
sys_utime.c
sys_wait.c
sys_write.c Only pass the minimum number of syscall arguments 2020-02-11 09:41:52 +01:00