newlib-cygwin/newlib/libc/machine/nvptx
Thomas Schwinge 05a2d7a8b3 nvptx: In offloading execution, map '_exit' to 'abort' [GCC PR85463]
This is still not properly resolving <https://gcc.gnu.org/PR85463>
'[nvptx] "exit" in offloaded region doesn't terminate process', but is
one step into that direction, and allows for simplifying some GCC code.
2023-01-19 21:53:02 +01:00
..
Makefile.inc nvptx: Implement '_exit' instead of 'exit' 2022-12-22 12:52:15 +01:00
_exit.c nvptx: In offloading execution, map '_exit' to 'abort' [GCC PR85463] 2023-01-19 21:53:02 +01:00
abort.c
assert.c
calloc.c Fix Bug libc/28945 2022-03-07 15:35:02 -05:00
callocr.c
clock.c nvptx: Emulate clock and other machine stubs. 2021-08-25 10:20:27 +02:00
free.c
malloc.c
mallocr.c
misc.c nvptx: Provide stub 'getpid', 'kill', 'stat' 2023-01-19 21:52:50 +01:00
printf.c
putchar.c
puts.c
realloc.c
reallocr.c
write.c