change log for rtems (2011-06-08)
rtems-vc at rtems.org
rtems-vc at rtems.org
Wed Jun 8 17:10:29 UTC 2011
*joel*:
2011-06-08 Joel Sherrill <joel.sherrill at oarcorp.com>
* config.h.in: Regenerated.
M 1.46 tools/build/ChangeLog
M 1.5 tools/build/config.h.in
diff -u rtems/tools/build/ChangeLog:1.45 rtems/tools/build/ChangeLog:1.46
--- rtems/tools/build/ChangeLog:1.45 Tue May 17 15:39:39 2011
+++ rtems/tools/build/ChangeLog Wed Jun 8 11:13:16 2011
@@ -1,3 +1,7 @@
+2011-06-08 Joel Sherrill <joel.sherrill at oarcorp.com>
+
+ * config.h.in: Regenerated.
+
2011-02-02 Ralf Corsépius <ralf.corsepius at rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
diff -u rtems/tools/build/config.h.in:1.4 rtems/tools/build/config.h.in:1.5
--- rtems/tools/build/config.h.in:1.4 Tue May 17 15:39:39 2011
+++ rtems/tools/build/config.h.in Wed Jun 8 11:13:16 2011
@@ -1,11 +1,17 @@
/* config.h.in. Generated from configure.ac by autoheader. */
+/* Define to 1 if you have the `basename' function. */
+#undef HAVE_BASENAME
+
/* Define to 1 if you have the <getopt.h> header file. */
#undef HAVE_GETOPT_H
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
+/* Define to 1 if you have the <libgen.h> header file. */
+#undef HAVE_LIBGEN_H
+
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
@@ -48,6 +54,9 @@
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
+/* Define to the home page for this package. */
+#undef PACKAGE_URL
+
/* Define to the version of this package. */
#undef PACKAGE_VERSION
*joel*:
2011-06-08 Joel Sherrill <joel.sherrill at oarcorp.com>
* score/src/smp.c: Fix typo so this compiles.
M 1.2848 cpukit/ChangeLog
M 1.7 cpukit/score/src/smp.c
diff -u rtems/cpukit/ChangeLog:1.2847 rtems/cpukit/ChangeLog:1.2848
--- rtems/cpukit/ChangeLog:1.2847 Tue Jun 7 04:08:37 2011
+++ rtems/cpukit/ChangeLog Wed Jun 8 11:13:33 2011
@@ -1,3 +1,7 @@
+2011-06-08 Joel Sherrill <joel.sherrill at oarcorp.com>
+
+ * score/src/smp.c: Fix typo so this compiles.
+
2011-06-07 Sebastian Huber <sebastian.huber at embedded-brains.de>
PR 1811/networking
diff -u rtems/cpukit/score/src/smp.c:1.6 rtems/cpukit/score/src/smp.c:1.7
--- rtems/cpukit/score/src/smp.c:1.6 Thu May 26 13:07:07 2011
+++ rtems/cpukit/score/src/smp.c Wed Jun 8 11:13:34 2011
@@ -276,7 +276,7 @@
}
if ( !allDown )
printk( "All CPUs not successfully shutdown -- timed out\n" );
- #if (RTEMS_DEBUG)
+ #if defined(RTEMS_DEBUG)
else
printk( "All CPUs shutdown successfully\n" );
#endif
--
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/20110608/ee23862f/attachment.html>
More information about the vc
mailing list