newlib-cygwin/newlib/libc/machine/amdgcn
Thomas Schwinge 1a177610d8 GCN: Implement '_exit' instead of 'exit'
... so that all of 'exit', '_exit', '_Exit' work.  'exit' thus becomes the
standard 'newlib/libc/stdlib/exit.c'.  (Getting 'atexit' functional needs
further work elsewhere.)

See also commit 5841b2f6a4
"nvptx: Implement '_exit' instead of 'exit'".
2023-12-23 10:26:58 +01:00
..
Makefile.inc GCN: Implement '_exit' instead of 'exit' 2023-12-23 10:26:58 +01:00
_exit.c GCN: Implement '_exit' instead of 'exit' 2023-12-23 10:26:58 +01:00
abort.c Add missing includes. 2019-03-25 16:44:10 +01:00
atexit.c GCN: Implement '_exit' instead of 'exit' 2023-12-23 10:26:58 +01:00
exit-value.h amdgcn: remove unnecessary scalar cache flush 2023-10-31 13:36:45 +01:00
getreent.c amdgcn: Use __builtin_gcn_ in libc/machine/amdgcn/getreent.c 2022-11-22 18:05:34 -05:00
mlock.c amdgcn: Replace asm("s8") by __builtin_gcn_kernarg_ptr if existing 2022-11-21 13:10:29 +01:00
signal.c