<!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-12-13)</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>ralf</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>

        * math/init.c, mathf/init.c, mathl/init.c: Move configuration section.
        * math/domath.c, mathf/domathf.c,  mathl/domathl.c: Regenerate.
        * math/domath.in: Generate domath* prototype.
</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.285&r2=text&tr2=1.286&diff_format=h">M</a></td><td width='1%'>1.286</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/domath.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&diff_format=h">M</a></td><td width='1%'>1.4</td><td width='100%'>testsuites/libtests/math/domath.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/libtests/math/domath.in.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&diff_format=h">M</a></td><td width='1%'>1.4</td><td width='100%'>testsuites/libtests/math/domath.in</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.6&r2=text&tr2=1.7&diff_format=h">M</a></td><td width='1%'>1.7</td><td width='100%'>testsuites/libtests/math/init.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/libtests/mathf/domathf.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>testsuites/libtests/mathf/domathf.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/libtests/mathf/init.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&diff_format=h">M</a></td><td width='1%'>1.4</td><td width='100%'>testsuites/libtests/mathf/init.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/libtests/mathl/domathl.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>testsuites/libtests/mathl/domathl.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/libtests/mathl/init.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&diff_format=h">M</a></td><td width='1%'>1.4</td><td width='100%'>testsuites/libtests/mathl/init.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/testsuites/libtests/ChangeLog:1.285 rtems/testsuites/libtests/ChangeLog:1.286
--- rtems/testsuites/libtests/ChangeLog:1.285   Tue Dec 13 04:49:25 2011
+++ rtems/testsuites/libtests/ChangeLog Tue Dec 13 06:11:10 2011
</font><font color='#997700'>@@ -1,9 +1,15 @@
</font> 2011-12-13        Ralf Corsépius <ralf.corsepius@rtems.org>
 
<font color='#000088'>+   * math/init.c, mathf/init.c, mathl/init.c: Move configuration section.
+       * math/domath.c, mathf/domathf.c,  mathl/domathl.c: Regenerate.
+       * math/domath.in: Generate domath* prototype.
+
+2011-12-13     Ralf Corsépius <ralf.corsepius@rtems.org>
+
</font>   * complex/init.c: Move configuration section.
        * complex/docomplex.c, complex/docomplexf.c, complex/docomplexl.c:
        Regenerate.
<font color='#880000'>-   * complex/docomplex.in: Generate prototype docomplex* prototype.
</font><font color='#000088'>+      * complex/docomplex.in: Generate docomplex* prototype.
</font> 
 2011-12-09     Ralf Corsépius <ralf.corsepius@rtems.org>
 

<font color='#006600'>diff -u rtems/testsuites/libtests/math/domath.c:1.3 rtems/testsuites/libtests/math/domath.c:1.4
--- rtems/testsuites/libtests/math/domath.c:1.3 Tue Feb 22 01:34:07 2011
+++ rtems/testsuites/libtests/math/domath.c     Tue Dec 13 06:11:10 2011
</font><font color='#997700'>@@ -1,5 +1,5 @@
</font> /*
<font color='#880000'>- * Copyright (c) 2010 by
</font><font color='#000088'>+ * Copyright (c) 2010, 2011 by
</font>  * Ralf Corsepius, Ulm/Germany. All rights reserved.
  *
  * Permission to use, copy, modify, and distribute this software
<font color='#997700'>@@ -25,6 +25,8 @@
</font> #define M_PI_4 0.78539816339744830962
 #endif
 
<font color='#000088'>+extern void domath  (void);
+
</font> void
 domath  (void)
 {

<font color='#006600'>diff -u rtems/testsuites/libtests/math/domath.in:1.3 rtems/testsuites/libtests/math/domath.in:1.4
--- rtems/testsuites/libtests/math/domath.in:1.3        Tue Feb 22 01:34:07 2011
+++ rtems/testsuites/libtests/math/domath.in    Tue Dec 13 06:11:10 2011
</font><font color='#997700'>@@ -1,5 +1,5 @@
</font> /*
<font color='#880000'>- * Copyright (c) 2010 by
</font><font color='#000088'>+ * Copyright (c) 2010, 2011 by
</font>  * Ralf Corsepius, Ulm/Germany. All rights reserved.
  *
  * Permission to use, copy, modify, and distribute this software
<font color='#997700'>@@ -25,6 +25,8 @@
</font> #define M_PI_4 0.78539816339744830962
 #endif
 
<font color='#000088'>+extern void domath@FSUFFIX@ (void);
+
</font> void
 domath@FSUFFIX@ (void)
 {

<font color='#006600'>diff -u rtems/testsuites/libtests/math/init.c:1.6 rtems/testsuites/libtests/math/init.c:1.7
--- rtems/testsuites/libtests/math/init.c:1.6   Tue Feb 22 01:34:07 2011
+++ rtems/testsuites/libtests/math/init.c       Tue Dec 13 06:11:10 2011
</font><font color='#997700'>@@ -34,6 +34,19 @@
</font> extern void domath(void);
 
 #if __rtems__
<font color='#000088'>+/* NOTICE: the clock driver is explicitly disabled */
+#define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER
+#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
+
+#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
+
+#define CONFIGURE_INIT
+#include <rtems/confdefs.h>
+
</font> rtems_task Init(
   rtems_task_argument ignored
 )
