acadia-newlib/newlib/libc/sys/amdgcn
Jeff Johnston 007bc1923c Add gfortran support for AMD GCN
From: Kwok Cheung Yeung <kcy@codesourcery.com>

This patch adds enough support for constructors/destructors and OS functions
to be able to link and run gfortran programs on AMD GCN.

There's no actual ability to do I/O operations on this targets, besides
"write" to stdout and stderr, so most of the functions are just stubs.
2019-06-07 13:55:43 -04:00
..
Makefile.am Add gfortran support for AMD GCN 2019-06-07 13:55:43 -04:00
Makefile.in Add gfortran support for AMD GCN 2019-06-07 13:55:43 -04:00
aclocal.m4
close.c
configure
configure.in
fcntl.c Add gfortran support for AMD GCN 2019-06-07 13:55:43 -04:00
fstat.c Add missing includes. 2019-03-25 16:44:10 +01:00
getpid.c Add gfortran support for AMD GCN 2019-06-07 13:55:43 -04:00
isatty.c
kill.c Add gfortran support for AMD GCN 2019-06-07 13:55:43 -04:00
lseek.c
open.c Add gfortran support for AMD GCN 2019-06-07 13:55:43 -04:00
raise.c Add gfortran support for AMD GCN 2019-06-07 13:55:43 -04:00
read.c
stat.c Add gfortran support for AMD GCN 2019-06-07 13:55:43 -04:00
unlink.c Add gfortran support for AMD GCN 2019-06-07 13:55:43 -04:00
write.c