<!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-11)</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-11 Ralf Corsépius <ralf.corsepius@rtems.org>

        * support/include/tmtests_empty_function.h: New.
        * support/src/tmtests_empty_function.c,
        support/src/tmtests_support.c:
        Include "tmtests_empty_function.h".
        Remove local decls (Missing prototypes).
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/support/include/tmtests_empty_function.h?rev=1.1&content-type=text/vnd.viewcvs-markup">A</a></td><td width='1%'><font color="#000088">1.1</font></td><td width='100%'><font color="#000088">testsuites/support/include/tmtests_empty_function.h</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/support/src/tmtests_empty_function.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&diff_format=h">M</a></td><td width='1%'>1.5</td><td width='100%'>testsuites/support/src/tmtests_empty_function.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/support/src/tmtests_support.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&diff_format=h">M</a></td><td width='1%'>1.5</td><td width='100%'>testsuites/support/src/tmtests_support.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u /dev/null rtems/testsuites/support/include/tmtests_empty_function.h:1.1
--- /dev/null   Sun Dec 11 00:54:02 2011
+++ rtems/testsuites/support/include/tmtests_empty_function.h   Sun Dec 11 00:49:22 2011
</font><font color='#997700'>@@ -0,0 +1,25 @@
</font><font color='#000088'>+/*
+ *  Prototypes for RTEMS tmtests_empty_function.c.
+ *
+ *  COPYRIGHT (c) 2011, Ralf Corsépius, Ulm/Germany.
+ *<span style="background-color: #FF0000"> </span>
+ *  The license and distribution terms for this file may be
+ *  found in the file LICENSE in this distribution or at
+ *  http://www.rtems.com/license/LICENSE.
+ *
+ *  $Id$
+ */
+
+#ifndef _TMTESTS_EMPTY_FUNCTION_H
+#define _TMTESTS_EMPTY_FUNCTION_H
+
+#include <rtems/rtems/status.h>
+
+extern rtems_status_code benchmark_timer_empty_function( void );
+
+extern void benchmark_timer_empty_operation(
+  int    iteration,
+  void  *argument
+);
+
+#endif /* _TMTESTS_EMPTY_FUNCTION_H */
</font>
<font color='#006600'>diff -u rtems/testsuites/support/src/tmtests_empty_function.c:1.4 rtems/testsuites/support/src/tmtests_empty_function.c:1.5
--- rtems/testsuites/support/src/tmtests_empty_function.c:1.4   Tue Feb 22 05:11:44 2011
+++ rtems/testsuites/support/src/tmtests_empty_function.c       Sun Dec 11 00:49:22 2011
</font><font color='#997700'>@@ -18,7 +18,7 @@
</font> 
 #include <rtems.h>
 
<font color='#880000'>-rtems_status_code benchmark_timer_empty_function( void );
</font><font color='#000088'>+#include "tmtests_empty_function.h"
</font> 
 rtems_status_code benchmark_timer_empty_function( void )
 {

<font color='#006600'>diff -u rtems/testsuites/support/src/tmtests_support.c:1.4 rtems/testsuites/support/src/tmtests_support.c:1.5
--- rtems/testsuites/support/src/tmtests_support.c:1.4  Tue Feb 22 08:41:17 2011
+++ rtems/testsuites/support/src/tmtests_support.c      Sun Dec 11 00:49:22 2011
</font><font color='#997700'>@@ -19,11 +19,7 @@
</font> #include <rtems/timerdrv.h>
 #include "test_support.h"
 #include "timesys.h"
<font color='#880000'>-
-extern void benchmark_timer_empty_operation(
-  int    iteration,
-  void  *argument
-);
</font><font color='#000088'>+#include "tmtests_empty_function.h"
</font> 
 void rtems_time_test_measure_operation(
   const char               *description,
</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>