<font color='#997700'>@@ -49,17 +62,3 @@
</font>   exit( 0 );
 }
 
<font color='#880000'>-#if __rtems__
-/* NOTICE: the clock driver is explicitly disabled */
-#define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER
-#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
-
-#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
-
-#define CONFIGURE_INIT
-#include <rtems/confdefs.h>
-#endif
</font>
<font color='#006600'>diff -u rtems/testsuites/libtests/mathf/domathf.c:1.2 rtems/testsuites/libtests/mathf/domathf.c:1.3
--- rtems/testsuites/libtests/mathf/domathf.c:1.2       Tue Feb 22 01:34:07 2011
+++ rtems/testsuites/libtests/mathf/domathf.c   Tue Dec 13 06:11:10 2011
</font><font color='#997700'>@@ -1,5 +1,5 @@
</font> /*
<font color='#880000'>- * Copyright (c) 2010 by
</font><font color='#000088'>+ * Copyright (c) 2010, 2011 by
</font>  * Ralf Corsepius, Ulm/Germany. All rights reserved.
  *
  * Permission to use, copy, modify, and distribute this software
<font color='#997700'>@@ -25,6 +25,8 @@
</font> #define M_PI_4 0.78539816339744830962
 #endif
 
<font color='#000088'>+extern void domathf (void);
+
</font> void
 domathf (void)
 {

<font color='#006600'>diff -u rtems/testsuites/libtests/mathf/init.c:1.3 rtems/testsuites/libtests/mathf/init.c:1.4
--- rtems/testsuites/libtests/mathf/init.c:1.3  Tue Feb 22 01:34:07 2011
+++ rtems/testsuites/libtests/mathf/init.c      Tue Dec 13 06:11:10 2011
</font><font color='#997700'>@@ -34,6 +34,19 @@
</font> extern void domathf(void);
 
 #if __rtems__
<font color='#000088'>+/* NOTICE: the clock driver is explicitly disabled */
+#define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER
+#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
+
+#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
+
+#define CONFIGURE_INIT
+#include <rtems/confdefs.h>
+
</font> rtems_task Init(
   rtems_task_argument ignored
 )
<font color='#997700'>@@ -49,17 +62,3 @@
</font>   exit( 0 );
 }
 
