newlib/newlib/libc/ssp
Jeff Johnston 1787e9d033 AMD GCN Port contributed by Andrew Stubbs <ams@codesourcery.com>
Add support for the AMD GCN GPU architecture.  This is primarily intended for
use with OpenMP and OpenACC offloading.  It can also be used for stand-alone
programs, but this is intended mostly for testing the compiler and is not
expected to be useful in general.

The GPU architecture is highly parallel, and therefore Newlib must be
configured to use dynamic re-entrancy, and thread-safe malloc.

The only I/O available is a via a shared-memory interface provided by libgomp
and the gcn-run tool included with GCC.  At this time this is limited to
stdout, argc/argv, and the return code.
2019-01-15 10:48:08 -05:00
..
Makefile.am ssp: add build infrastructure 2017-11-29 11:25:46 -06:00
Makefile.in makedoc: make errors visible 2017-12-07 11:54:11 +00:00
chk_fail.c ssp: add Object Size Checking common code 2017-11-29 11:25:39 -06:00
gets_chk.c ssp: add Object Size Checking for stdio.h, part 1 2017-11-29 11:25:42 -06:00
memcpy_chk.c ssp: add Object Size Checking for string.h 2017-11-29 11:25:40 -06:00
memmove_chk.c ssp: add Object Size Checking for string.h 2017-11-29 11:25:40 -06:00
mempcpy_chk.c ssp: add Object Size Checking for string.h 2017-11-29 11:25:40 -06:00
memset_chk.c ssp: add Object Size Checking for string.h 2017-11-29 11:25:40 -06:00
snprintf_chk.c ssp: add Object Size Checking for stdio.h, part 1 2017-11-29 11:25:42 -06:00
sprintf_chk.c ssp: add Object Size Checking for stdio.h, part 1 2017-11-29 11:25:42 -06:00
ssp.tex ssp: add Object Size Checking for wchar.h, part 1 2017-12-04 04:09:46 -06:00
stack_protector.c AMD GCN Port contributed by Andrew Stubbs <ams@codesourcery.com> 2019-01-15 10:48:08 -05:00
stpcpy_chk.c ssp: add Object Size Checking for string.h 2017-11-29 11:25:40 -06:00
stpncpy_chk.c ssp: add Object Size Checking for string.h 2017-11-29 11:25:40 -06:00
strcat_chk.c ssp: add Object Size Checking for string.h 2017-11-29 11:25:40 -06:00
strcpy_chk.c ssp: add Object Size Checking for string.h 2017-11-29 11:25:40 -06:00
strncat_chk.c ssp: add Object Size Checking for string.h 2017-11-29 11:25:40 -06:00
strncpy_chk.c ssp: add Object Size Checking for string.h 2017-11-29 11:25:40 -06:00
vsnprintf_chk.c ssp: add Object Size Checking for stdio.h, part 1 2017-11-29 11:25:42 -06:00
vsprintf_chk.c ssp: add Object Size Checking for stdio.h, part 1 2017-11-29 11:25:42 -06:00