change log for rtems (2011-02-07)

rtems-vc at rtems.org rtems-vc at rtems.org
Tue Feb 8 05:10:23 UTC 2011


 *ralf* (on branch rtems-4-10-branch):
2011-02-08	Ralf Corsépius <ralf.corsepius at rtems.org>

	* sp19/inttest.h: Use PRIx32 instead of "lx".

M  1.430  testsuites/sptests/ChangeLog
M 1.365.2.3  testsuites/sptests/ChangeLog
M   1.13  testsuites/sptests/sp19/inttest.h
M 1.12.2.1  testsuites/sptests/sp19/inttest.h

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
@@ -1,3 +1,7 @@
+2011-02-08	Ralf Corsépius <ralf.corsepius at rtems.org>
+
+	* sp19/inttest.h: Use PRIx32 instead of "lx".
+
 2011-02-02	Joel Sherrill <joel.sherrilL at OARcorp.com>
 
 	* sp04/tswitch.c: Shrink memory requirements.

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
@@ -1,3 +1,7 @@
+2011-02-08	Ralf Corsépius <ralf.corsepius at rtems.org>
+
+	* sp19/inttest.h: Use PRIx32 instead of "lx".
+
 2011-02-02	Joel Sherrill <joel.sherrilL at OARcorp.com>
 
 	* sp04/tswitch.c: Shrink memory requirements.

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
@@ -104,7 +104,7 @@
 
 #define INTEGER_CHECK_ONE( _v, _base, _factor ) \
       if ( (_v) != ((_base) + (_factor)) )  { \
-          printf("%" PRIu32 ": " #_v " wrong -- (0x%" PRIx32 " not 0x%lx)\n", \
+          printf("%" PRIu32 ": " #_v " wrong -- (0x%" PRIx32 " not 0x%" PRIx32 ")\n", \
              task_index, (_v), (_base + _factor));  \
       }
 

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
@@ -104,7 +104,7 @@
 
 #define INTEGER_CHECK_ONE( _v, _base, _factor ) \
       if ( (_v) != ((_base) + (_factor)) )  { \
-          printf("%" PRIu32 ": " #_v " wrong -- (0x%" PRIx32 " not 0x%lx)\n", \
+          printf("%" PRIu32 ": " #_v " wrong -- (0x%" PRIx32 " not 0x%" PRIx32 ")\n", \
              task_index, (_v), (_base + _factor));  \
       }
 



--

Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20110207/926c7edb/attachment-0001.html>


More information about the vc mailing list