<font color='#880000'>-#if __rtems__
-/* NOTICE: the clock driver is explicitly disabled */
-#define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER
-#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
-
-#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
-
-#define CONFIGURE_INIT
-#include <rtems/confdefs.h>
-#endif
</font>
<font color='#006600'>diff -u rtems/testsuites/libtests/mathl/domathl.c:1.2 rtems/testsuites/libtests/mathl/domathl.c:1.3
--- rtems/testsuites/libtests/mathl/domathl.c:1.2       Tue Feb 22 01:34:07 2011
+++ rtems/testsuites/libtests/mathl/domathl.c   Tue Dec 13 06:11:10 2011
</font><font color='#997700'>@@ -1,5 +1,5 @@
</font> /*
<font color='#880000'>- * Copyright (c) 2010 by
</font><font color='#000088'>+ * Copyright (c) 2010, 2011 by
</font>  * Ralf Corsepius, Ulm/Germany. All rights reserved.
  *
  * Permission to use, copy, modify, and distribute this software
<font color='#997700'>@@ -25,6 +25,8 @@
</font> #define M_PI_4 0.78539816339744830962
 #endif
 
<font color='#000088'>+extern void domathl (void);
+
</font> void
 domathl (void)
 {

<font color='#006600'>diff -u rtems/testsuites/libtests/mathl/init.c:1.3 rtems/testsuites/libtests/mathl/init.c:1.4
--- rtems/testsuites/libtests/mathl/init.c:1.3  Tue Feb 22 01:34:07 2011
+++ rtems/testsuites/libtests/mathl/init.c      Tue Dec 13 06:11:10 2011
</font><font color='#997700'>@@ -34,6 +34,19 @@
</font> extern void domathl(void);
 
 #if __rtems__
<font color='#000088'>+/* NOTICE: the clock driver is explicitly disabled */
+#define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER
+#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
+
+#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
+
+#define CONFIGURE_INIT
+#include <rtems/confdefs.h>
+
</font> rtems_task Init(
   rtems_task_argument ignored
 )
<font color='#997700'>@@ -48,18 +61,3 @@
</font>   fprintf( stdout, "*** END OF LONG DOUBLE MATH TEST ***\n" );
   exit( 0 );
 }
<font color='#880000'>-
-#if __rtems__
-/* NOTICE: the clock driver is explicitly disabled */
-#define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER
-#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
-
-#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
-
-#define CONFIGURE_INIT
-#include <rtems/confdefs.h>
-#endif
</font></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>ralf</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>

        * make/custom/qoriq.inc: Remove -W* flags.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/powerpc/qoriq/ChangeLog.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&diff_format=h">M</a></td><td width='1%'>1.5</td><td width='100%'>c/src/lib/libbsp/powerpc/qoriq/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/powerpc/qoriq/make/custom/qoriq.inc.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%'>c/src/lib/libbsp/powerpc/qoriq/make/custom/qoriq.inc</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/c/src/lib/libbsp/powerpc/qoriq/ChangeLog:1.4 rtems/c/src/lib/libbsp/powerpc/qoriq/ChangeLog:1.5
--- rtems/c/src/lib/libbsp/powerpc/qoriq/ChangeLog:1.4  Thu Oct 20 02:30:24 2011
+++ rtems/c/src/lib/libbsp/powerpc/qoriq/ChangeLog      Tue Dec 13 06:17:54 2011
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2011-12-13    Ralf Corsépius <ralf.corsepius@rtems.org>
+
+       * make/custom/qoriq.inc: Remove -W* flags.
+
</font> 2011-10-20        Sebastian Huber <sebastian.huber@embedded-brains.de>
 
        PR 1926/bsps

<font color='#006600'>diff -u rtems/c/src/lib/libbsp/powerpc/qoriq/make/custom/qoriq.inc:1.1 rtems/c/src/lib/libbsp/powerpc/qoriq/make/custom/qoriq.inc:1.2
--- rtems/c/src/lib/libbsp/powerpc/qoriq/make/custom/qoriq.inc:1.1      Thu Jul 21 10:18:01 2011
+++ rtems/c/src/lib/libbsp/powerpc/qoriq/make/custom/qoriq.inc  Tue Dec 13 06:17:54 2011
</font><font color='#997700'>@@ -11,7 +11,6 @@
</font> RTEMS_CPU_MODEL = qoriq
 
 CPU_CFLAGS = -mcpu=8540 -meabi -msdata -fno-common -mfloat-gprs=double -mstrict-align \
<font color='#880000'>-   -D__ppc_generic \
-       -Wextra -Wno-unused -Wpointer-arith -Wcast-qual -Wconversion -Wmissing-prototypes
</font><font color='#000088'>+      -D__ppc_generic
</font> 
 CFLAGS_OPTIMIZE_V = -Os -g
</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>