<!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-12-09)</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>sh</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-12-09 Sebastian Huber <sebastian.huber@embedded-brains.de>

        * psxconfig01/init.c: Fix due to alignment issue.
</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.377&r2=text&tr2=1.378&diff_format=h">M</a></td><td width='1%'>1.378</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/psxconfig01/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/psxconfig01/init.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/testsuites/psxtests/ChangeLog:1.377 rtems/testsuites/psxtests/ChangeLog:1.378
--- rtems/testsuites/psxtests/ChangeLog:1.377   Fri Dec  9 10:27:11 2011
+++ rtems/testsuites/psxtests/ChangeLog Fri Dec  9 10:44:15 2011
</font><font color='#997700'>@@ -1,5 +1,9 @@
</font> 2011-12-09        Sebastian Huber <sebastian.huber@embedded-brains.de>
 
<font color='#000088'>+   * psxconfig01/init.c: Fix due to alignment issue.
+
+2011-12-09     Sebastian Huber <sebastian.huber@embedded-brains.de>
+
</font>   * psxconfig01/.cvsignore, psxconfig01/Makefile.am, psxconfig01/init.c,
        psxconfig01/psxconfig01.doc, psxconfig01/psxconfig01.scn: New files.
        * Makefile.am, configure.ac: Reflect changes above.

<font color='#006600'>diff -u rtems/testsuites/psxtests/psxconfig01/init.c:1.1 rtems/testsuites/psxtests/psxconfig01/init.c:1.2
--- rtems/testsuites/psxtests/psxconfig01/init.c:1.1    Fri Dec  9 10:27:11 2011
+++ rtems/testsuites/psxtests/psxconfig01/init.c        Fri Dec  9 10:44:15 2011
</font><font color='#997700'>@@ -97,7 +97,7 @@
</font> };
 
 typedef struct {
<font color='#880000'>-  uint32_t data [32];
</font><font color='#000088'>+  uint64_t data [16];
</font> } area;
 
 static area partition_areas [CONFIGURE_MAXIMUM_PARTITIONS];
</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>