aboutsummaryrefslogtreecommitdiff
path: root/libgloss/riscv
AgeCommit message (Expand)AuthorFilesLines
2022-01-10libgloss: hardcode AC_CONFIG_AUX_DIR pathMike Frysinger2-55/+5
2021-11-06libgloss: regenerate aclocal.m4 & configure w/newer versionsMike Frysinger2-159/+815
2021-10-27libgloss/riscv: Fix hard coded reference to configure.in after renameLewis Revill1-1/+1
2021-09-13libgloss/newlib: rename configure.in to configure.acMike Frysinger1-0/+0
2021-08-04RISC-V: Reliably initialize t0 in _times()Christoph Muellner1-4/+9
2021-04-13RISC-V: Using SYS_clock_gettime64 for rv32 libgloss.Kito Cheng2-0/+22
2021-02-05RISC-V: Use __bss_start for the starting point of .bss.Yeting Kuo1-1/+1
2020-12-16RISC-V: Add semihosting supportCraig Blackmore21-1/+692
2020-02-11Only pass the minimum number of syscall argumentsGeorg Sauthoff18-29/+48
2020-01-31RISC-V: Use newlib nano specific libm.Jim Wilson1-1/+1
2019-05-22RISC-V: Add _LITE_EXIT in crt0.S.Jim Wilson1-0/+13
2018-08-29RISC-V: Fix _sbrk, it's failed only when return value is -1.Denis Ivanov2-7/+12
2018-08-29RISC-V: Fixed return code in _times syscall.Denis Ivanov1-2/+2
2018-07-30RISC-V: Do not use _init/_finiSebastian Huber1-11/+0
2018-01-18RISC-V: isatty: return 0 on errorChih-Mao Chen1-1/+1
2017-12-26RISC-V: Add gdb sim and newlib nano support. Fix a few misc minor bugs.Jim Wilson4-6/+111
2017-12-26RISC-V: Moved syscalls to separate files to fix aliasing problems.Jim Wilson37-450/+513
2017-12-26RISC-V: Updated syscall to take 6 argumentsJim Wilson2-22/+26
2017-12-26RISC-V: Add nanosleep functionalityJim Wilson2-0/+13
2017-08-21Change license to FreeBSD License for RISC-VKito Cheng3-3/+3
2017-08-17Add RISC-V port for libglossnewlib-snapshot-20170818Kito Cheng7-0/+4332