change log for rtems (2011-02-22)

rtems-vc at rtems.org rtems-vc at rtems.org
Tue Feb 22 15:10:31 UTC 2011


 *ralf*:
2011-02-22	Ralf Corsépius <ralf.corsepius at rtems.org>

	* support/src/tmtests_support.c:
	loop_overhead and end_time are uint32_t's.

M  1.178  testsuites/ChangeLog
M    1.4  testsuites/support/src/tmtests_support.c

diff -u rtems/testsuites/ChangeLog:1.177 rtems/testsuites/ChangeLog:1.178
--- rtems/testsuites/ChangeLog:1.177	Tue Feb 22 05:12:00 2011
+++ rtems/testsuites/ChangeLog	Tue Feb 22 08:41:17 2011
@@ -1,5 +1,10 @@
 2011-02-22	Ralf Corsépius <ralf.corsepius at rtems.org>
 
+	* support/src/tmtests_support.c: 
+	loop_overhead and end_time are uint32_t's.
+
+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.

diff -u rtems/testsuites/support/src/tmtests_support.c:1.3 rtems/testsuites/support/src/tmtests_support.c:1.4
--- rtems/testsuites/support/src/tmtests_support.c:1.3	Tue Feb 22 05:11:44 2011
+++ rtems/testsuites/support/src/tmtests_support.c	Tue Feb 22 08:41:17 2011
@@ -34,8 +34,8 @@
 )
 {
   int  i;
-  long loop_overhead;
-  int  end_time;
+  uint32_t loop_overhead;
+  uint32_t end_time;
 
   benchmark_timer_initialize();
     for (i=0 ; i<iterations ; i++ ) {


 *ralf*:
2011-02-22	Ralf Corsépius <ralf.corsepius at rtems.org>

	* configure.ac: Add AC_CONFIG_HEADER(config.h).

M  1.259  testsuites/libtests/ChangeLog
M   1.62  testsuites/libtests/configure.ac
M   1.77  testsuites/mptests/ChangeLog
M   1.24  testsuites/mptests/configure.ac
M  1.333  testsuites/psxtests/ChangeLog
M   1.82  testsuites/psxtests/configure.ac
M    1.5  testsuites/psxtmtests/ChangeLog
M    1.3  testsuites/psxtmtests/configure.ac
M  1.187  testsuites/samples/ChangeLog
M   1.32  testsuites/samples/configure.ac
M  1.434  testsuites/sptests/ChangeLog
M  1.113  testsuites/sptests/configure.ac
M   1.97  testsuites/tmtests/ChangeLog
M   1.25  testsuites/tmtests/configure.ac

diff -u rtems/testsuites/libtests/ChangeLog:1.258 rtems/testsuites/libtests/ChangeLog:1.259
--- rtems/testsuites/libtests/ChangeLog:1.258	Tue Feb 22 01:34:41 2011
+++ rtems/testsuites/libtests/ChangeLog	Tue Feb 22 08:46:46 2011
@@ -1,3 +1,7 @@
+2011-02-22	Ralf Corsépius <ralf.corsepius at rtems.org>
+
+	* configure.ac: Add AC_CONFIG_HEADER(config.h).
+
 2010-02-22	Ralf Corsépius <ralf.corsepius at rtems.org>
 
 	* POSIX/calloc.c, POSIX/clock_gettime.c, POSIX/close.c, POSIX/dup2.c,

diff -u rtems/testsuites/libtests/configure.ac:1.61 rtems/testsuites/libtests/configure.ac:1.62
--- rtems/testsuites/libtests/configure.ac:1.61	Wed Feb  2 09:01:21 2011
+++ rtems/testsuites/libtests/configure.ac	Tue Feb 22 08:46:46 2011
@@ -5,6 +5,7 @@
 AC_PREREQ([2.68])
 AC_INIT([rtems-c-src-tests-libtests],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
 AC_CONFIG_SRCDIR([cpuuse])
+AC_CONFIG_HEADER([config.h])
 RTEMS_TOP([../..],[..])
 
 RTEMS_CANONICAL_TARGET_CPU

diff -u rtems/testsuites/mptests/ChangeLog:1.76 rtems/testsuites/mptests/ChangeLog:1.77
--- rtems/testsuites/mptests/ChangeLog:1.76	Tue Feb 22 04:00:46 2011
+++ rtems/testsuites/mptests/ChangeLog	Tue Feb 22 08:53:06 2011
@@ -1,5 +1,9 @@
 2011-02-22	Ralf Corsépius <ralf.corsepius at rtems.org>
 
+	* configure.ac: Add AC_CONFIG_HEADER(config.h).
+
+2011-02-22	Ralf Corsépius <ralf.corsepius at rtems.org>
+
 	* mp01/init.c, mp01/task1.c, mp02/init.c, mp02/task1.c, mp03/delay.c,
 	mp03/init.c, mp03/task1.c, mp04/init.c, mp04/task1.c, mp05/asr.c,
 	mp05/init.c, mp05/task1.c, mp06/init.c, mp06/task1.c, mp07/init.c,

diff -u rtems/testsuites/mptests/configure.ac:1.23 rtems/testsuites/mptests/configure.ac:1.24
--- rtems/testsuites/mptests/configure.ac:1.23	Wed Feb  2 09:01:22 2011
+++ rtems/testsuites/mptests/configure.ac	Tue Feb 22 08:53:06 2011
@@ -5,6 +5,7 @@
 AC_PREREQ([2.68])
 AC_INIT([rtems-c-src-tests-mptests],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
 AC_CONFIG_SRCDIR([mp01])
+AC_CONFIG_HEADER([config.h])
 RTEMS_TOP([../..],[..])
 
 RTEMS_CANONICAL_TARGET_CPU
@@ -22,8 +23,8 @@
 RTEMS_CANONICALIZE_TOOLS
 
 RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
-RTEMS_CHECK_CPUOPTS([RTEMS_MULTIPROCESSING])
 
+RTEMS_CHECK_CPUOPTS([RTEMS_MULTIPROCESSING])
 
 AM_CONDITIONAL(HAS_MP,test "$rtems_cv_RTEMS_MULTIPROCESSING" = "yes")
 

diff -u rtems/testsuites/psxtests/ChangeLog:1.332 rtems/testsuites/psxtests/ChangeLog:1.333
--- rtems/testsuites/psxtests/ChangeLog:1.332	Tue Feb 22 03:47:48 2011
+++ rtems/testsuites/psxtests/ChangeLog	Tue Feb 22 08:44:30 2011
@@ -1,5 +1,9 @@
 2011-02-22	Ralf Corsépius <ralf.corsepius at rtems.org>
 
+	* configure.ac: Add AC_CONFIG_HEADER(config.h).
+
+2011-02-22	Ralf Corsépius <ralf.corsepius at rtems.org>
+
 	* psx01/init.c, psx01/task.c, psx02/init.c, psx02/task.c, psx03/init.c,
 	psx03/task.c, psx04/init.c, psx04/task1.c, psx04/task2.c, psx04/task3.c,
 	psx05/init.c, psx05/task.c, psx05/task2.c, psx05/task3.c, psx06/init.c,

diff -u rtems/testsuites/psxtests/configure.ac:1.81 rtems/testsuites/psxtests/configure.ac:1.82
--- rtems/testsuites/psxtests/configure.ac:1.81	Tue Feb  8 00:37:33 2011
+++ rtems/testsuites/psxtests/configure.ac	Tue Feb 22 08:44:30 2011
@@ -5,6 +5,7 @@
 AC_PREREQ([2.68])
 AC_INIT([rtems-c-src-tests-psxtests],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
 AC_CONFIG_SRCDIR([psx01])
+AC_CONFIG_HEADER([config.h])
 RTEMS_TOP([../..],[..])
 
 RTEMS_CANONICAL_TARGET_CPU

diff -u rtems/testsuites/psxtmtests/ChangeLog:1.4 rtems/testsuites/psxtmtests/ChangeLog:1.5
--- rtems/testsuites/psxtmtests/ChangeLog:1.4	Tue Feb 22 04:59:11 2011
+++ rtems/testsuites/psxtmtests/ChangeLog	Tue Feb 22 08:55:38 2011
@@ -1,5 +1,9 @@
 2011-02-22	Ralf Corsépius <ralf.corsepius at rtems.org>
 
+	* configure.ac: Add AC_CONFIG_HEADER(config.h).
+
+2011-02-22	Ralf Corsépius <ralf.corsepius at rtems.org>
+
 	* psxtmmutex02/init.c, psxtmthread01/init.c, psxtmthread03/init.c:
 	Add HAVE_CONFIG_H.
 

diff -u rtems/testsuites/psxtmtests/configure.ac:1.2 rtems/testsuites/psxtmtests/configure.ac:1.3
--- rtems/testsuites/psxtmtests/configure.ac:1.2	Wed Feb  2 09:01:26 2011
+++ rtems/testsuites/psxtmtests/configure.ac	Tue Feb 22 08:55:38 2011
@@ -21,6 +21,7 @@
 RTEMS_CANONICALIZE_TOOLS
 
 RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
+AC_CONFIG_HEADER([config.h])
 
 RTEMS_CHECK_CPUOPTS([RTEMS_POSIX_API])
 AM_CONDITIONAL(HAS_POSIX,test x"${rtems_cv_RTEMS_POSIX_API}" = x"yes")

diff -u rtems/testsuites/samples/ChangeLog:1.186 rtems/testsuites/samples/ChangeLog:1.187
--- rtems/testsuites/samples/ChangeLog:1.186	Tue Feb 22 04:54:42 2011
+++ rtems/testsuites/samples/ChangeLog	Tue Feb 22 08:48:25 2011
@@ -1,5 +1,9 @@
 2011-02-22	Ralf Corsépius <ralf.corsepius at rtems.org>
 
+	* configure.ac: Add AC_CONFIG_HEADER(config.h).
+
+2011-02-22	Ralf Corsépius <ralf.corsepius at rtems.org>
+
 	* base_mp/apptask.c, base_mp/init.c, base_sp/apptask.c, base_sp/init.c,
 	capture/init.c, capture/test1.c, cdtest/init.c, fileio/init.c,
 	hello/init.c, loopback/init.c, minimum/init.c, nsecs/empty.c,

diff -u rtems/testsuites/samples/configure.ac:1.31 rtems/testsuites/samples/configure.ac:1.32
--- rtems/testsuites/samples/configure.ac:1.31	Wed Feb  2 09:01:28 2011
+++ rtems/testsuites/samples/configure.ac	Tue Feb 22 08:48:26 2011
@@ -5,6 +5,7 @@
 AC_PREREQ([2.68])
 AC_INIT([rtems-c-src-tests-samples],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
 AC_CONFIG_SRCDIR([hello])
+AC_CONFIG_HEADER([config.h])
 RTEMS_TOP([../..],[..])
 
 RTEMS_CANONICAL_TARGET_CPU
@@ -28,7 +29,6 @@
 RTEMS_CHECK_CXX(RTEMS_BSP)
 RTEMS_CHECK_CPUOPTS([RTEMS_NETWORKING])
 
-
 CXXTESTS=$HAS_CPLUSPLUS
 AS_IF([test $HAS_CPLUSPLUS = yes],[
   AC_LANG_PUSH([C++])

diff -u rtems/testsuites/sptests/ChangeLog:1.433 rtems/testsuites/sptests/ChangeLog:1.434
--- rtems/testsuites/sptests/ChangeLog:1.433	Tue Feb 22 01:37:13 2011
+++ rtems/testsuites/sptests/ChangeLog	Tue Feb 22 08:54:45 2011
@@ -1,5 +1,9 @@
 2011-02-22	Ralf Corsépius <ralf.corsepius at rtems.org>
 
+	* configure.ac: Add AC_CONFIG_HEADER(config.h).
+
+2011-02-22	Ralf Corsépius <ralf.corsepius at rtems.org>
+
 	* sp01/init.c, sp01/task1.c, sp02/init.c, sp02/preempt.c, sp02/task1.c,
 	sp02/task2.c, sp02/task3.c, sp03/init.c, sp03/task1.c, sp03/task2.c,
 	sp04/init.c, sp04/task1.c, sp04/task2.c, sp04/task3.c, sp04/tswitch.c,

diff -u rtems/testsuites/sptests/configure.ac:1.112 rtems/testsuites/sptests/configure.ac:1.113
--- rtems/testsuites/sptests/configure.ac:1.112	Wed Feb  2 09:01:30 2011
+++ rtems/testsuites/sptests/configure.ac	Tue Feb 22 08:54:45 2011
@@ -5,6 +5,7 @@
 AC_PREREQ([2.68])
 AC_INIT([rtems-c-src-tests-sptests],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
 AC_CONFIG_SRCDIR([sp01])
+AC_CONFIG_HEADER([config.h])
 RTEMS_TOP([../..],[..])
 
 RTEMS_CANONICAL_TARGET_CPU

diff -u rtems/testsuites/tmtests/ChangeLog:1.96 rtems/testsuites/tmtests/ChangeLog:1.97
--- rtems/testsuites/tmtests/ChangeLog:1.96	Tue Feb 22 03:57:25 2011
+++ rtems/testsuites/tmtests/ChangeLog	Tue Feb 22 08:56:36 2011
@@ -1,5 +1,9 @@
 2011-02-22	Ralf Corsépius <ralf.corsepius at rtems.org>
 
+	* configure.ac: Add AC_CONFIG_HEADER(config.h).
+
+2011-02-22	Ralf Corsépius <ralf.corsepius at rtems.org>
+
 	* tm01/task1.c, tm02/task1.c, tm03/task1.c, tm04/task1.c, tm05/task1.c,
 	tm06/task1.c, tm07/task1.c, tm08/task1.c, tm09/task1.c, tm10/task1.c,
 	tm11/task1.c, tm12/task1.c, tm13/task1.c, tm14/task1.c, tm15/task1.c,

diff -u rtems/testsuites/tmtests/configure.ac:1.24 rtems/testsuites/tmtests/configure.ac:1.25
--- rtems/testsuites/tmtests/configure.ac:1.24	Wed Feb  2 09:01:32 2011
+++ rtems/testsuites/tmtests/configure.ac	Tue Feb 22 08:56:36 2011
@@ -5,6 +5,7 @@
 AC_PREREQ([2.68])
 AC_INIT([rtems-c-src-tests-tmtests],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
 AC_CONFIG_SRCDIR([tm01])
+AC_CONFIG_HEADER([config.h])
 RTEMS_TOP([../..],[..])
 
 RTEMS_CANONICAL_TARGET_CPU



--

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


More information about the vc mailing list