<!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-03-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-03-08 Joel Sherrill <joel.sherrilL@OARcorp.com>

        * score/src/objectinitializeinformation.c: Reverse sense of conditional
        and improve comment. Comment was right but brief, conditional was
        backwards.
</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.2766&r2=text&tr2=1.2767&diff_format=h">M</a></td><td width='1%'>1.2767</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/objectinitializeinformation.c.diff?r1=text&tr1=1.20&r2=text&tr2=1.21&diff_format=h">M</a></td><td width='1%'>1.21</td><td width='100%'>cpukit/score/src/objectinitializeinformation.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2766 rtems/cpukit/ChangeLog:1.2767
--- rtems/cpukit/ChangeLog:1.2766       Tue Mar  8 16:14:14 2011
+++ rtems/cpukit/ChangeLog      Tue Mar  8 17:55:24 2011
</font><font color='#997700'>@@ -1,5 +1,11 @@
</font> 2011-03-08        Joel Sherrill <joel.sherrilL@OARcorp.com>
 
<font color='#000088'>+   * score/src/objectinitializeinformation.c: Reverse sense of conditional
+       and improve comment. Comment was right but brief, conditional was
+       backwards.
+
+2011-03-08     Joel Sherrill <joel.sherrilL@OARcorp.com>
+
</font>   PR 1759/cpukit
        * posix/src/cancel.c, posix/src/pthreaddetach.c,
        posix/src/pthreadequal.c, posix/src/pthreadgetschedparam.c,

<font color='#006600'>diff -u rtems/cpukit/score/src/objectinitializeinformation.c:1.20 rtems/cpukit/score/src/objectinitializeinformation.c:1.21
--- rtems/cpukit/score/src/objectinitializeinformation.c:1.20   Fri Feb 11 14:38:16 2011
+++ rtems/cpukit/score/src/objectinitializeinformation.c        Tue Mar  8 17:55:24 2011
</font><font color='#997700'>@@ -1,7 +1,7 @@
</font> /*
  *  Object Handler Initialization per Object Class
  *
<font color='#880000'>- *  COPYRIGHT (c) 1989-2010.
</font><font color='#000088'>+ *  COPYRIGHT (c) 1989-2011.
</font>  *  On-Line Applications Research Corporation (OAR).
  *
  *  The license and distribution terms for this file may be
<font color='#997700'>@@ -134,7 +134,7 @@
</font>    */
   name_length = maximum_name_length;
 
<font color='#880000'>-  #if !defined(RTEMS_POSIX_API)
</font><font color='#000088'>+  #if defined(RTEMS_POSIX_API)
</font>     if ( name_length & (OBJECTS_NAME_ALIGNMENT-1) )
       name_length = (name_length + OBJECTS_NAME_ALIGNMENT) &
                     ~(OBJECTS_NAME_ALIGNMENT-1);
</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-03-08 Joel Sherrill <joel.sherrill@oarcorp.com>

        * Makefile.inc.in: Fix PROJECT_ROOT to match usage in templates and
        existing Makefiles.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/make/ChangeLog.diff?r1=text&tr1=1.78&r2=text&tr2=1.79&diff_format=h">M</a></td><td width='1%'>1.79</td><td width='100%'>c/src/make/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/make/Makefile.inc.in.diff?r1=text&tr1=1.13&r2=text&tr2=1.14&diff_format=h">M</a></td><td width='1%'>1.14</td><td width='100%'>c/src/make/Makefile.inc.in</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/c/src/make/ChangeLog:1.78 rtems/c/src/make/ChangeLog:1.79
--- rtems/c/src/make/ChangeLog:1.78     Sun Mar  6 22:05:18 2011
+++ rtems/c/src/make/ChangeLog  Tue Mar  8 17:56:52 2011
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2011-03-08    Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       * Makefile.inc.in: Fix PROJECT_ROOT to match usage in templates and
+       existing Makefiles.
+
</font> 2011-03-07        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * Makefile.am, configure.ac: Move file generation into Makefile.

