<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>change log for rtems (2011-12-13)</title>
</head>
<body text='#000000' bgcolor='#ffffff'>
<a name='cs1'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>ralf</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>

        * psxtmbarrier01/init.c: Make benchmark_pthread_barrier_init,
        benchmark_pthread_barrier_destroy static.
        * psxtmkey01/init.c: Make benchmark_pthread_key_create,
        benchmark_pthread_key_delete static.
        * psxtmrwlock01/init.c: Make benchmark_pthread_rwlock_init,
        benchmark_pthread_rwlock_rdlock, benchmark_pthread_rwlock_unlock,
        benchmark_pthread_rwlock_tryrdlock,
        benchmark_pthread_rwlock_timedrdlock,
        benchmark_pthread_rwlock_wrlock,
        benchmark_pthread_rwlock_trywrlock,
        benchmark_pthread_rwlock_timedwrlock,
        benchmark_pthread_rwlock_destroy static.
        * psxtmsem01/init.c: Make benchmark_sem_init,
        benchmark_sem_destroy, benchmark_sem_open, benchmark_sem_close,
        benchmark_sem_unlink, benchmark_sem_open_second,
        benchmark_sem_close_second static.
        * psxtmthread01/init.c: Make benchmark_pthread_create static.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/psxtmtests/ChangeLog.diff?r1=text&tr1=1.52&r2=text&tr2=1.53&diff_format=h">M</a></td><td width='1%'>1.53</td><td width='100%'>testsuites/psxtmtests/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/psxtmtests/psxtmbarrier01/init.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>testsuites/psxtmtests/psxtmbarrier01/init.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/psxtmtests/psxtmkey01/init.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>testsuites/psxtmtests/psxtmkey01/init.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/psxtmtests/psxtmrwlock01/init.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&diff_format=h">M</a></td><td width='1%'>1.4</td><td width='100%'>testsuites/psxtmtests/psxtmrwlock01/init.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/psxtmtests/psxtmsem01/init.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>testsuites/psxtmtests/psxtmsem01/init.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/psxtmtests/psxtmthread01/init.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&diff_format=h">M</a></td><td width='1%'>1.4</td><td width='100%'>testsuites/psxtmtests/psxtmthread01/init.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/testsuites/psxtmtests/ChangeLog:1.52 rtems/testsuites/psxtmtests/ChangeLog:1.53
--- rtems/testsuites/psxtmtests/ChangeLog:1.52  Thu Dec  8 15:38:25 2011
+++ rtems/testsuites/psxtmtests/ChangeLog       Tue Dec 13 04:13:24 2011
</font><font color='#997700'>@@ -1,3 +1,23 @@
</font><font color='#000088'>+2011-12-13    Ralf Corsépius <ralf.corsepius@rtems.org>
+
+       * psxtmbarrier01/init.c: Make benchmark_pthread_barrier_init,
+       benchmark_pthread_barrier_destroy static.
+       * psxtmkey01/init.c: Make benchmark_pthread_key_create,
+       benchmark_pthread_key_delete static.
+       * psxtmrwlock01/init.c: Make benchmark_pthread_rwlock_init,
+       benchmark_pthread_rwlock_rdlock, benchmark_pthread_rwlock_unlock,
+       benchmark_pthread_rwlock_tryrdlock,
+       benchmark_pthread_rwlock_timedrdlock,
+       benchmark_pthread_rwlock_wrlock,
+       benchmark_pthread_rwlock_trywrlock,
+       benchmark_pthread_rwlock_timedwrlock,
+       benchmark_pthread_rwlock_destroy static.
+       * psxtmsem01/init.c: Make benchmark_sem_init,
+       benchmark_sem_destroy, benchmark_sem_open, benchmark_sem_close,
+       benchmark_sem_unlink, benchmark_sem_open_second,
+       benchmark_sem_close_second static.
+       * psxtmthread01/init.c: Make benchmark_pthread_create static.
+
</font> 2011-12-08        Joel Sherrill <joel.sherrill@oarcorp.com>
 
        PR 1589/build

<font color='#006600'>diff -u rtems/testsuites/psxtmtests/psxtmbarrier01/init.c:1.2 rtems/testsuites/psxtmtests/psxtmbarrier01/init.c:1.3
--- rtems/testsuites/psxtmtests/psxtmbarrier01/init.c:1.2       Wed Oct 19 10:27:26 2011
+++ rtems/testsuites/psxtmtests/psxtmbarrier01/init.c   Tue Dec 13 04:13:24 2011
</font><font color='#997700'>@@ -20,7 +20,7 @@
</font> 
 pthread_barrier_t   barrier;
 
