change log for rtems (2010-09-23)

rtems-vc at rtems.org rtems-vc at rtems.org
Thu Sep 23 15:10:40 UTC 2010


 *ralf* (on branch rtems-4-8-branch):
2010-09-23	Ralf Corsépius <ralf.corsepius at rtems.org>

	* aclocal/check-cpuopts.m4: Add AC_LANG_SOURCE.

M  1.172  testsuites/ChangeLog
M 1.119.2.1  testsuites/ChangeLog
M 1.129.2.2  testsuites/ChangeLog
M 1.164.2.1  testsuites/ChangeLog
M    1.5  testsuites/aclocal/check-cpuopts.m4
M 1.4.6.1  testsuites/aclocal/check-cpuopts.m4
M 1.4.4.1  testsuites/aclocal/check-cpuopts.m4
M 1.4.2.1  testsuites/aclocal/check-cpuopts.m4

diff -u rtems/testsuites/ChangeLog:1.171 rtems/testsuites/ChangeLog:1.172
--- rtems/testsuites/ChangeLog:1.171	Fri Jul 30 22:09:52 2010
+++ rtems/testsuites/ChangeLog	Thu Sep 23 09:50:11 2010
@@ -1,3 +1,7 @@
+2010-09-23	Ralf Corsépius <ralf.corsepius at rtems.org>
+
+	* aclocal/check-cpuopts.m4: Add AC_LANG_SOURCE.
+
 2010-07-31	Ralf Corsépius <ralf.corsepius at rtems.org>
 
 	* automake/compile.am: Remove clean-local:.

diff -u rtems/testsuites/ChangeLog:1.119 rtems/testsuites/ChangeLog:1.119.2.1
--- rtems/testsuites/ChangeLog:1.119	Fri May 11 14:53:29 2007
+++ rtems/testsuites/ChangeLog	Thu Sep 23 09:53:11 2010
@@ -1,3 +1,7 @@
+2010-09-23	Ralf Corsépius <ralf.corsepius at rtems.org>
+
+	* aclocal/check-cpuopts.m4: Add AC_LANG_SOURCE.
+
 2007-05-11	Joel Sherrill <joel.sherrill at OARcorp.com>
 
 	* support/include/buffer_test_io.h: Add support for using printk for

diff -u rtems/testsuites/ChangeLog:1.129.2.1 rtems/testsuites/ChangeLog:1.129.2.2
--- rtems/testsuites/ChangeLog:1.129.2.1	Wed Sep 10 10:57:26 2008
+++ rtems/testsuites/ChangeLog	Thu Sep 23 09:51:33 2010
@@ -1,3 +1,7 @@
+2010-09-23	Ralf Corsépius <ralf.corsepius at rtems.org>
+
+	* aclocal/check-cpuopts.m4: Add AC_LANG_SOURCE.
+
 2008-09-10	Joel Sherrill <joel.sherrill at OARcorp.com>
 
 	* aclocal/canonical-target-name.m4: Remove TI C4x and NIOS2 ports from

diff -u rtems/testsuites/ChangeLog:1.164 rtems/testsuites/ChangeLog:1.164.2.1
--- rtems/testsuites/ChangeLog:1.164	Sat May 29 00:29:33 2010
+++ rtems/testsuites/ChangeLog	Thu Sep 23 09:50:42 2010
@@ -1,3 +1,7 @@
+2010-09-23	Ralf Corsépius <ralf.corsepius at rtems.org>
+
+	* aclocal/check-cpuopts.m4: Add AC_LANG_SOURCE.
+
 2010-05-29	Ralf Corsépius <ralf.corsepius at rtems.org>
 
 	* support/include/tmacros.h: Remove PRIdoff_t.

diff -u rtems/testsuites/aclocal/check-cpuopts.m4:1.4 rtems/testsuites/aclocal/check-cpuopts.m4:1.5
--- rtems/testsuites/aclocal/check-cpuopts.m4:1.4	Sun Feb 11 04:28:41 2007
+++ rtems/testsuites/aclocal/check-cpuopts.m4	Thu Sep 23 09:50:11 2010
@@ -13,7 +13,7 @@
 AC_CACHE_CHECK(
   [for $1],
   [rtems_cv_$1],
-  [AC_COMPILE_IFELSE([
+  [AC_COMPILE_IFELSE([AC_LANG_SOURCE([
 #include <rtems/system.h>
 #ifndef $1
 choke me
@@ -21,6 +21,6 @@
     ],
     [rtems_cv_$1=yes],
     [rtems_cv_$1=no])
-  ])
+  ])])
 CPPFLAGS="$sav_CPPFLAGS"
 ])

diff -u rtems/testsuites/aclocal/check-cpuopts.m4:1.4 rtems/testsuites/aclocal/check-cpuopts.m4:1.4.6.1
--- rtems/testsuites/aclocal/check-cpuopts.m4:1.4	Sun Feb 11 04:28:41 2007
+++ rtems/testsuites/aclocal/check-cpuopts.m4	Thu Sep 23 09:50:42 2010
@@ -13,7 +13,7 @@
 AC_CACHE_CHECK(
   [for $1],
   [rtems_cv_$1],
-  [AC_COMPILE_IFELSE([
+  [AC_COMPILE_IFELSE([AC_LANG_SOURCE([
 #include <rtems/system.h>
 #ifndef $1
 choke me
@@ -21,6 +21,6 @@
     ],
     [rtems_cv_$1=yes],
     [rtems_cv_$1=no])
-  ])
+  ])])
 CPPFLAGS="$sav_CPPFLAGS"
 ])

diff -u rtems/testsuites/aclocal/check-cpuopts.m4:1.4 rtems/testsuites/aclocal/check-cpuopts.m4:1.4.4.1
--- rtems/testsuites/aclocal/check-cpuopts.m4:1.4	Sun Feb 11 04:28:41 2007
+++ rtems/testsuites/aclocal/check-cpuopts.m4	Thu Sep 23 09:51:33 2010
@@ -13,7 +13,7 @@
 AC_CACHE_CHECK(
   [for $1],
   [rtems_cv_$1],
-  [AC_COMPILE_IFELSE([
+  [AC_COMPILE_IFELSE([AC_LANG_SOURCE([
 #include <rtems/system.h>
 #ifndef $1
 choke me
@@ -21,6 +21,6 @@
     ],
     [rtems_cv_$1=yes],
     [rtems_cv_$1=no])
-  ])
+  ])])
 CPPFLAGS="$sav_CPPFLAGS"
 ])

diff -u rtems/testsuites/aclocal/check-cpuopts.m4:1.4 rtems/testsuites/aclocal/check-cpuopts.m4:1.4.2.1
--- rtems/testsuites/aclocal/check-cpuopts.m4:1.4	Sun Feb 11 04:28:41 2007
+++ rtems/testsuites/aclocal/check-cpuopts.m4	Thu Sep 23 09:53:11 2010
@@ -13,7 +13,7 @@
 AC_CACHE_CHECK(
   [for $1],
   [rtems_cv_$1],
-  [AC_COMPILE_IFELSE([
+  [AC_COMPILE_IFELSE([AC_LANG_SOURCE([
 #include <rtems/system.h>
 #ifndef $1
 choke me
@@ -21,6 +21,6 @@
     ],
     [rtems_cv_$1=yes],
     [rtems_cv_$1=no])
-  ])
+  ])])
 CPPFLAGS="$sav_CPPFLAGS"
 ])



--

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/20100923/d66a7464/attachment.html>


More information about the vc mailing list