<font color='#006600'>diff -u rtems/c/src/make/Makefile.inc.in:1.13 rtems/c/src/make/Makefile.inc.in:1.14
--- rtems/c/src/make/Makefile.inc.in:1.13       Sun Mar  6 22:03:26 2011
+++ rtems/c/src/make/Makefile.inc.in    Tue Mar  8 17:56:52 2011
</font><font color='#997700'>@@ -34,8 +34,10 @@
</font> export SIZE
 export OBJCOPY
 
<font color='#880000'>-RTEMS_CUSTOM = $(prefix)/make/custom/$(RTEMS_BSP).cfg
-PROJECT_ROOT = @pkgdatadir@
</font><font color='#000088'>+RTEMS_ROOT = $(prefix)
+PROJECT_ROOT = $(RTEMS_ROOT)
+RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
+
</font> RTEMS_USE_OWN_PDIR = no
 RTEMS_HAS_POSIX_API = @RTEMS_HAS_POSIX_API@
 RTEMS_HAS_ITRON_API = no
<font color='#997700'>@@ -45,6 +47,3 @@
</font> export RTEMS_CUSTOM
 export PROJECT_ROOT
 
<font color='#880000'>-# FIXME: The following shouldn't be here
-RTEMS_ROOT = $(PROJECT_ROOT)
-export RTEMS_ROOT
</font></pre>
<p> </p>
<a name='cs3'></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>
 <font color='#225522'><em>(on branch rtems-4-10-branch)</em></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-03-08 Joel Sherrill <joel.sherrilL@OARcorp.com>

        PR 1760/misc
        * compilers/gcc-target-default.cfg: Fix typo in CPP definition.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/make/ChangeLog.diff?r1=text&tr1=1.79&r2=text&tr2=1.80&diff_format=h">M</a></td><td width='1%'>1.80</td><td width='100%'>c/src/make/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/make/ChangeLog.diff?r1=text&tr1=1.63.2.1&r2=text&tr2=1.63.2.2&diff_format=h">M</a></td><td width='1%'>1.63.2.2</td><td width='100%'>c/src/make/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/make/ChangeLog.diff?r1=text&tr1=1.70.2.1&r2=text&tr2=1.70.2.2&diff_format=h">M</a></td><td width='1%'>1.70.2.2</td><td width='100%'>c/src/make/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/make/compilers/gcc-target-default.cfg.diff?r1=text&tr1=1.42&r2=text&tr2=1.43&diff_format=h">M</a></td><td width='1%'>1.43</td><td width='100%'>c/src/make/compilers/gcc-target-default.cfg</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/make/compilers/gcc-target-default.cfg.diff?r1=text&tr1=1.41&r2=text&tr2=1.41.2.1&diff_format=h">M</a></td><td width='1%'>1.41.2.1</td><td width='100%'>c/src/make/compilers/gcc-target-default.cfg</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/make/compilers/gcc-target-default.cfg.diff?r1=text&tr1=1.42&r2=text&tr2=1.42.2.1&diff_format=h">M</a></td><td width='1%'>1.42.2.1</td><td width='100%'>c/src/make/compilers/gcc-target-default.cfg</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/c/src/make/ChangeLog:1.79 rtems/c/src/make/ChangeLog:1.80
--- rtems/c/src/make/ChangeLog:1.79     Tue Mar  8 17:56:52 2011
+++ rtems/c/src/make/ChangeLog  Tue Mar  8 18:10:03 2011
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2011-03-08    Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+       PR 1760/misc
+       * compilers/gcc-target-default.cfg: Fix typo in CPP definition.
+
</font> 2011-03-08        Joel Sherrill <joel.sherrill@oarcorp.com>
 
        * Makefile.inc.in: Fix PROJECT_ROOT to match usage in templates and

