change log for rtems (2010-09-08)

Joel Sherrill joel.sherrill at OARcorp.com
Wed Sep 8 13:26:58 UTC 2010


Do I go ahead and commit the support I have for these methods?

What is the next step?

On 09/08/2010 06:10 AM, rtems-vc at rtems.org wrote:
> *ralf*
> 2010-09-08	Ralf Corsépius<ralf.corsepius at rtems.org>
>
> 	* configure.ac: Add checks for pthread_attr_getguardsize,
> 	pthread_attr_setguardsize, pthread_attr_setstack,
> 	pthread_attr_getstack.
>          
> M 
> <http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/ChangeLog.diff?r1=text&tr1=1.2624&r2=text&tr2=1.2625&diff_format=h> 
> 	1.2625 	cpukit/ChangeLog
> M 
> <http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/configure.ac.diff?r1=text&tr1=1.191&r2=text&tr2=1.192&diff_format=h> 
> 	1.192 	cpukit/configure.ac
>
> diff -u rtems/cpukit/ChangeLog:1.2624 rtems/cpukit/ChangeLog:1.2625
> --- rtems/cpukit/ChangeLog:1.2624	Wed Sep  8 02:31:28 2010
> +++ rtems/cpukit/ChangeLog	Wed Sep  8 05:19:24 2010
> @@ -1,3 +1,9 @@
> +2010-09-08	Ralf Corsépius<ralf.corsepius at rtems.org>
> +
> +	* configure.ac: Add checks for pthread_attr_getguardsize,
> +	pthread_attr_setguardsize, pthread_attr_setstack,
> +	pthread_attr_getstack.
> +
>   2010-09-08	Sebastian Huber<sebastian.huber at embedded-brains.de>
>
>   	PR 1698/cpukit
>
> diff -u rtems/cpukit/configure.ac:1.191 rtems/cpukit/configure.ac:1.192
> --- rtems/cpukit/configure.ac:1.191	Tue Aug  3 10:44:05 2010
> +++ rtems/cpukit/configure.ac	Wed Sep  8 05:19:25 2010
> @@ -78,6 +78,12 @@
>   RTEMS_CHECK_FUNC([setpgrp],[#include<unistd.h>])
>   RTEMS_CHECK_FUNC([getpgrp],[#include<unistd.h>])
>
> +# pthread-functions not declared in some versions of newlib.
> +RTEMS_CHECK_FUNC([pthread_attr_getguardsize],[#include<pthreads.h>])
> +RTEMS_CHECK_FUNC([pthread_attr_setguardsize],[#include<pthreads.h>])
> +RTEMS_CHECK_FUNC([pthread_attr_setstack],[#include<pthreads.h>])
> +RTEMS_CHECK_FUNC([pthread_attr_getstack],[#include<pthreads.h>])
> +
>   # Newlib's unix/ directory
>   AC_CHECK_FUNCS([ttyname getcwd])
>   #</FIXME>
>    
>
> --
> Generated by Deluxe Loginfo 
> <http://www.codewiz.org/projects/index.html#loginfo> 2.122 by Bernardo 
> Innocenti <bernie at develer.com>
>


-- 
Joel Sherrill, Ph.D.             Director of Research&  Development
joel.sherrill at OARcorp.com        On-Line Applications Research
Ask me about RTEMS: a free RTOS  Huntsville AL 35805
    Support Available             (256) 722-9985





More information about the vc mailing list