<!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-02-07)</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>
 <font color='#225522'><em>(on branch rtems-4-10-branch)</em></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-02-08 Ralf Corsépius <ralf.corsepius@rtems.org>

        * sp19/inttest.h: Use PRIx32 instead of "lx".
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/sptests/ChangeLog.diff?r1=text&tr1=1.429&r2=text&tr2=1.430&diff_format=h">M</a></td><td width='1%'>1.430</td><td width='100%'>testsuites/sptests/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/sptests/ChangeLog.diff?r1=text&tr1=1.365.2.2&r2=text&tr2=1.365.2.3&diff_format=h">M</a></td><td width='1%'>1.365.2.3</td><td width='100%'>testsuites/sptests/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/sptests/sp19/inttest.h.diff?r1=text&tr1=1.12&r2=text&tr2=1.13&diff_format=h">M</a></td><td width='1%'>1.13</td><td width='100%'>testsuites/sptests/sp19/inttest.h</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/sptests/sp19/inttest.h.diff?r1=text&tr1=1.12&r2=text&tr2=1.12.2.1&diff_format=h">M</a></td><td width='1%'>1.12.2.1</td><td width='100%'>testsuites/sptests/sp19/inttest.h</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/testsuites/sptests/ChangeLog:1.429 rtems/testsuites/sptests/ChangeLog:1.430
--- rtems/testsuites/sptests/ChangeLog:1.429    Wed Feb  2 13:02:06 2011
+++ rtems/testsuites/sptests/ChangeLog  Mon Feb  7 22:49:38 2011
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2011-02-08    Ralf Corsépius <ralf.corsepius@rtems.org>
+
+       * sp19/inttest.h: Use PRIx32 instead of "lx".
+
</font> 2011-02-02        Joel Sherrill <joel.sherrilL@OARcorp.com>
 
        * sp04/tswitch.c: Shrink memory requirements.

<font color='#006600'>diff -u rtems/testsuites/sptests/ChangeLog:1.365.2.2 rtems/testsuites/sptests/ChangeLog:1.365.2.3
--- rtems/testsuites/sptests/ChangeLog:1.365.2.2        Wed Feb  2 13:02:16 2011
+++ rtems/testsuites/sptests/ChangeLog  Mon Feb  7 22:53:03 2011
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2011-02-08    Ralf Corsépius <ralf.corsepius@rtems.org>
+
+       * sp19/inttest.h: Use PRIx32 instead of "lx".
+
</font> 2011-02-02        Joel Sherrill <joel.sherrilL@OARcorp.com>
 
        * sp04/tswitch.c: Shrink memory requirements.

<font color='#006600'>diff -u rtems/testsuites/sptests/sp19/inttest.h:1.12 rtems/testsuites/sptests/sp19/inttest.h:1.13
--- rtems/testsuites/sptests/sp19/inttest.h:1.12        Mon Oct 26 09:58:36 2009
+++ rtems/testsuites/sptests/sp19/inttest.h     Mon Feb  7 22:49:38 2011
</font><font color='#997700'>@@ -104,7 +104,7 @@
</font> 
 #define INTEGER_CHECK_ONE( _v, _base, _factor ) \
       if ( (_v) != ((_base) + (_factor)) )  { \
<font color='#880000'>-          printf("%" PRIu32 ": " #_v " wrong -- (0x%" PRIx32 " not 0x%lx)\n", \
</font><font color='#000088'>+          printf("%" PRIu32 ": " #_v " wrong -- (0x%" PRIx32 " not 0x%" PRIx32 ")\n", \
</font>              task_index, (_v), (_base + _factor));  \
       }
 

<font color='#006600'>diff -u rtems/testsuites/sptests/sp19/inttest.h:1.12 rtems/testsuites/sptests/sp19/inttest.h:1.12.2.1
--- rtems/testsuites/sptests/sp19/inttest.h:1.12        Mon Oct 26 09:58:36 2009
+++ rtems/testsuites/sptests/sp19/inttest.h     Mon Feb  7 22:53:03 2011
</font><font color='#997700'>@@ -104,7 +104,7 @@
</font> 
 #define INTEGER_CHECK_ONE( _v, _base, _factor ) \
       if ( (_v) != ((_base) + (_factor)) )  { \
<font color='#880000'>-          printf("%" PRIu32 ": " #_v " wrong -- (0x%" PRIx32 " not 0x%lx)\n", \
</font><font color='#000088'>+          printf("%" PRIu32 ": " #_v " wrong -- (0x%" PRIx32 " not 0x%" PRIx32 ")\n", \
</font>              task_index, (_v), (_base + _factor));  \
       }
 
</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>