change log for rtems (2011-04-15)

rtems-vc at rtems.org rtems-vc at rtems.org
Fri Apr 15 08:10:12 UTC 2011


 *sh*:
2011-04-15	Sebastian Huber <sebastian.huber at embedded-brains.de>

	PR 1780/cpukit
	* rtems/score/cpu.h: Lower alignment requirements for
	CPU_PARTITION_ALIGNMENT according to AAPCS.

M  1.129  cpukit/score/cpu/arm/ChangeLog
M   1.48  cpukit/score/cpu/arm/rtems/score/cpu.h

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
@@ -1,3 +1,9 @@
+2011-04-15	Sebastian Huber <sebastian.huber at embedded-brains.de>
+
+	PR 1780/cpukit
+	* rtems/score/cpu.h: Lower alignment requirements for
+	CPU_PARTITION_ALIGNMENT according to AAPCS.
+
 2011-02-11	Ralf Corsépius <ralf.corsepius at rtems.org>
 
 	* cpu.c, rtems/score/cpu.h:

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
@@ -180,7 +180,8 @@
 
 #define CPU_HEAP_ALIGNMENT CPU_ALIGNMENT
 
-#define CPU_PARTITION_ALIGNMENT CPU_ALIGNMENT
+/* AAPCS, section 4.3.1, Aggregates */
+#define CPU_PARTITION_ALIGNMENT 4
 
 /* AAPCS, section 5.2.1.2, Stack constraints at a public interface */
 #define CPU_STACK_ALIGNMENT 8



--

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/20110415/7ff4d941/attachment.html>


More information about the vc mailing list