change log for rtems (2010-08-06)
rtems-vc at rtems.org
rtems-vc at rtems.org
Fri Aug 6 08:10:45 UTC 2010
*ralf*:
2010-08-06 Ralf Corsépius <ralf.corsepius at rtems.org>
PR 1652/GCC:
* psxpipe01/init.c: Expand incomplete initializers triggering
powerpc-gcc -msdata breakdown.
M 1.303 testsuites/psxtests/ChangeLog
M 1.2 testsuites/psxtests/psxpipe01/init.c
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
@@ -1,9 +1,16 @@
+2010-08-06 Ralf Corsépius <ralf.corsepius at rtems.org>
+
+ PR 1652/GCC:
+ * psxpipe01/init.c: Expand incomplete initializers triggering
+ powerpc-gcc -msdata breakdown.
+
2010-07-30 Bharath Suri <bharath.s.jois at 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.
+
2010-07-29 Bharath Suri <bharath.s.jois at gmail.com>
PR 1642/testing
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
@@ -25,8 +25,8 @@
rtems_task_argument not_used
)
{
- int fd[2] = {0};
- int dummy_fd[2] = {0};
+ int fd[2] = {0,0};
+ int dummy_fd[2] = {0,0};
int status = 0;
void *alloc_ptr = (void *)0;
Heap_Information_block Info;
--
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/20100806/5b3b2874/attachment.html>
More information about the vc
mailing list