<!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-04-15)</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-04-15 Sebastian Huber <sebastian.huber@embedded-brains.de>

        PR 1780/cpukit
        * rtems/score/cpu.h: Lower alignment requirements for
        CPU_PARTITION_ALIGNMENT according to AAPCS.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/cpu/arm/ChangeLog.diff?r1=text&tr1=1.128&r2=text&tr2=1.129&diff_format=h">M</a></td><td width='1%'>1.129</td><td width='100%'>cpukit/score/cpu/arm/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/cpu/arm/rtems/score/cpu.h.diff?r1=text&tr1=1.47&r2=text&tr2=1.48&diff_format=h">M</a></td><td width='1%'>1.48</td><td width='100%'>cpukit/score/cpu/arm/rtems/score/cpu.h</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/score/cpu/arm/ChangeLog:1.128 rtems/cpukit/score/cpu/arm/ChangeLog:1.129
--- rtems/cpukit/score/cpu/arm/ChangeLog:1.128  Fri Feb 11 03:08:14 2011
+++ rtems/cpukit/score/cpu/arm/ChangeLog        Fri Apr 15 03:06:16 2011
</font><font color='#997700'>@@ -1,3 +1,9 @@
</font><font color='#000088'>+2011-04-15    Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+       PR 1780/cpukit
+       * rtems/score/cpu.h: Lower alignment requirements for
+       CPU_PARTITION_ALIGNMENT according to AAPCS.
+
</font> 2011-02-11        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * cpu.c, rtems/score/cpu.h:

<font color='#006600'>diff -u rtems/cpukit/score/cpu/arm/rtems/score/cpu.h:1.47 rtems/cpukit/score/cpu/arm/rtems/score/cpu.h:1.48
--- rtems/cpukit/score/cpu/arm/rtems/score/cpu.h:1.47   Fri Feb 11 03:08:14 2011
+++ rtems/cpukit/score/cpu/arm/rtems/score/cpu.h        Fri Apr 15 03:06:16 2011
</font><font color='#997700'>@@ -180,7 +180,8 @@
</font> 
 #define CPU_HEAP_ALIGNMENT CPU_ALIGNMENT
 
<font color='#880000'>-#define CPU_PARTITION_ALIGNMENT CPU_ALIGNMENT
</font><font color='#000088'>+/* AAPCS, section 4.3.1, Aggregates */
+#define CPU_PARTITION_ALIGNMENT 4
</font> 
 /* AAPCS, section 5.2.1.2, Stack constraints at a public interface */
 #define CPU_STACK_ALIGNMENT 8
</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>