change log for rtems (2010-06-07)
rtems-vc at rtems.org
rtems-vc at rtems.org
Mon Jun 7 20:10:46 UTC 2010
*jennifer*:
2010-06-07 Bharath Suri <bharath.s.jois at gmail.com>
PR PR1542
* spfifo01/Makefile.am: New file.
A 1.1 testsuites/sptests/spfifo01/Makefile.am
diff -u /dev/null rtems/testsuites/sptests/spfifo01/Makefile.am:1.1
--- /dev/null Mon Jun 7 15:10:45 2010
+++ rtems/testsuites/sptests/spfifo01/Makefile.am Mon Jun 7 14:41:36 2010
@@ -0,0 +1,27 @@
+##
+## $Id$
+##
+
+MANAGERS = all
+
+rtems_tests_PROGRAMS = spfifo01
+spfifo01_SOURCES = main.c test.c
+
+dist_rtems_tests_DATA = spfifo01.scn
+dist_rtems_tests_DATA += spfifo01.doc
+
+include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP at .cfg
+include $(top_srcdir)/../automake/compile.am
+include $(top_srcdir)/../automake/leaf.am
+
+
+AM_CPPFLAGS += -I$(top_srcdir)/../support/include
+
+LINK_OBJS = $(spfifo01_OBJECTS) $(spfifo01_LDADD)
+LINK_LIBS = $(spfifo01_LDLIBS)
+
+spfifo01$(EXEEXT): $(spfifo01_OBJECTS) $(spfifo01_DEPENDENCIES)
+ @rm -f spfifo01$(EXEEXT)
+ $(make-exe)
+
+include $(top_srcdir)/../automake/local.am
*ralf*:
2010-06-07 Ralf Corsépius <ralf.corsepius at rtems.org>
* aclocal/version.m4: Bump RTEMS_API to 4.11.
Bump _RTEMS_VERSION to 4.10.99.0.
M 1.379 ChangeLog
M 1.29 aclocal/version.m4
M 1.520 c/src/ChangeLog
M 1.15 c/src/aclocal/version.m4
M 1.2351 cpukit/ChangeLog
M 1.26 cpukit/aclocal/version.m4
M 1.165 testsuites/ChangeLog
M 1.15 testsuites/aclocal/version.m4
diff -u rtems/ChangeLog:1.378 rtems/ChangeLog:1.379
--- rtems/ChangeLog:1.378 Tue May 11 10:05:01 2010
+++ rtems/ChangeLog Mon Jun 7 14:33:53 2010
@@ -1,3 +1,8 @@
+2010-06-07 Ralf Corsépius <ralf.corsepius at rtems.org>
+
+ * aclocal/version.m4: Bump RTEMS_API to 4.11.
+ Bump _RTEMS_VERSION to 4.10.99.0.
+
2010-05-11 Ralf Corsépius <ralf.corsepius at rtems.org>
* aclocal/bsp-alias.m4: Change quoting to work-round
diff -u rtems/aclocal/version.m4:1.28 rtems/aclocal/version.m4:1.29
--- rtems/aclocal/version.m4:1.28 Mon Sep 22 09:12:38 2008
+++ rtems/aclocal/version.m4 Mon Jun 7 14:33:53 2010
@@ -1,4 +1,4 @@
AC_DEFUN([RTEMS_VERSIONING],
-m4_define([_RTEMS_VERSION],[4.9.99.0]))
+m4_define([_RTEMS_VERSION],[4.10.99.0]))
-m4_define([RTEMS_API],[4.10])
+m4_define([RTEMS_API],[4.11])
diff -u rtems/c/src/ChangeLog:1.519 rtems/c/src/ChangeLog:1.520
--- rtems/c/src/ChangeLog:1.519 Thu Jun 3 16:00:23 2010
+++ rtems/c/src/ChangeLog Mon Jun 7 14:33:09 2010
@@ -1,3 +1,8 @@
+2010-06-07 Ralf Corsépius <ralf.corsepius at rtems.org>
+
+ * aclocal/version.m4: Bump RTEMS_API to 4.11.
+ Bump _RTEMS_VERSION to 4.10.99.0.
+
2010-06-03 Joel Sherrill <joel.sherrilL at OARcorp.com>
* libchip/network/if_dc.c: Fix warning.
diff -u rtems/c/src/aclocal/version.m4:1.14 rtems/c/src/aclocal/version.m4:1.15
--- rtems/c/src/aclocal/version.m4:1.14 Mon Sep 22 09:13:30 2008
+++ rtems/c/src/aclocal/version.m4 Mon Jun 7 14:33:09 2010
@@ -1,4 +1,4 @@
AC_DEFUN([RTEMS_VERSIONING],
-m4_define([_RTEMS_VERSION],[4.9.99.0]))
+m4_define([_RTEMS_VERSION],[4.10.99.0]))
-m4_define([RTEMS_API],[4.10])
+m4_define([RTEMS_API],[4.11])
diff -u rtems/cpukit/ChangeLog:1.2350 rtems/cpukit/ChangeLog:1.2351
--- rtems/cpukit/ChangeLog:1.2350 Mon Jun 7 13:37:16 2010
+++ rtems/cpukit/ChangeLog Mon Jun 7 14:33:37 2010
@@ -1,3 +1,8 @@
+2010-06-07 Ralf Corsépius <ralf.corsepius at rtems.org>
+
+ * aclocal/version.m4: Bump RTEMS_API to 4.11.
+ Bump _RTEMS_VERSION to 4.10.99.0.
+
2010-06-07 Joel Sherrill <joel.sherrill at oarcorp.com>
* libcsupport/src/tcflow.c, libcsupport/src/tcflush.c: Add switches
diff -u rtems/cpukit/aclocal/version.m4:1.25 rtems/cpukit/aclocal/version.m4:1.26
--- rtems/cpukit/aclocal/version.m4:1.25 Mon Sep 22 09:12:12 2008
+++ rtems/cpukit/aclocal/version.m4 Mon Jun 7 14:33:37 2010
@@ -1,4 +1,4 @@
AC_DEFUN([RTEMS_VERSIONING],
-m4_define([_RTEMS_VERSION],[4.9.99.0]))
+m4_define([_RTEMS_VERSION],[4.10.99.0]))
-m4_define([RTEMS_API],[4.10])
+m4_define([RTEMS_API],[4.11])
diff -u rtems/testsuites/ChangeLog:1.164 rtems/testsuites/ChangeLog:1.165
--- rtems/testsuites/ChangeLog:1.164 Sat May 29 00:29:33 2010
+++ rtems/testsuites/ChangeLog Mon Jun 7 14:32:44 2010
@@ -1,3 +1,8 @@
+2010-06-07 Ralf Corsépius <ralf.corsepius at rtems.org>
+
+ * aclocal/version.m4: Bump RTEMS_API to 4.11.
+ Bump _RTEMS_VERSION to 4.10.99.0.
+
2010-05-29 Ralf Corsépius <ralf.corsepius at rtems.org>
* support/include/tmacros.h: Remove PRIdoff_t.
diff -u rtems/testsuites/aclocal/version.m4:1.14 rtems/testsuites/aclocal/version.m4:1.15
--- rtems/testsuites/aclocal/version.m4:1.14 Mon Sep 22 09:14:09 2008
+++ rtems/testsuites/aclocal/version.m4 Mon Jun 7 14:32:44 2010
@@ -1,4 +1,4 @@
AC_DEFUN([RTEMS_VERSIONING],
-m4_define([_RTEMS_VERSION],[4.9.99.0]))
+m4_define([_RTEMS_VERSION],[4.10.99.0]))
-m4_define([RTEMS_API],[4.10])
+m4_define([RTEMS_API],[4.11])
--
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/20100607/86fd41e9/attachment-0001.html>
More information about the vc
mailing list