<font color='#006600'>diff -u rtems/c/src/make/ChangeLog:1.63.2.1 rtems/c/src/make/ChangeLog:1.63.2.2
--- rtems/c/src/make/ChangeLog:1.63.2.1 Mon Sep 15 12:43:44 2008
+++ rtems/c/src/make/ChangeLog  Tue Mar  8 18:10:18 2011
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2011-03-08    Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+       PR 1760/misc
+       * compilers/gcc-target-default.cfg: Fix typo in CPP definition.
+
</font> 2008-09-15        Joel Sherrill <joel.sherrill@OARcorp.com>
 
        * leaf.cfg: LINK.c and LINK.cc include LDFLAGS so do not include it in

<font color='#006600'>diff -u rtems/c/src/make/ChangeLog:1.70.2.1 rtems/c/src/make/ChangeLog:1.70.2.2
--- rtems/c/src/make/ChangeLog:1.70.2.1 Wed Feb  2 09:17:40 2011
+++ rtems/c/src/make/ChangeLog  Tue Mar  8 18:10:08 2011
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2011-03-08    Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+       PR 1760/misc
+       * compilers/gcc-target-default.cfg: Fix typo in CPP definition.
+
</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/c/src/make/compilers/gcc-target-default.cfg:1.42 rtems/c/src/make/compilers/gcc-target-default.cfg:1.43
--- rtems/c/src/make/compilers/gcc-target-default.cfg:1.42      Thu Sep 18 12:34:06 2008
+++ rtems/c/src/make/compilers/gcc-target-default.cfg   Tue Mar  8 18:10:03 2011
</font><font color='#997700'>@@ -87,8 +87,8 @@
</font> # Client compiler and support tools
 #
 
<font color='#880000'>-# CPP command to write file to standard output
-CPP=$(CC) -E -w -Wp,-$$
</font><font color='#000088'>+# CPP command to write file to standard output with warnings suppressed
+CPP=$(CC) -E -w
</font> 
 # egrep regexp to ignore symbol table entries in ar archives.
 # Only used to make sure we skip them when coalescing libraries.

<font color='#006600'>diff -u rtems/c/src/make/compilers/gcc-target-default.cfg:1.41 rtems/c/src/make/compilers/gcc-target-default.cfg:1.41.2.1
--- rtems/c/src/make/compilers/gcc-target-default.cfg:1.41      Tue Sep  9 11:30:35 2008
+++ rtems/c/src/make/compilers/gcc-target-default.cfg   Tue Mar  8 18:10:18 2011
</font><font color='#997700'>@@ -87,8 +87,8 @@
</font> # Client compiler and support tools
 #
 
<font color='#880000'>-# CPP command to write file to standard output
-CPP=$(CC) -E -w -Wp,-$$
</font><font color='#000088'>+# CPP command to write file to standard output with warnings suppressed
+CPP=$(CC) -E -w
</font> 
 # egrep regexp to ignore symbol table entries in ar archives.
 # Only used to make sure we skip them when coalescing libraries.

<font color='#006600'>diff -u rtems/c/src/make/compilers/gcc-target-default.cfg:1.42 rtems/c/src/make/compilers/gcc-target-default.cfg:1.42.2.1
--- rtems/c/src/make/compilers/gcc-target-default.cfg:1.42      Thu Sep 18 12:34:06 2008
+++ rtems/c/src/make/compilers/gcc-target-default.cfg   Tue Mar  8 18:10:09 2011
</font><font color='#997700'>@@ -87,8 +87,8 @@
</font> # Client compiler and support tools
 #
 
<font color='#880000'>-# CPP command to write file to standard output
-CPP=$(CC) -E -w -Wp,-$$
</font><font color='#000088'>+# CPP command to write file to standard output with warnings suppressed
+CPP=$(CC) -E -w
</font> 
 # egrep regexp to ignore symbol table entries in ar archives.
 # Only used to make sure we skip them when coalescing libraries.
</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>