<!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-11-07)</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-11-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
PR 1949/cpukit
PR 1950/cpukit
* rtems/score/arm.h: Select ARMv4 multilib implementation for
__ARM_ARCH_6J__.
</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.134&r2=text&tr2=1.135&diff_format=h">M</a></td><td width='1%'>1.135</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/arm.h.diff?r1=text&tr1=1.21&r2=text&tr2=1.22&diff_format=h">M</a></td><td width='1%'>1.22</td><td width='100%'>cpukit/score/cpu/arm/rtems/score/arm.h</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/score/cpu/arm/ChangeLog:1.134 rtems/cpukit/score/cpu/arm/ChangeLog:1.135
--- rtems/cpukit/score/cpu/arm/ChangeLog:1.134 Tue Sep 27 04:14:46 2011
+++ rtems/cpukit/score/cpu/arm/ChangeLog Mon Nov 7 01:48:11 2011
</font><font color='#997700'>@@ -1,3 +1,10 @@
</font><font color='#000088'>+2011-11-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+ PR 1949/cpukit
+ PR 1950/cpukit
+ * rtems/score/arm.h: Select ARMv4 multilib implementation for
+ __ARM_ARCH_6J__.
+
</font> 2011-09-27 Sebastian Huber <sebastian.huber@embedded-brains.de>
PR 1914/cpukit
<font color='#006600'>diff -u rtems/cpukit/score/cpu/arm/rtems/score/arm.h:1.21 rtems/cpukit/score/cpu/arm/rtems/score/arm.h:1.22
--- rtems/cpukit/score/cpu/arm/rtems/score/arm.h:1.21 Sat Sep 24 07:56:51 2011
+++ rtems/cpukit/score/cpu/arm/rtems/score/arm.h Mon Nov 7 01:48:11 2011
</font><font color='#997700'>@@ -72,6 +72,7 @@
</font>
#elif defined(__ARM_ARCH_6J__)
# define CPU_MODEL_NAME "ARMv6J"
<font color='#000088'>+# define ARM_MULTILIB_ARCH_V4
</font>
#elif defined(__ARM_ARCH_6M__)
# define CPU_MODEL_NAME "ARMv6M"
</pre>
<p> </p>
<a name='cs2'></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-11-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
* rtems/score/cpu.h: Removed unused register_pc from Context_Control.
</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.135&r2=text&tr2=1.136&diff_format=h">M</a></td><td width='1%'>1.136</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.50&r2=text&tr2=1.51&diff_format=h">M</a></td><td width='1%'>1.51</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.135 rtems/cpukit/score/cpu/arm/ChangeLog:1.136
--- rtems/cpukit/score/cpu/arm/ChangeLog:1.135 Mon Nov 7 01:48:11 2011
+++ rtems/cpukit/score/cpu/arm/ChangeLog Mon Nov 7 01:58:16 2011
</font><font color='#997700'>@@ -1,5 +1,9 @@
</font> 2011-11-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
<font color='#000088'>+ * rtems/score/cpu.h: Removed unused register_pc from Context_Control.
+
+2011-11-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
+
</font> PR 1949/cpukit
PR 1950/cpukit
* rtems/score/arm.h: Select ARMv4 multilib implementation for
<font color='#006600'>diff -u rtems/cpukit/score/cpu/arm/rtems/score/cpu.h:1.50 rtems/cpukit/score/cpu/arm/rtems/score/cpu.h:1.51
--- rtems/cpukit/score/cpu/arm/rtems/score/cpu.h:1.50 Tue Sep 27 04:14:03 2011
+++ rtems/cpukit/score/cpu/arm/rtems/score/cpu.h Mon Nov 7 01:58:17 2011
</font><font color='#997700'>@@ -234,7 +234,6 @@
</font> uint32_t register_fp;
uint32_t register_sp;
uint32_t register_lr;
<font color='#880000'>- uint32_t register_pc;
</font> #elif defined(ARM_MULTILIB_ARCH_V7M)
uint32_t register_r4;
uint32_t register_r5;
</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>