change log for rtems (2011-02-22)
rtems-vc at rtems.org
rtems-vc at rtems.org
Tue Feb 22 12:10:20 UTC 2011
*ralf*:
Add HAVE_CONFIG_H.
M 1.2 testsuites/support/src/spin.c
M 1.8 testsuites/support/src/test_support.c
M 1.4 testsuites/support/src/tmtests_empty_function.c
M 1.3 testsuites/support/src/tmtests_support.c
diff -u rtems/testsuites/support/src/spin.c:1.1 rtems/testsuites/support/src/spin.c:1.2
--- rtems/testsuites/support/src/spin.c:1.1 Tue Dec 8 15:39:21 2009
+++ rtems/testsuites/support/src/spin.c Tue Feb 22 05:11:43 2011
@@ -9,6 +9,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <rtems.h>
/*
diff -u rtems/testsuites/support/src/test_support.c:1.7 rtems/testsuites/support/src/test_support.c:1.8
--- rtems/testsuites/support/src/test_support.c:1.7 Wed Jul 14 11:03:57 2010
+++ rtems/testsuites/support/src/test_support.c Tue Feb 22 05:11:44 2011
@@ -9,6 +9,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <fcntl.h>
#include <tmacros.h>
#include "test_support.h"
diff -u rtems/testsuites/support/src/tmtests_empty_function.c:1.3 rtems/testsuites/support/src/tmtests_empty_function.c:1.4
--- rtems/testsuites/support/src/tmtests_empty_function.c:1.3 Mon Jun 21 11:54:17 2010
+++ rtems/testsuites/support/src/tmtests_empty_function.c Tue Feb 22 05:11:44 2011
@@ -12,6 +12,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <rtems.h>
rtems_status_code benchmark_timer_empty_function( void );
diff -u rtems/testsuites/support/src/tmtests_support.c:1.2 rtems/testsuites/support/src/tmtests_support.c:1.3
--- rtems/testsuites/support/src/tmtests_support.c:1.2 Fri Jun 25 11:59:06 2010
+++ rtems/testsuites/support/src/tmtests_support.c Tue Feb 22 05:11:44 2011
@@ -9,6 +9,12 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
+#include <rtems/btimer.h>
+
#include <bsp.h>
#include <rtems/timerdrv.h>
#include "test_support.h"
*ralf*:
2011-02-22 Ralf Corsépius <ralf.corsepius at rtems.org>
* support/src/spin.c, support/src/test_support.c,
support/src/tmtests_empty_function.c, support/src/tmtests_support.c:
Add HAVE_CONFIG_H.
M 1.177 testsuites/ChangeLog
diff -u rtems/testsuites/ChangeLog:1.176 rtems/testsuites/ChangeLog:1.177
--- rtems/testsuites/ChangeLog:1.176 Tue Feb 8 00:39:57 2011
+++ rtems/testsuites/ChangeLog Tue Feb 22 05:12:00 2011
@@ -1,3 +1,9 @@
+2011-02-22 Ralf Corsépius <ralf.corsepius at rtems.org>
+
+ * support/src/spin.c, support/src/test_support.c,
+ support/src/tmtests_empty_function.c, support/src/tmtests_support.c:
+ Add HAVE_CONFIG_H.
+
2011-02-08 Ralf Corsépius <ralf.corsepius at rtems.org>
* support/include/tmacros.h: Remove PRIxblksize_t, PRIxblkcnt_t.
--
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/20110222/bc5686b0/attachment-0001.html>
More information about the vc
mailing list