<!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-12-16)</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-12-16 Joel Sherrill <joel.sherrill@oarcorp.com>

        * math/Makefile.am, math/init.c: Init task has to be floating point and
        there is no point in using optional manager stubs since libio needs
        semaphores.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/libtests/ChangeLog.diff?r1=text&tr1=1.242&r2=text&tr2=1.243&diff_format=h">M</a></td><td width='1%'>1.243</td><td width='100%'>testsuites/libtests/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/libtests/math/Makefile.am.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&diff_format=h">M</a></td><td width='1%'>1.2</td><td width='100%'>testsuites/libtests/math/Makefile.am</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/libtests/math/init.c.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&diff_format=h">M</a></td><td width='1%'>1.2</td><td width='100%'>testsuites/libtests/math/init.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/testsuites/libtests/ChangeLog:1.242 rtems/testsuites/libtests/ChangeLog:1.243
--- rtems/testsuites/libtests/ChangeLog:1.242   Tue Nov 30 23:43:07 2010
+++ rtems/testsuites/libtests/ChangeLog Thu Dec 16 15:33:30 2010
</font><font color='#997700'>@@ -1,3 +1,9 @@
</font><font color='#000088'>+2010-12-16    Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       * math/Makefile.am, math/init.c: Init task has to be floating point and
+       there is no point in using optional manager stubs since libio needs
+       semaphores.
+
</font> 2010-12-01        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * configure.ac: Check for complex.h.

<font color='#006600'>diff -u rtems/testsuites/libtests/math/Makefile.am:1.1 rtems/testsuites/libtests/math/Makefile.am:1.2
--- rtems/testsuites/libtests/math/Makefile.am:1.1      Tue Nov 30 07:48:35 2010
+++ rtems/testsuites/libtests/math/Makefile.am  Thu Dec 16 15:33:30 2010
</font><font color='#997700'>@@ -34,7 +34,7 @@
</font> include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
<font color='#880000'>-math_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel) -lm
</font><font color='#000088'>+math_LDADD = -lm
</font> 
 LINK_OBJS = $(math_OBJECTS) $(math_LDADD)
 LINK_LIBS = $(math_LDLIBS)

<font color='#006600'>diff -u rtems/testsuites/libtests/math/init.c:1.1 rtems/testsuites/libtests/math/init.c:1.2
--- rtems/testsuites/libtests/math/init.c:1.1   Tue Nov 30 07:48:35 2010
+++ rtems/testsuites/libtests/math/init.c       Thu Dec 16 15:33:31 2010
</font><font color='#997700'>@@ -54,7 +54,9 @@
</font> #define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER
 #define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
 
<font color='#880000'>-#define CONFIGURE_MAXIMUM_TASKS            1
</font><font color='#000088'>+#define CONFIGURE_MAXIMUM_TASKS           1
+#define CONFIGURE_INIT_TASK_ATTRIBUTES    RTEMS_FLOATING_POINT
+
</font> #define CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM
 
 #define CONFIGURE_RTEMS_INIT_TASKS_TABLE
</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>