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

        PR 1538/libcpu
        * Makefile.am: Use shared stub implementation of cache.c (no_cache.c).
        * shared/cache/cache.c: Removed.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libcpu/nios2/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/libcpu/nios2/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libcpu/nios2/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%'>c/src/lib/libcpu/nios2/Makefile.am</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libcpu/nios2/shared/cache/cache.c?rev=1.1&content-type=text/vnd.viewcvs-markup">R</a></td><td width='1%'><font color="#880000">1.1</font></td><td width='100%'><font color="#880000">c/src/lib/libcpu/nios2/shared/cache/cache.c</font></td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/c/src/lib/libcpu/nios2/ChangeLog:1.4 rtems/c/src/lib/libcpu/nios2/ChangeLog:1.5
--- rtems/c/src/lib/libcpu/nios2/ChangeLog:1.4  Tue Dec 12 08:48:05 2006
+++ rtems/c/src/lib/libcpu/nios2/ChangeLog      Sat May 29 18:27:32 2010
</font><font color='#997700'>@@ -1,3 +1,9 @@
</font><font color='#000088'>+2010-05-29    Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       PR 1538/libcpu
+       * Makefile.am: Use shared stub implementation of cache.c (no_cache.c).
+       * shared/cache/cache.c: Removed.
+
</font> 2006-12-12        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * configure.ac: Add RTEMS_AMPOLISH3.

<font color='#006600'>diff -u rtems/c/src/lib/libcpu/nios2/Makefile.am:1.1 rtems/c/src/lib/libcpu/nios2/Makefile.am:1.2
--- rtems/c/src/lib/libcpu/nios2/Makefile.am:1.1        Wed Aug  9 16:01:16 2006
+++ rtems/c/src/lib/libcpu/nios2/Makefile.am    Sat May 29 18:27:32 2010
</font><font color='#997700'>@@ -16,7 +16,7 @@
</font> ## shared/cache
 include_libcpu_HEADERS = ../shared/include/cache.h
 noinst_PROGRAMS += shared/cache.rel
<font color='#880000'>-shared_cache_rel_SOURCES = shared/cache/cache.c shared/cache/cache_.h \
</font><font color='#000088'>+shared_cache_rel_SOURCES = ../shared/cache/no_cache.c shared/cache/cache_.h \
</font>     ../shared/src/cache_aligned_malloc.c \
     ../shared/src/cache_manager.c
 shared_cache_rel_CPPFLAGS = $(AM_CPPFLAGS) -I$(srcdir)/shared/cache
</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>joel</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2010-05-29 Joel Sherrill <joel.sherrill@oarcorp.com>

        PR 1537/libcpu
        * shared/cache/cache.c: Removed.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libcpu/lm32/ChangeLog.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%'>c/src/lib/libcpu/lm32/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libcpu/lm32/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%'>c/src/lib/libcpu/lm32/Makefile.am</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libcpu/lm32/shared/cache/cache.c?rev=1.1&content-type=text/vnd.viewcvs-markup">R</a></td><td width='1%'><font color="#880000">1.1</font></td><td width='100%'><font color="#880000">c/src/lib/libcpu/lm32/shared/cache/cache.c</font></td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/c/src/lib/libcpu/lm32/ChangeLog:1.2 rtems/c/src/lib/libcpu/lm32/ChangeLog:1.3
--- rtems/c/src/lib/libcpu/lm32/ChangeLog:1.2   Fri Dec  5 13:15:19 2008
+++ rtems/c/src/lib/libcpu/lm32/ChangeLog       Sat May 29 18:28:46 2010
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2010-05-29    Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       PR 1537/libcpu
+       * shared/cache/cache.c: Removed.
+
</font> 2008-12-05        Joel Sherrill <joel.sherrill@oarcorp.com>
 
        * .cvsignore: New file.

<font color='#006600'>diff -u rtems/c/src/lib/libcpu/lm32/Makefile.am:1.1 rtems/c/src/lib/libcpu/lm32/Makefile.am:1.2
--- rtems/c/src/lib/libcpu/lm32/Makefile.am:1.1 Thu Dec  4 16:55:42 2008
+++ rtems/c/src/lib/libcpu/lm32/Makefile.am     Sat May 29 18:28:46 2010
</font><font color='#997700'>@@ -16,7 +16,7 @@
</font> ## shared/cache
 include_libcpu_HEADERS = ../shared/include/cache.h
 noinst_PROGRAMS += shared/cache.rel
<font color='#880000'>-shared_cache_rel_SOURCES = shared/cache/cache.c shared/cache/cache_.h \
</font><font color='#000088'>+shared_cache_rel_SOURCES = ../shared/cache/no_cache.c shared/cache/cache_.h \
</font>     ../shared/src/cache_aligned_malloc.c \
     ../shared/src/cache_manager.c
 shared_cache_rel_CPPFLAGS = $(AM_CPPFLAGS) -I$(srcdir)/shared/cache
</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>