<!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-03)</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-03 Joel Sherrill <joel.sherrilL@OARcorp.com>

        * include/bsp.h: Add BSP_SMALL_MEMORY.
        * startup/linkcmds: Wildcard on .data so C++ links.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/m68k/mcf5225x/ChangeLog.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%'>c/src/lib/libbsp/m68k/mcf5225x/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/m68k/mcf5225x/include/bsp.h.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/m68k/mcf5225x/include/bsp.h</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/m68k/mcf5225x/startup/linkcmds.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/m68k/mcf5225x/startup/linkcmds</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/c/src/lib/libbsp/m68k/mcf5225x/ChangeLog:1.3 rtems/c/src/lib/libbsp/m68k/mcf5225x/ChangeLog:1.4
--- rtems/c/src/lib/libbsp/m68k/mcf5225x/ChangeLog:1.3  Sun Apr 25 20:29:05 2010
+++ rtems/c/src/lib/libbsp/m68k/mcf5225x/ChangeLog      Mon May  3 19:06:51 2010
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2010-05-03    Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+       * include/bsp.h: Add BSP_SMALL_MEMORY.
+       * startup/linkcmds: Wildcard on .data so C++ links.
+
</font> 2010-04-25        Joel Sherrill <joel.sherrilL@OARcorp.com>
 
        * console/console.c: Fix prototypes.

<font color='#006600'>diff -u rtems/c/src/lib/libbsp/m68k/mcf5225x/include/bsp.h:1.1 rtems/c/src/lib/libbsp/m68k/mcf5225x/include/bsp.h:1.2
--- rtems/c/src/lib/libbsp/m68k/mcf5225x/include/bsp.h:1.1      Mon Apr  5 12:06:57 2010
+++ rtems/c/src/lib/libbsp/m68k/mcf5225x/include/bsp.h  Mon May  3 19:06:51 2010
</font><font color='#997700'>@@ -21,6 +21,8 @@
</font> #include <rtems/iosupp.h>
 #include <rtems/bspIo.h>
 
<font color='#000088'>+#define BSP_SMALL_MEMORY 1
+
</font> /***************************************************************************/
 /**  Hardware data structure headers                                      **/
 #include <mcf5225x/mcf5225x.h>

<font color='#006600'>diff -u rtems/c/src/lib/libbsp/m68k/mcf5225x/startup/linkcmds:1.1 rtems/c/src/lib/libbsp/m68k/mcf5225x/startup/linkcmds:1.2
--- rtems/c/src/lib/libbsp/m68k/mcf5225x/startup/linkcmds:1.1   Mon Apr  5 12:06:57 2010
+++ rtems/c/src/lib/libbsp/m68k/mcf5225x/startup/linkcmds       Mon May  3 19:06:51 2010
</font><font color='#997700'>@@ -127,7 +127,7 @@
</font>     {
         PROVIDE( _data_dest_start = . );
         PROVIDE( _copy_start = .);
<font color='#880000'>-        *(.data)
</font><font color='#000088'>+        *(.data*)
</font>         *(.gnu.linkonce.d*)
         *(.gcc_except_table*)
         *(.jcr)
</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>