<div dir="ltr"><div dir="ltr"><div dir="ltr">Not directly related to this patch and I expect that you will find these but there are a few odd places with m32c specific code</div><div dir="ltr"><br></div><div dir="ltr"><div dir="ltr">[joel@localhost rtems]$ grep -ri m32c cpukit/lib*</div><div dir="ltr">cpukit/libmisc/dummy/default-configuration.c:#if defined(__m32c__)</div><div dir="ltr">cpukit/librpc/src/xdr/xdr_float.c:    defined(__m32c__) || \</div><div dir="ltr">[joel@localhost rtems]$ grep -ri m32c testsuites/</div><div dir="ltr">testsuites/sptests/sptask_err03/init.c:   * If on the m32c, we can't even ask for enough memory to trip this</div><div dir="ltr">testsuites/sptests/sptask_err03/init.c:  #if defined(__m32c__)</div><div dir="ltr">testsuites/sptests/sptimer_err02/init.c:  #if defined(__m32c__)</div><div><br></div></div><div>--joel</div></div></div><br><div class="gmail_quote"><div dir="ltr">On Thu, Nov 8, 2018 at 9:39 AM Sebastian Huber <<a href="mailto:sebastian.huber@embedded-brains.de">sebastian.huber@embedded-brains.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Update #3599.<br>
---<br>
 config/rtems-bsps-m32c.ini                | 25 -------------------<br>
 config/rtems-bsps-tiers.ini               |  3 +--<br>
 config/rtems-bsps.ini                     |  3 ---<br>
 tester/rtems/testing/bsps/m32csim-run.ini | 39 -----------------------------<br>
 tester/rtems/testing/bsps/m32csim.ini     | 41 -------------------------------<br>
 5 files changed, 1 insertion(+), 110 deletions(-)<br>
 delete mode 100644 config/rtems-bsps-m32c.ini<br>
 delete mode 100644 tester/rtems/testing/bsps/m32csim-run.ini<br>
 delete mode 100644 tester/rtems/testing/bsps/m32csim.ini<br>
<br>
diff --git a/config/rtems-bsps-m32c.ini b/config/rtems-bsps-m32c.ini<br>
deleted file mode 100644<br>
index 74c7569..0000000<br>
--- a/config/rtems-bsps-m32c.ini<br>
+++ /dev/null<br>
@@ -1,25 +0,0 @@<br>
-#<br>
-# RTEMS Tools Project (<a href="http://www.rtems.org/" rel="noreferrer" target="_blank">http://www.rtems.org/</a>)<br>
-# Copyright 2017 Chris Johns (<a href="mailto:chrisj@rtems.org" target="_blank">chrisj@rtems.org</a>)<br>
-# All rights reserved.<br>
-#<br>
-# This file is part of the RTEMS Tools package in 'rtems-bsp-builder'.<br>
-#<br>
-# Permission to use, copy, modify, and/or distribute this software for any<br>
-# purpose with or without fee is hereby granted, provided that the above<br>
-# copyright notice and this permission notice appear in all copies.<br>
-#<br>
-# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES<br>
-# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF<br>
-# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR<br>
-# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES<br>
-# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN<br>
-# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF<br>
-# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.<br>
-<br>
-#<br>
-# M32C Architecture<br>
-#<br>
-[m32c]<br>
-bsps = m32csim<br>
-exclude = smp<br>
diff --git a/config/rtems-bsps-tiers.ini b/config/rtems-bsps-tiers.ini<br>
index 14c9c06..34d7143 100644<br>
--- a/config/rtems-bsps-tiers.ini<br>
+++ b/config/rtems-bsps-tiers.ini<br>
@@ -36,7 +36,7 @@ bsps_powerpc = qoriq_e500<br>
 # Tier 3: no build errors, no tests run.<br>
 #<br>
 [tier-3]<br>
-archs = arm, bfin, i386, lm32, m32c, m68k, mips, moxie,<br>
+archs = arm, bfin, i386, lm32, m68k, mips, moxie,<br>
         nios2, or1k, powerpc, sh, sparc, sparc64, v850<br>
 bsps_arm = altcycv_devkit,<br>
     arm1136jfs, arm1136js, arm7tdmi, arm920, armcortexa9, atsamv,<br>
@@ -65,7 +65,6 @@ bsps_arm = altcycv_devkit,<br>
 bsps_bfin = TLL6527M, bf537Stamp, eZKit533<br>
 bsps_i386 = pc386, pc486, pc586-sse, pc586, pcp4<br>
 bsps_lm32 = lm32_evr, lm32_evr_gdbsim, milkymist<br>
-bsps_m32c = m32csim<br>
 bsps_m68k = av5282,<br>
     csb360,<br>
     gen68340, gen68360, gen68360_040,<br>
diff --git a/config/rtems-bsps.ini b/config/rtems-bsps.ini<br>
index bda2b98..bdbc7e2 100644<br>
--- a/config/rtems-bsps.ini<br>
+++ b/config/rtems-bsps.ini<br>
@@ -65,7 +65,6 @@ archs = arm,<br>
         epiphany,<br>
         i386,<br>
         lm32,<br>
