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

        * rtems/score/cpu.h: Set alignment requirements 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.125&r2=text&tr2=1.126&diff_format=h">M</a></td><td width='1%'>1.126</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.45&r2=text&tr2=1.46&diff_format=h">M</a></td><td width='1%'>1.46</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.125 rtems/cpukit/score/cpu/arm/ChangeLog:1.126
--- rtems/cpukit/score/cpu/arm/ChangeLog:1.125  Thu Jul 29 12:51:30 2010
+++ rtems/cpukit/score/cpu/arm/ChangeLog        Mon Nov 22 07:06:46 2010
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2010-11-22    Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+       * rtems/score/cpu.h: Set alignment requirements according to AAPCS.
+
</font> 2010-07-29        Gedare Bloom <giddyup44@yahoo.com>
 
        PR 1635/cpukit

<font color='#006600'>diff -u rtems/cpukit/score/cpu/arm/rtems/score/cpu.h:1.45 rtems/cpukit/score/cpu/arm/rtems/score/cpu.h:1.46
--- rtems/cpukit/score/cpu/arm/rtems/score/cpu.h:1.45   Fri Jul 16 03:35:32 2010
+++ rtems/cpukit/score/cpu/arm/rtems/score/cpu.h        Mon Nov 22 07:06:46 2010
</font><font color='#997700'>@@ -12,7 +12,7 @@
</font>  *  This include file contains information pertaining to the ARM
  *  processor.
  *
<font color='#880000'>- *  Copyright (c) 2009 embedded brains GmbH.
</font><font color='#000088'>+ *  Copyright (c) 2009-2010 embedded brains GmbH.
</font>  *
  *  Copyright (c) 2007 Ray Xu <Rayx.cn@gmail.com>
  *
<font color='#997700'>@@ -175,13 +175,15 @@
</font> 
 #define CPU_STACK_MINIMUM_SIZE (1024 * 4)
 
<font color='#880000'>-#define CPU_ALIGNMENT 4
</font><font color='#000088'>+/* AAPCS, section 4.1, Fundamental Data Types */
+#define CPU_ALIGNMENT 8
</font> 
 #define CPU_HEAP_ALIGNMENT CPU_ALIGNMENT
 
 #define CPU_PARTITION_ALIGNMENT CPU_ALIGNMENT
 
<font color='#880000'>-#define CPU_STACK_ALIGNMENT 4
</font><font color='#000088'>+/* AAPCS, section 5.2.1.2, Stack constraints at a public interface */
+#define CPU_STACK_ALIGNMENT 8
</font> 
 /*
  * Bitfield handler macros.
</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>