<font color='#880000'>-void benchmark_pthread_barrier_init(void)
</font><font color='#000088'>+static void benchmark_pthread_barrier_init(void)
</font> {
   benchmark_timer_t end_time;
   int                   status;
<font color='#997700'>@@ -46,7 +46,7 @@
</font>   );
 }
 
<font color='#880000'>-void benchmark_pthread_barrier_destroy(void)
</font><font color='#000088'>+static void benchmark_pthread_barrier_destroy(void)
</font> {
   benchmark_timer_t end_time;
   int  status;

<font color='#006600'>diff -u rtems/testsuites/psxtmtests/psxtmkey01/init.c:1.2 rtems/testsuites/psxtmtests/psxtmkey01/init.c:1.3
--- rtems/testsuites/psxtmtests/psxtmkey01/init.c:1.2   Wed Oct 19 10:27:26 2011
+++ rtems/testsuites/psxtmtests/psxtmkey01/init.c       Tue Dec 13 04:13:24 2011
</font><font color='#997700'>@@ -21,7 +21,7 @@
</font> 
 pthread_key_t Key;
 
<font color='#880000'>-void benchmark_pthread_key_create(void)
</font><font color='#000088'>+static void benchmark_pthread_key_create(void)
</font> {
   benchmark_timer_t end_time;
   int  status;
<font color='#997700'>@@ -41,7 +41,7 @@
</font> 
 }
 
<font color='#880000'>-void benchmark_pthread_key_delete(void)
</font><font color='#000088'>+static void benchmark_pthread_key_delete(void)
</font> {
   benchmark_timer_t end_time;
   int  status;

<font color='#006600'>diff -u rtems/testsuites/psxtmtests/psxtmrwlock01/init.c:1.3 rtems/testsuites/psxtmtests/psxtmrwlock01/init.c:1.4
--- rtems/testsuites/psxtmtests/psxtmrwlock01/init.c:1.3        Wed Oct 19 10:27:27 2011
+++ rtems/testsuites/psxtmtests/psxtmrwlock01/init.c    Tue Dec 13 04:13:24 2011
</font><font color='#997700'>@@ -20,7 +20,7 @@
</font> 
 pthread_rwlock_t     rwlock;
 
<font color='#880000'>-void benchmark_pthread_rwlock_init(void)
</font><font color='#000088'>+static void benchmark_pthread_rwlock_init(void)
</font> {
   benchmark_timer_t end_time;
   int  status;
<font color='#997700'>@@ -42,7 +42,7 @@
</font> 
 }
 
<font color='#880000'>-void benchmark_pthread_rwlock_rdlock(void)
</font><font color='#000088'>+static void benchmark_pthread_rwlock_rdlock(void)
</font> {
   benchmark_timer_t end_time;
   int  status;
<font color='#997700'>@@ -62,7 +62,7 @@
</font> 
 }
 
<font color='#880000'>-void benchmark_pthread_rwlock_unlock(int print)
</font><font color='#000088'>+static void benchmark_pthread_rwlock_unlock(int print)
</font> {
   benchmark_timer_t end_time;
   int  status;
<font color='#997700'>@@ -82,7 +82,7 @@
</font>   }
 }
 
<font color='#880000'>-void benchmark_pthread_rwlock_tryrdlock(void)
</font><font color='#000088'>+static void benchmark_pthread_rwlock_tryrdlock(void)
</font> {
   benchmark_timer_t end_time;
   int  status;
<font color='#997700'>@@ -110,7 +110,7 @@
</font>   }
 }
 
<font color='#880000'>-void benchmark_pthread_rwlock_timedrdlock(void)
</font><font color='#000088'>+static void benchmark_pthread_rwlock_timedrdlock(void)
</font> {
   benchmark_timer_t end_time;
   int  status;
<font color='#997700'>@@ -130,7 +130,7 @@
</font> 
 }
 
<font color='#880000'>-void benchmark_pthread_rwlock_wrlock(void)
</font><font color='#000088'>+static void benchmark_pthread_rwlock_wrlock(void)
</font> {
   benchmark_timer_t end_time;
   int  status;
<font color='#997700'>@@ -150,7 +150,7 @@
</font> 
 }
 
