change log for rtems (2011-02-21)

rtems-vc at rtems.org rtems-vc at rtems.org
Mon Feb 21 12:10:25 UTC 2011


 *sh*:
2011-02-21	Sebastian Huber <sebastian.huber at embedded-brains.de>

	* sapi/include/confdefs.h,
	score/include/rtems/score/schedulerpriority.h: C++ compatibility.

M 1.2721  cpukit/ChangeLog
M  1.157  cpukit/sapi/include/confdefs.h
M    1.5  cpukit/score/include/rtems/score/schedulerpriority.h

diff -u rtems/cpukit/ChangeLog:1.2720 rtems/cpukit/ChangeLog:1.2721
--- rtems/cpukit/ChangeLog:1.2720	Mon Feb 21 04:58:14 2011
+++ rtems/cpukit/ChangeLog	Mon Feb 21 05:54:37 2011
@@ -1,5 +1,10 @@
 2011-02-21	Sebastian Huber <sebastian.huber at embedded-brains.de>
 
+	* sapi/include/confdefs.h,
+	score/include/rtems/score/schedulerpriority.h: C++ compatibility.
+
+2011-02-21	Sebastian Huber <sebastian.huber at embedded-brains.de>
+
 	* libnetworking/lib/ftpfs.c: Workaround for some firewalls.
 
 2011-02-18	Joel Sherrill <joel.sherrill at oarcorp.com>

diff -u rtems/cpukit/sapi/include/confdefs.h:1.156 rtems/cpukit/sapi/include/confdefs.h:1.157
--- rtems/cpukit/sapi/include/confdefs.h:1.156	Fri Feb 18 09:12:43 2011
+++ rtems/cpukit/sapi/include/confdefs.h	Mon Feb 21 05:54:37 2011
@@ -603,8 +603,8 @@
  */
 #ifdef CONFIGURE_INIT
   Scheduler_Control  _Scheduler = {
-    .information = NULL,
-    .Operations  = SCHEDULER_ENTRY_POINTS
+    NULL,
+    SCHEDULER_ENTRY_POINTS
   };
 #endif
 

diff -u rtems/cpukit/score/include/rtems/score/schedulerpriority.h:1.4 rtems/cpukit/score/include/rtems/score/schedulerpriority.h:1.5
--- rtems/cpukit/score/include/rtems/score/schedulerpriority.h:1.4	Fri Feb 18 09:12:43 2011
+++ rtems/cpukit/score/include/rtems/score/schedulerpriority.h	Mon Feb 21 05:54:37 2011
@@ -38,17 +38,17 @@
  */
 #define SCHEDULER_PRIORITY_ENTRY_POINTS \
   { \
-    .initialize    = _Scheduler_priority_Initialize, \
-    .schedule      = _Scheduler_priority_Schedule, \
-    .yield         = _Scheduler_priority_Yield, \
-    .block         = _Scheduler_priority_Block, \
-    .unblock       = _Scheduler_priority_Unblock, \
-    .allocate      = _Scheduler_priority_Allocate, \
-    .free          = _Scheduler_priority_Free, \
-    .update        = _Scheduler_priority_Update, \
-    .enqueue       = _Scheduler_priority_Enqueue, \
-    .enqueue_first = _Scheduler_priority_Enqueue_first, \
-    .extract       = _Scheduler_priority_Extract \
+    _Scheduler_priority_Initialize, \
+    _Scheduler_priority_Schedule, \
+    _Scheduler_priority_Yield, \
+    _Scheduler_priority_Block, \
+    _Scheduler_priority_Unblock, \
+    _Scheduler_priority_Allocate, \
+    _Scheduler_priority_Free, \
+    _Scheduler_priority_Update, \
+    _Scheduler_priority_Enqueue, \
+    _Scheduler_priority_Enqueue_first, \
+    _Scheduler_priority_Extract \
   }
 
 /**



--

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/20110221/0a952d36/attachment-0001.html>


More information about the vc mailing list