change log for rtems (2011-05-20)
rtems-vc at rtems.org
rtems-vc at rtems.org
Fri May 20 10:11:32 UTC 2011
*sh*:
2011-05-20 Sebastian Huber <sebastian.huber at embedded-brains.de>
* rtems++/Init.cc, rtems++/Task1.cc, rtems++/Task2.cc,
rtems++/Task3.cc: Added HAVE_CONFIG_H.
M 1.268 testsuites/libtests/ChangeLog
M 1.8 testsuites/libtests/rtems++/Init.cc
M 1.14 testsuites/libtests/rtems++/Task1.cc
M 1.9 testsuites/libtests/rtems++/Task2.cc
M 1.10 testsuites/libtests/rtems++/Task3.cc
diff -u rtems/testsuites/libtests/ChangeLog:1.267 rtems/testsuites/libtests/ChangeLog:1.268
--- rtems/testsuites/libtests/ChangeLog:1.267 Fri May 6 12:29:25 2011
+++ rtems/testsuites/libtests/ChangeLog Fri May 20 05:04:31 2011
@@ -1,3 +1,8 @@
+2011-05-20 Sebastian Huber <sebastian.huber at embedded-brains.de>
+
+ * rtems++/Init.cc, rtems++/Task1.cc, rtems++/Task2.cc,
+ rtems++/Task3.cc: Added HAVE_CONFIG_H.
+
2011-05-06 Joel Sherrill <joel.sherrill at oarcorp.com>
* malloc04/init.c: Fix tests broken in warning pass.
diff -u rtems/testsuites/libtests/rtems++/Init.cc:1.7 rtems/testsuites/libtests/rtems++/Init.cc:1.8
--- rtems/testsuites/libtests/rtems++/Init.cc:1.7 Thu Jan 31 18:45:04 2008
+++ rtems/testsuites/libtests/rtems++/Init.cc Fri May 20 05:04:31 2011
@@ -21,6 +21,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#define CONFIGURE_INIT
#include "System.h"
diff -u rtems/testsuites/libtests/rtems++/Task1.cc:1.13 rtems/testsuites/libtests/rtems++/Task1.cc:1.14
--- rtems/testsuites/libtests/rtems++/Task1.cc:1.13 Sun Nov 15 22:51:36 2009
+++ rtems/testsuites/libtests/rtems++/Task1.cc Fri May 20 05:04:31 2011
@@ -22,6 +22,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <stdlib.h>
#include <string.h>
#include "System.h"
diff -u rtems/testsuites/libtests/rtems++/Task2.cc:1.8 rtems/testsuites/libtests/rtems++/Task2.cc:1.9
--- rtems/testsuites/libtests/rtems++/Task2.cc:1.8 Sat Nov 14 15:09:34 2009
+++ rtems/testsuites/libtests/rtems++/Task2.cc Fri May 20 05:04:31 2011
@@ -18,6 +18,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include "System.h"
Task2::Task2(const char* name,
diff -u rtems/testsuites/libtests/rtems++/Task3.cc:1.9 rtems/testsuites/libtests/rtems++/Task3.cc:1.10
--- rtems/testsuites/libtests/rtems++/Task3.cc:1.9 Sun Nov 15 22:55:17 2009
+++ rtems/testsuites/libtests/rtems++/Task3.cc Fri May 20 05:04:31 2011
@@ -18,6 +18,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include "System.h"
Task3::Task3(const char* name,
--
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/20110520/f5a800cf/attachment-0001.html>
More information about the vc
mailing list