[PATCH v2 3/3] Common file changes in support of Moxie port

Anthony Green green at moxielogic.com
Wed Feb 27 14:11:27 UTC 2013


Signed-off-by: Anthony Green <green at moxielogic.com>
---
 c/src/ChangeLog                    | 4 ++++
 c/src/aclocal/rtems-cpu-subdirs.m4 | 1 +
 cpukit/ChangeLog                   | 6 ++++++
 cpukit/configure.ac                | 1 +
 cpukit/librpc/src/xdr/xdr_float.c  | 2 +-
 cpukit/score/cpu/Makefile.am       | 1 +
 6 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/c/src/ChangeLog b/c/src/ChangeLog
index 0b1fc25..0e3cd71 100644
--- a/c/src/ChangeLog
+++ b/c/src/ChangeLog
@@ -1,3 +1,7 @@
+2013-02-26      Anthony Green <green at moxielogic.com>
+
+	* aclocal/rtems-cpu-subdirs.m4: Add moxie.
+
 2012-02-23	Jennifer Averett <jennifer.averett at oarcorp.com>
 
 	* libchip/serial/ns16550.c, libchip/serial/ns16550.h,
diff --git a/c/src/aclocal/rtems-cpu-subdirs.m4 b/c/src/aclocal/rtems-cpu-subdirs.m4
index c18096a..c5a4a19 100644
--- a/c/src/aclocal/rtems-cpu-subdirs.m4
+++ b/c/src/aclocal/rtems-cpu-subdirs.m4
@@ -20,6 +20,7 @@ _RTEMS_CPU_SUBDIR([m32c],[$1]);;
 _RTEMS_CPU_SUBDIR([m32r],[$1]);;
 _RTEMS_CPU_SUBDIR([m68k],[$1]);;
 _RTEMS_CPU_SUBDIR([mips],[$1]);;
+_RTEMS_CPU_SUBDIR([moxie],[$1]);;
 _RTEMS_CPU_SUBDIR([nios2],[$1]);;
 _RTEMS_CPU_SUBDIR([no_cpu],[$1]);;
 _RTEMS_CPU_SUBDIR([powerpc],[$1]);;
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 5c8e2b1..48b92d8 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,9 @@
+2013-02-26      Anthony Green <green at moxielogic.com>
+
+	* configure.ac: Add moxie.
+	* score/cpu/Makefile.am (SUBDIRS): Add moxie.
+	* librpc/src/xdr/xdr_float.c: Add moxie support.
+
 2012-03-02	Ralf Corsépius <ralf.corsepius at rtems.org>
 
 	* libnetworking/resolv.h: Partial sync with FreeBSD.
diff --git a/cpukit/configure.ac b/cpukit/configure.ac
index f0bbfac..f897ece 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -349,6 +349,7 @@ score/cpu/m68k/Makefile
 score/cpu/m32c/Makefile
 score/cpu/m32r/Makefile
 score/cpu/mips/Makefile
+score/cpu/moxie/Makefile
 score/cpu/nios2/Makefile
 score/cpu/powerpc/Makefile
 score/cpu/sh/Makefile
diff --git a/cpukit/librpc/src/xdr/xdr_float.c b/cpukit/librpc/src/xdr/xdr_float.c
index 2517072..8640058 100644
--- a/cpukit/librpc/src/xdr/xdr_float.c
+++ b/cpukit/librpc/src/xdr/xdr_float.c
@@ -66,7 +66,7 @@ static char *rcsid = "$FreeBSD: src/lib/libc/xdr/xdr_float.c,v 1.7 1999/08/28 00
     defined(__i386__) || \
     defined(__lm32__) || \
     defined(__m68k__) || defined(__mc68000__) || \
-    defined(__mips__) || \
+    defined(__mips__) || defined(__moxie__) || \
     defined(__nios2__) || \
     defined(__ns32k__) || \
     defined(__sparc__) || \
diff --git a/cpukit/score/cpu/Makefile.am b/cpukit/score/cpu/Makefile.am
index a84eb07..8d28fc2 100644
--- a/cpukit/score/cpu/Makefile.am
+++ b/cpukit/score/cpu/Makefile.am
@@ -11,6 +11,7 @@ DIST_SUBDIRS += m32c
 DIST_SUBDIRS += m32r
 DIST_SUBDIRS += m68k
 DIST_SUBDIRS += mips
+DIST_SUBDIRS += moxie
 DIST_SUBDIRS += nios2
 DIST_SUBDIRS += no_cpu
 DIST_SUBDIRS += powerpc
-- 
1.8.1.4




More information about the devel mailing list