<font color='#880000'>-void benchmark_pthread_rwlock_trywrlock(void)
</font><font color='#000088'>+static void benchmark_pthread_rwlock_trywrlock(void)
</font> {
   benchmark_timer_t end_time;
   int  status;
<font color='#997700'>@@ -179,7 +179,7 @@
</font>   }
 }
 
<font color='#880000'>-void benchmark_pthread_rwlock_timedwrlock(void)
</font><font color='#000088'>+static void benchmark_pthread_rwlock_timedwrlock(void)
</font> {
   benchmark_timer_t end_time;
   int  status;
<font color='#997700'>@@ -198,7 +198,7 @@
</font>   );
 }
 
<font color='#880000'>-void benchmark_pthread_rwlock_destroy(void)
</font><font color='#000088'>+static void benchmark_pthread_rwlock_destroy(void)
</font> {
   benchmark_timer_t end_time;
   int  status;

<font color='#006600'>diff -u rtems/testsuites/psxtmtests/psxtmsem01/init.c:1.2 rtems/testsuites/psxtmtests/psxtmsem01/init.c:1.3
--- rtems/testsuites/psxtmtests/psxtmsem01/init.c:1.2   Wed Oct 19 10:27:27 2011
+++ rtems/testsuites/psxtmtests/psxtmsem01/init.c       Tue Dec 13 04:13:24 2011
</font><font color='#997700'>@@ -27,7 +27,7 @@
</font> sem_t           *n_sem1;
 sem_t           *n_sem2;
 
<font color='#880000'>-void benchmark_sem_init(void)
</font><font color='#000088'>+static void benchmark_sem_init(void)
</font> {
   benchmark_timer_t end_time;
   int  status;
<font color='#997700'>@@ -46,7 +46,7 @@
</font>   );
 }
 
<font color='#880000'>-void benchmark_sem_destroy(void)
</font><font color='#000088'>+static void benchmark_sem_destroy(void)
</font> {
   benchmark_timer_t end_time;
   int  status;
<font color='#997700'>@@ -65,7 +65,7 @@
</font>   );
 }
 
<font color='#880000'>-void benchmark_sem_open(bool report_time)
</font><font color='#000088'>+static void benchmark_sem_open(bool report_time)
</font> {
   benchmark_timer_t end_time;
 
<font color='#997700'>@@ -84,7 +84,7 @@
</font>   }
 }
 
<font color='#880000'>-void benchmark_sem_close(bool report_time)
</font><font color='#000088'>+static void benchmark_sem_close(bool report_time)
</font> {
   benchmark_timer_t end_time;
   int  status;
<font color='#997700'>@@ -105,7 +105,7 @@
</font>   }
 }
 
<font color='#880000'>-void benchmark_sem_unlink(const char *message)
</font><font color='#000088'>+static void benchmark_sem_unlink(const char *message)
</font> {
   benchmark_timer_t end_time;
   int  status;
<font color='#997700'>@@ -124,7 +124,7 @@
</font>   );
 }
 
<font color='#880000'>-void benchmark_sem_open_second(void)
</font><font color='#000088'>+static void benchmark_sem_open_second(void)
</font> {
   benchmark_timer_t end_time;
 
<font color='#997700'>@@ -141,7 +141,7 @@
</font>   );
 }
 
<font color='#880000'>-void benchmark_sem_close_second(void)
</font><font color='#000088'>+static void benchmark_sem_close_second(void)
</font> {
   benchmark_timer_t end_time;
   int  status;

<font color='#006600'>diff -u rtems/testsuites/psxtmtests/psxtmthread01/init.c:1.3 rtems/testsuites/psxtmtests/psxtmthread01/init.c:1.4
--- rtems/testsuites/psxtmtests/psxtmthread01/init.c:1.3        Thu Jul 21 08:46:49 2011
+++ rtems/testsuites/psxtmtests/psxtmthread01/init.c    Tue Dec 13 04:13:24 2011
</font><font color='#997700'>@@ -30,7 +30,7 @@
</font> }
 
 
<font color='#880000'>-void benchmark_pthread_create(
</font><font color='#000088'>+static void benchmark_pthread_create(
</font>   int    iteration,
   void  *argument
 )
</pre>
<p> </p>

<p>--<br />
<small>Generated by <a href="http://www.codewiz.org/projects/index.html#loginfo">Deluxe Loginfo</a> 2.122 by Bernardo Innocenti <bernie@develer.com></small></p>
</body>
</html>