Dave Murphy
67d372c02d
add scandir
...
(cherry picked from commit db6327328c )
2018-06-13 12:02:15 +01:00
Dave Murphy
ec39af1ddc
add utime
2018-06-04 15:34:36 +00:00
Dave Murphy
e20f576188
add lstat
2018-06-04 14:47:47 +01:00
Dave Murphy
8162a4f51c
fix settime
2018-05-28 11:20:01 +01:00
James Benton
0cfb928bcc
Implement nanosleep, usleep, sleep.
2018-05-28 10:22:58 +01:00
Dave Murphy
51ab8d56f4
add clock functions
2018-05-27 20:48:19 +00:00
Dave Murphy
1436f6b456
update for newlib 3.0.0
2018-05-27 20:43:26 +00:00
Dave Murphy
63ee0f6638
add devkitPPC patches
2018-05-27 20:17:23 +01:00
Chih-Mao Chen
f2c9e55faf
RISC-V: isatty: return 0 on error
2018-01-18 09:21:10 +01:00
Yaakov Selkowitz
7192f84096
ansification: remove _HAVE_STDC
...
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com >
2018-01-17 11:47:30 -06:00
Yaakov Selkowitz
70ee6b17df
ansification: remove _EXFUN, _EXFUN_NOTHROW
...
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com >
2018-01-17 11:47:29 -06:00
Yaakov Selkowitz
9087163804
ansification: remove _DEFUN
...
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com >
2018-01-17 11:47:26 -06:00
Yaakov Selkowitz
67ee0cac4c
ansification: remove _VOID
...
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com >
2018-01-17 11:47:20 -06:00
Yaakov Selkowitz
fff27f8429
ansification: remove _DEFUN_VOID
...
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com >
2018-01-17 11:47:19 -06:00
Yaakov Selkowitz
eea249da3b
ansification: remove _PARAMS
...
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com >
2018-01-17 11:47:13 -06:00
Yaakov Selkowitz
e13e191b60
ansification: remove _NOARGS
...
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com >
2018-01-17 11:47:11 -06:00
Yaakov Selkowitz
6783860a2e
ansification: remove _AND
...
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com >
2018-01-17 11:47:05 -06:00
Jim Wilson
9588ff7555
RISC-V: Add gdb sim and newlib nano support. Fix a few misc minor bugs.
2017-12-26 12:31:33 -08:00
Jim Wilson
28d5b98038
RISC-V: Moved syscalls to separate files to fix aliasing problems.
2017-12-26 12:27:52 -08:00
Jim Wilson
347b083911
RISC-V: Updated syscall to take 6 arguments
2017-12-26 12:26:19 -08:00
Jim Wilson
a6633677b9
RISC-V: Add nanosleep functionality
2017-12-26 12:24:45 -08:00
Jim Wilson
e807c51d78
RISC-V: Fix libnosys build.
2017-12-26 12:18:42 -08:00
Alexander Fedotov
f6ef29c48f
Fixed semihosting for AArch64 when heapinfo parameters are not provided by debugger
2017-10-24 17:27:51 +02:00
Tamar Christina
111b6813fb
Fix multido compilation on ARM
...
The previous multi-build implementation was copying the config.status from the parent
multilib directory when building the different semihosting variants. It did so because
the configuration doesn't change. However when you use a relative path to configure it
turns out that the paths inside the config.status are also relative.
To fix this, the srcdir is adjusted from the initial configuration instead of copying it.
Tested on aarch64-none-elf and arm-none-eabi.
Signed-off-by: Tamar Christina <tamar.christina@arm.com >
2017-10-09 19:03:52 +02:00
Alexander Fedotov
e7eb978881
adjust libnosys config for aarch64 to avoid linker error when switching from rdimon.specs to nosys.specs
2017-10-09 17:53:41 +02:00