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

        * Makefile.am, preinstall.am, trap34/console-io.c: Install syscall.h as
        bsp/syscall.h to avoid confusing autoconf.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/sh/shsim/ChangeLog.diff?r1=text&tr1=1.127&r2=text&tr2=1.128&diff_format=h">M</a></td><td width='1%'>1.128</td><td width='100%'>c/src/lib/libbsp/sh/shsim/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/sh/shsim/Makefile.am.diff?r1=text&tr1=1.43&r2=text&tr2=1.44&diff_format=h">M</a></td><td width='1%'>1.44</td><td width='100%'>c/src/lib/libbsp/sh/shsim/Makefile.am</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/sh/shsim/preinstall.am.diff?r1=text&tr1=1.9&r2=text&tr2=1.10&diff_format=h">M</a></td><td width='1%'>1.10</td><td width='100%'>c/src/lib/libbsp/sh/shsim/preinstall.am</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/sh/shsim/trap34/console-io.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.8&diff_format=h">M</a></td><td width='1%'>1.8</td><td width='100%'>c/src/lib/libbsp/sh/shsim/trap34/console-io.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/c/src/lib/libbsp/sh/shsim/ChangeLog:1.127 rtems/c/src/lib/libbsp/sh/shsim/ChangeLog:1.128
--- rtems/c/src/lib/libbsp/sh/shsim/ChangeLog:1.127     Wed Apr  7 16:50:11 2010
+++ rtems/c/src/lib/libbsp/sh/shsim/ChangeLog   Tue Feb  1 16:46:43 2011
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2011-02-01    Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       * Makefile.am, preinstall.am, trap34/console-io.c: Install syscall.h as
+       bsp/syscall.h to avoid confusing autoconf.
+
</font> 2010-04-07        Joel Sherrill <joel.sherrill@oarcorp.com>
 
        * start/start.S: Verify boot_card() is passed a NULL.

<font color='#006600'>diff -u rtems/c/src/lib/libbsp/sh/shsim/Makefile.am:1.43 rtems/c/src/lib/libbsp/sh/shsim/Makefile.am:1.44
--- rtems/c/src/lib/libbsp/sh/shsim/Makefile.am:1.43    Thu Oct  2 16:38:04 2008
+++ rtems/c/src/lib/libbsp/sh/shsim/Makefile.am Tue Feb  1 16:46:44 2011
</font><font color='#997700'>@@ -7,11 +7,11 @@
</font> include $(top_srcdir)/../../../../automake/compile.am
 
 include_bspdir = $(includedir)/bsp
<font color='#000088'>+include_bsp_HEADERS = include/syscall.h
</font> 
 dist_project_lib_DATA = bsp_specs
 
 include_HEADERS = include/bsp.h
<font color='#880000'>-include_HEADERS += include/syscall.h
</font> include_HEADERS += ../../shared/include/tm27.h
 
 nodist_include_HEADERS = include/bspopts.h

<font color='#006600'>diff -u rtems/c/src/lib/libbsp/sh/shsim/preinstall.am:1.9 rtems/c/src/lib/libbsp/sh/shsim/preinstall.am:1.10
--- rtems/c/src/lib/libbsp/sh/shsim/preinstall.am:1.9   Thu Oct  2 16:38:04 2008
+++ rtems/c/src/lib/libbsp/sh/shsim/preinstall.am       Tue Feb  1 16:46:44 2011
</font><font color='#997700'>@@ -33,6 +33,10 @@
</font>   @: > $(PROJECT_INCLUDE)/bsp/$(dirstamp)
 PREINSTALL_DIRS += $(PROJECT_INCLUDE)/bsp/$(dirstamp)
 
<font color='#000088'>+$(PROJECT_INCLUDE)/bsp/syscall.h: include/syscall.h $(PROJECT_INCLUDE)/bsp/$(dirstamp)
+       $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/syscall.h
+PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/syscall.h
+
</font> $(PROJECT_LIB)/bsp_specs: bsp_specs $(PROJECT_LIB)/$(dirstamp)
        $(INSTALL_DATA) $< $(PROJECT_LIB)/bsp_specs
 PREINSTALL_FILES += $(PROJECT_LIB)/bsp_specs
<font color='#997700'>@@ -41,10 +45,6 @@
</font>   $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp.h
 PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp.h
 
<font color='#880000'>-$(PROJECT_INCLUDE)/syscall.h: include/syscall.h $(PROJECT_INCLUDE)/$(dirstamp)
-       $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/syscall.h
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/syscall.h
-
</font> $(PROJECT_INCLUDE)/tm27.h: ../../shared/include/tm27.h $(PROJECT_INCLUDE)/$(dirstamp)
        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/tm27.h
 PREINSTALL_FILES += $(PROJECT_INCLUDE)/tm27.h

<font color='#006600'>diff -u rtems/c/src/lib/libbsp/sh/shsim/trap34/console-io.c:1.7 rtems/c/src/lib/libbsp/sh/shsim/trap34/console-io.c:1.8
--- rtems/c/src/lib/libbsp/sh/shsim/trap34/console-io.c:1.7     Tue Sep 30 11:12:37 2008
+++ rtems/c/src/lib/libbsp/sh/shsim/trap34/console-io.c Tue Feb  1 16:46:44 2011
</font><font color='#997700'>@@ -4,7 +4,7 @@
</font>  *
  *  Logic based on newlib-1.8.2/newlib/libc/sys/sh/syscalls.c
  *
<font color='#880000'>- *  COPYRIGHT (c) 1989-2000.
</font><font color='#000088'>+ *  COPYRIGHT (c) 1989-2011.
</font>  *  On-Line Applications Research Corporation (OAR).
  *
  *  The license and distribution terms for this file may be
<font color='#997700'>@@ -19,7 +19,7 @@
</font> #include <stdlib.h>
 #include <assert.h>
 
<font color='#880000'>-#include <syscall.h>
</font><font color='#000088'>+#include <bsp/syscall.h>
</font> 
 int errno;
 
</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>