<!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 (2010-08-06)</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>ralf</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2010-08-06 Ralf Corsépius <ralf.corsepius@rtems.org>

        PR 1652/GCC:
        * psxpipe01/init.c: Expand incomplete initializers triggering
        powerpc-gcc -msdata breakdown.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/psxtests/ChangeLog.diff?r1=text&tr1=1.302&r2=text&tr2=1.303&diff_format=h">M</a></td><td width='1%'>1.303</td><td width='100%'>testsuites/psxtests/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/psxtests/psxpipe01/init.c.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&diff_format=h">M</a></td><td width='1%'>1.2</td><td width='100%'>testsuites/psxtests/psxpipe01/init.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/testsuites/psxtests/ChangeLog:1.302 rtems/testsuites/psxtests/ChangeLog:1.303
--- rtems/testsuites/psxtests/ChangeLog:1.302   Mon Aug  2 13:19:35 2010
+++ rtems/testsuites/psxtests/ChangeLog Fri Aug  6 02:44:22 2010
</font><font color='#997700'>@@ -1,9 +1,16 @@
</font><font color='#000088'>+2010-08-06    Ralf Corsépius <ralf.corsepius@rtems.org>
+
+       PR 1652/GCC:
+       * psxpipe01/init.c: Expand incomplete initializers triggering
+       powerpc-gcc -msdata breakdown.
+
</font> 2010-07-30        Bharath Suri <bharath.s.jois@gmail.com>
 
        PR 1642/testing
        * psximfs02/init.c, psximfs02/psximfs02.scn,
        psximfs02/psximfs02.doc: Added test cases to exercise chmod(),
        chown() and routines in imfs_debug.c.
<font color='#000088'>+
</font> 2010-07-29        Bharath Suri <bharath.s.jois@gmail.com>
 
        PR 1642/testing

<font color='#006600'>diff -u rtems/testsuites/psxtests/psxpipe01/init.c:1.1 rtems/testsuites/psxtests/psxpipe01/init.c:1.2
--- rtems/testsuites/psxtests/psxpipe01/init.c:1.1      Fri Jul  9 17:07:11 2010
+++ rtems/testsuites/psxtests/psxpipe01/init.c  Fri Aug  6 02:44:23 2010
</font><font color='#997700'>@@ -25,8 +25,8 @@
</font>   rtems_task_argument not_used
 )
 {
<font color='#880000'>-  int fd[2] = {0};
-  int dummy_fd[2] = {0};
</font><font color='#000088'>+  int fd[2] = {0,0};
+  int dummy_fd[2] = {0,0};
</font>   int status = 0;
   void *alloc_ptr = (void *)0;
   Heap_Information_block Info;
</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>