-        m32c,<br>
         m68k,<br>
         mips,<br>
         moxie,<br>
@@ -81,7 +80,6 @@ bsps_bfin = ${bfin:bsps}<br>
 bsps_epiphany = ${epiphany:bsps}<br>
 bsps_i386 = ${i386:bsps}<br>
 bsps_lm32 = ${lm32:bsps}<br>
-bsps_m32c = ${m32c:bsps}<br>
 bsps_m68k = ${m68k:bsps}<br>
 bsps_mips = ${mips:bsps}<br>
 bsps_moxie = ${moxie:bsps}<br>
@@ -102,7 +100,6 @@ include = rtems-bsps-arm.ini,<br>
           rtems-bsps-epiphany.ini,<br>
           rtems-bsps-i386.ini,<br>
           rtems-bsps-lm32.ini,<br>
-          rtems-bsps-m32c.ini,<br>
           rtems-bsps-m68k.ini,<br>
           rtems-bsps-mips.ini,<br>
           rtems-bsps-moxie.ini,<br>
diff --git a/tester/rtems/testing/bsps/m32csim-run.ini b/tester/rtems/testing/bsps/m32csim-run.ini<br>
deleted file mode 100644<br>
index e9189d0..0000000<br>
--- a/tester/rtems/testing/bsps/m32csim-run.ini<br>
+++ /dev/null<br>
@@ -1,39 +0,0 @@<br>
-#<br>
-# RTEMS Tools Project (<a href="http://www.rtems.org/" rel="noreferrer" target="_blank">http://www.rtems.org/</a>)<br>
-# Copyright 2015 On-Line Applications Research Corporation (OAR).<br>
-# All rights reserved.<br>
-#<br>
-# This file is part of the RTEMS Tools package in 'rtems-tools'.<br>
-#<br>
-# Redistribution and use in source and binary forms, with or without<br>
-# modification, are permitted provided that the following conditions are met:<br>
-#<br>
-# 1. Redistributions of source code must retain the above copyright notice,<br>
-# this list of conditions and the following disclaimer.<br>
-#<br>
-# 2. Redistributions in binary form must reproduce the above copyright notice,<br>
-# this list of conditions and the following disclaimer in the documentation<br>
-# and/or other materials provided with the distribution.<br>
-#<br>
-# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"<br>
-# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE<br>
-# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE<br>
-# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE<br>
-# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR<br>
-# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF<br>
-# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS<br>
-# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN<br>
-# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)<br>
-# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE<br>
-# POSSIBILITY OF SUCH DAMAGE.<br>
-#<br>
-<br>
-#<br>
-# The m32csim BSP<br>
-#<br>
-[m32csim-run]<br>
-bsp          = m32csim<br>
-arch         = m32c<br>
-tester       = %{_rtscripts}/run.cfg<br>
-bsp_run_cmd  = %{rtems_tools}/%{bsp_arch}-rtems%{rtems_version}-run<br>
-bsp_run_opts = -a -nouartrx<br>
diff --git a/tester/rtems/testing/bsps/m32csim.ini b/tester/rtems/testing/bsps/m32csim.ini<br>
deleted file mode 100644<br>
index e091086..0000000<br>
--- a/tester/rtems/testing/bsps/m32csim.ini<br>
+++ /dev/null<br>
@@ -1,41 +0,0 @@<br>
-#<br>
-# RTEMS Tools Project (<a href="http://www.rtems.org/" rel="noreferrer" target="_blank">http://www.rtems.org/</a>)<br>
-# Copyright 2015 On-Line Applications Research Corporation (OAR).<br>
-# All rights reserved.<br>
-#<br>
-# This file is part of the RTEMS Tools package in 'rtems-tools'.<br>
-#<br>
-# Redistribution and use in source and binary forms, with or without<br>
-# modification, are permitted provided that the following conditions are met:<br>
-#<br>
-# 1. Redistributions of source code must retain the above copyright notice,<br>
-# this list of conditions and the following disclaimer.<br>
-#<br>
-# 2. Redistributions in binary form must reproduce the above copyright notice,<br>
-# this list of conditions and the following disclaimer in the documentation<br>
-# and/or other materials provided with the distribution.<br>
-#<br>
-# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"<br>
-# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE<br>
-# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE<br>
-# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE<br>
-# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR<br>
-# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF<br>
-# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS<br>
-# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN<br>
-# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)<br>
-# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE<br>
-# POSSIBILITY OF SUCH DAMAGE.<br>
-#<br>
-<br>
-#<br>
-# The m32csim BSP<br>
-#<br>
-[m32csim]<br>
-bsp            = m32csim<br>
-arch           = m32c<br>
-tester         = %{_rtscripts}/gdb.cfg<br>
-gdb_script     = bsp_gdb_script<br>
-bsp_gdb_script = target sim<br>
-                 load<br>
-                 run<br>
-- <br>
2.16.4<br>
<br>
_______________________________________________<br>
devel mailing list<br>
<a href="mailto:devel@rtems.org" target="_blank">devel@rtems.org</a><br>
<a href="http://lists.rtems.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/devel</a><br>
</blockquote></div>