<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>change log for rtems (2011-06-08)</title>
</head>
<body text='#000000' bgcolor='#ffffff'>
<a name='cs1'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>joel</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-06-08 Joel Sherrill <joel.sherrill@oarcorp.com>

        * config.h.in: Regenerated.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/tools/build/ChangeLog.diff?r1=text&tr1=1.45&r2=text&tr2=1.46&diff_format=h">M</a></td><td width='1%'>1.46</td><td width='100%'>tools/build/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/tools/build/config.h.in.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&diff_format=h">M</a></td><td width='1%'>1.5</td><td width='100%'>tools/build/config.h.in</td></tr>
</table>
<pre>
<font color='#006600'>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
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2011-06-08    Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       * config.h.in: Regenerated.
+
</font> 2011-02-02        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * configure.ac: Require autoconf-2.68, automake-1.11.1.

<font color='#006600'>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
</font><font color='#997700'>@@ -1,11 +1,17 @@
</font> /* config.h.in.  Generated from configure.ac by autoheader.  */
 
<font color='#000088'>+/* Define to 1 if you have the `basename' function. */
+#undef HAVE_BASENAME
+
</font> /* 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
 
<font color='#000088'>+/* Define to 1 if you have the <libgen.h> header file. */
+#undef HAVE_LIBGEN_H
+
</font> /* Define to 1 if you have the <memory.h> header file. */
 #undef HAVE_MEMORY_H
 
<font color='#997700'>@@ -48,6 +54,9 @@
</font> /* Define to the one symbol short name of this package. */
 #undef PACKAGE_TARNAME
 
<font color='#000088'>+/* Define to the home page for this package. */
+#undef PACKAGE_URL
+
</font> /* Define to the version of this package. */
 #undef PACKAGE_VERSION
 
</pre>
<p> </p>
<a name='cs2'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>joel</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-06-08 Joel Sherrill <joel.sherrill@oarcorp.com>

        * score/src/smp.c: Fix typo so this compiles.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/ChangeLog.diff?r1=text&tr1=1.2847&r2=text&tr2=1.2848&diff_format=h">M</a></td><td width='1%'>1.2848</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/src/smp.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.7&diff_format=h">M</a></td><td width='1%'>1.7</td><td width='100%'>cpukit/score/src/smp.c</td></tr>
</table>
<pre>
<font color='#006600'>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
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2011-06-08    Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       * score/src/smp.c: Fix typo so this compiles.
+
</font> 2011-06-07        Sebastian Huber <sebastian.huber@embedded-brains.de>
 
        PR 1811/networking

<font color='#006600'>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
</font><font color='#997700'>@@ -276,7 +276,7 @@
</font>   }
   if ( !allDown )
     printk( "All CPUs not successfully shutdown -- timed out\n" );
<font color='#880000'>-  #if (RTEMS_DEBUG)
</font><font color='#000088'>+  #if defined(RTEMS_DEBUG)
</font>     else<span style="background-color: #FF0000"> </span>
       printk( "All CPUs shutdown successfully\n" );
   #endif
</pre>
<p> </p>

<p>--<br />
<small>Generated by <a href="http://www.codewiz.org/projects/index.html#loginfo">Deluxe Loginfo</a> 2.122 by Bernardo Innocenti <bernie@develer.com></small></p>
</body>
</html>