<!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-05-10)</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>joel</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2010-05-10 Joel Sherrill <joel.sherrilL@OARcorp.com>

        * rtems/score/arm.h: Make it a warning not error that the FPU multilib
        is not supported yet.
</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.120&r2=text&tr2=1.121&diff_format=h">M</a></td><td width='1%'>1.121</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.18&r2=text&tr2=1.19&diff_format=h">M</a></td><td width='1%'>1.19</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.120 rtems/cpukit/score/cpu/arm/ChangeLog:1.121
--- rtems/cpukit/score/cpu/arm/ChangeLog:1.120  Thu Apr  8 05:13:45 2010
+++ rtems/cpukit/score/cpu/arm/ChangeLog        Mon May 10 15:29:13 2010
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2010-05-10    Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+       * rtems/score/arm.h: Make it a warning not error that the FPU multilib
+       is not supported yet.
+
</font> 2010-04-08        Sebastian Huber <sebastian.huber@embedded-brains.de>
 
        * arm_exc_abort.S, arm_exc_handler_high.c, arm_exc_handler_low.S,

<font color='#006600'>diff -u rtems/cpukit/score/cpu/arm/rtems/score/arm.h:1.18 rtems/cpukit/score/cpu/arm/rtems/score/arm.h:1.19
--- rtems/cpukit/score/cpu/arm/rtems/score/arm.h:1.18   Thu Apr  8 05:13:46 2010
+++ rtems/cpukit/score/cpu/arm/rtems/score/arm.h        Mon May 10 15:29:13 2010
</font><font color='#997700'>@@ -79,7 +79,7 @@
</font> #define ARM_HAS_FPU     0
 #else
 #define ARM_HAS_FPU    1
<font color='#880000'>-# error "FPU-support not yet implemented for the arm"
</font><font color='#000088'>+#warning "FPU-support not yet implemented for the arm"
</font> #endif
 
 
</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>