change log for rtems (2011-02-01)
rtems-vc at rtems.org
rtems-vc at rtems.org
Tue Feb 1 23:10:18 UTC 2011
*joel*:
2011-02-01 Joel Sherrill <joel.sherrill at oarcorp.com>
* Makefile.am, preinstall.am, trap34/console-io.c: Install syscall.h as
bsp/syscall.h to avoid confusing autoconf.
M 1.128 c/src/lib/libbsp/sh/shsim/ChangeLog
M 1.44 c/src/lib/libbsp/sh/shsim/Makefile.am
M 1.10 c/src/lib/libbsp/sh/shsim/preinstall.am
M 1.8 c/src/lib/libbsp/sh/shsim/trap34/console-io.c
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
@@ -1,3 +1,8 @@
+2011-02-01 Joel Sherrill <joel.sherrill at oarcorp.com>
+
+ * Makefile.am, preinstall.am, trap34/console-io.c: Install syscall.h as
+ bsp/syscall.h to avoid confusing autoconf.
+
2010-04-07 Joel Sherrill <joel.sherrill at oarcorp.com>
* start/start.S: Verify boot_card() is passed a NULL.
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
@@ -7,11 +7,11 @@
include $(top_srcdir)/../../../../automake/compile.am
include_bspdir = $(includedir)/bsp
+include_bsp_HEADERS = include/syscall.h
dist_project_lib_DATA = bsp_specs
include_HEADERS = include/bsp.h
-include_HEADERS += include/syscall.h
include_HEADERS += ../../shared/include/tm27.h
nodist_include_HEADERS = include/bspopts.h
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
@@ -33,6 +33,10 @@
@: > $(PROJECT_INCLUDE)/bsp/$(dirstamp)
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/bsp/$(dirstamp)
+$(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
+
$(PROJECT_LIB)/bsp_specs: bsp_specs $(PROJECT_LIB)/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_LIB)/bsp_specs
PREINSTALL_FILES += $(PROJECT_LIB)/bsp_specs
@@ -41,10 +45,6 @@
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp.h
-$(PROJECT_INCLUDE)/syscall.h: include/syscall.h $(PROJECT_INCLUDE)/$(dirstamp)
- $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/syscall.h
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/syscall.h
-
$(PROJECT_INCLUDE)/tm27.h: ../../shared/include/tm27.h $(PROJECT_INCLUDE)/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/tm27.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/tm27.h
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
@@ -4,7 +4,7 @@
*
* Logic based on newlib-1.8.2/newlib/libc/sys/sh/syscalls.c
*
- * COPYRIGHT (c) 1989-2000.
+ * COPYRIGHT (c) 1989-2011.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -19,7 +19,7 @@
#include <stdlib.h>
#include <assert.h>
-#include <syscall.h>
+#include <bsp/syscall.h>
int errno;
--
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/20110201/eeeb04a8/attachment-0001.html>
More information about the vc
mailing list