[PATCH] Require __getreent()

2015-11-24 Thread Sebastian Huber
This function is used by Newlib since 2013-07-09 (Git commit 9b51cd8c6b9cdd067d9648a7ab952884019c56a5). --- cpukit/configure.ac | 4 cpukit/libcsupport/src/newlibc_reent.c| 9 cpukit/sapi/include/confdefs.h| 2 +-

Re: TMS570 BSP testing and problem with VFP enabled build

2015-11-24 Thread Martin Galvan
I tested this both with and without the VFP, and in both cases I can't even make it to bsp_start. Even worse, Uniflash will almost fail to load the binaries to the board, which makes it quite cumbersome to perform the tests. While I may've done something wrong, the errors Uniflash is reporting are

[PATCH] posix: Require struct _pthread_cleanup_context

2015-11-24 Thread Sebastian Huber
This structure is available in Newlib since 2013-11-29 (Git commit a534dfd26e765047621acd0eda656ded886e7108). --- cpukit/configure.ac | 2 +- cpukit/posix/include/rtems/posix/cancel.h| 14 --- cpukit/posix/include/rtems/posix/threadsup.h | 6 ---