change log for rtems (2010-12-16)

rtems-vc at rtems.org rtems-vc at rtems.org
Thu Dec 16 22:10:52 UTC 2010


 *joel*:
2010-12-16	Joel Sherrill <joel.sherrill at 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.

M  1.243  testsuites/libtests/ChangeLog
M    1.2  testsuites/libtests/math/Makefile.am
M    1.2  testsuites/libtests/math/init.c

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
@@ -1,3 +1,9 @@
+2010-12-16	Joel Sherrill <joel.sherrill at 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.
+
 2010-12-01	Ralf Corsépius <ralf.corsepius at rtems.org>
 
 	* configure.ac: Check for complex.h.

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
@@ -34,7 +34,7 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-math_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel) -lm
+math_LDADD = -lm
 
 LINK_OBJS = $(math_OBJECTS) $(math_LDADD)
 LINK_LIBS = $(math_LDLIBS)

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
@@ -54,7 +54,9 @@
 #define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER
 #define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
 
-#define CONFIGURE_MAXIMUM_TASKS            1
+#define CONFIGURE_MAXIMUM_TASKS           1
+#define CONFIGURE_INIT_TASK_ATTRIBUTES    RTEMS_FLOATING_POINT
+
 #define CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM
 
 #define CONFIGURE_RTEMS_INIT_TASKS_TABLE



--

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/20101216/a08169c1/attachment.html>


More information about the vc mailing list