remove h8300-rtems support
authorTrevor Saunders <tbsaunde+gcc@tbsaunde.org>
Tue, 21 Jun 2016 21:57:34 +0000 (21:57 +0000)
committerTrevor Saunders <tbsaunde@gcc.gnu.org>
Tue, 21 Jun 2016 21:57:34 +0000 (21:57 +0000)
contrib/ChangeLog:

2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>

* config-list.mk: Remove h8300-rtems support.

libgcc/ChangeLog:

2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>

* config.host: Remove h8300-rtems support.

gcc/ChangeLog:

2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>

* config.gcc: Remove h8300-rtems support.
* config/h8300/rtems.h: Remove.
* config/h8300/t-rtems: Remove.

From-SVN: r237663

contrib/ChangeLog
contrib/config-list.mk
gcc/ChangeLog
gcc/config.gcc
gcc/config/h8300/rtems.h [deleted file]
gcc/config/h8300/t-rtems [deleted file]
libgcc/ChangeLog
libgcc/config.host

index ee8280ec38f4f283e3e7448961346a025772c30d..b610eeadd8cefdbb2275550150bd900da6517bea 100644 (file)
@@ -1,3 +1,7 @@
+2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
+
+       * config-list.mk: Remove h8300-rtems support.
+
 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
 
        * config-list.mk: stop testing knetbsd.
index c1a3d36e22d33237aab77f4e10d01fc74344ba38..243c3cd46e6f99d0355828d738549ad21010ef13 100644 (file)
@@ -41,8 +41,7 @@ LIST = aarch64-elf aarch64-linux-gnu aarch64-rtems \
   bfin-elf bfin-uclinux bfin-linux-uclibc bfin-rtems bfin-openbsd \
   c6x-elf c6x-uclinux cr16-elf cris-elf cris-linux crisv32-elf crisv32-linux \
   epiphany-elf epiphany-elfOPT-with-stack-offset=16 fido-elf \
-  fr30-elf frv-elf frv-linux ft32-elf h8300-elf \
-  h8300-rtemsOPT-enable-obsolete hppa-linux-gnu \
+  fr30-elf frv-elf frv-linux ft32-elf h8300-elf hppa-linux-gnu \
   hppa-linux-gnuOPT-enable-sjlj-exceptions=yes hppa64-linux-gnu \
   hppa2.0-hpux10.1 hppa64-hpux11.3 \
   hppa64-hpux11.0OPT-enable-sjlj-exceptions=yes hppa2.0-hpux11.9 \
index 32c14a1eac3067598f03a05d91f6d60df3a030dc..9c9412d8a905ec362ca5292965c0438bc8852f01 100644 (file)
@@ -1,3 +1,9 @@
+2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
+
+       * config.gcc: Remove h8300-rtems support.
+       * config/h8300/rtems.h: Remove.
+       * config/h8300/t-rtems: Remove.
+
 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
 
        * config.gcc: Remove support for knetbsd.
index 669cb9f6dac7fe570141afcffd8c54e87b2d5675..cb2923ea9166a67953def2587b50441048b5ee39 100644 (file)
@@ -237,7 +237,6 @@ md_file=
 # Obsolete configurations.
 case ${target} in
  avr-*rtems*                           \
- | h8300-*rtems*                       \
  | m32r-*rtems*                        \
  | mep-*                               \
  )
@@ -1239,10 +1238,6 @@ moxie-*-moxiebox*)
        tm_file="${tm_file} dbxelf.h elfos.h moxie/moxiebox.h newlib-stdint.h"
        tmake_file="${tmake_file} moxie/t-moxiebox"
        ;;
-h8300-*-rtems*)
-       tmake_file="${tmake_file} h8300/t-h8300 h8300/t-rtems"
-       tm_file="h8300/h8300.h dbxelf.h elfos.h h8300/elf.h h8300/rtems.h rtems.h newlib-stdint.h"
-       ;;
 h8300-*-elf*)
        tmake_file="h8300/t-h8300"
        tm_file="h8300/h8300.h dbxelf.h elfos.h newlib-stdint.h h8300/elf.h"
diff --git a/gcc/config/h8300/rtems.h b/gcc/config/h8300/rtems.h
deleted file mode 100644 (file)
index eb16f1d..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-/* Definitions for rtems targeting a H8
-   Copyright (C) 1996-2016 Free Software Foundation, Inc.
-   Contributed by Joel Sherrill (joel@OARcorp.com).
-
-This file is part of GCC.
-
-GCC is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 3, or (at your option)
-any later version.
-
-GCC is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with GCC; see the file COPYING3.  If not see
-<http://www.gnu.org/licenses/>.  */
-
-/* Target OS preprocessor built-ins.  */
-#define TARGET_OS_CPP_BUILTINS()               \
-  do                                           \
-    {                                          \
-      builtin_define_std ("h8300");            \
-      builtin_define ("__rtems__");            \
-      builtin_assert ("system=rtems");         \
-    }                                          \
-  while (0)
diff --git a/gcc/config/h8300/t-rtems b/gcc/config/h8300/t-rtems
deleted file mode 100644 (file)
index 0d76437..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-# Custom multilibs for RTEMS
-
-# -mn is not applicable to RTEMS (-mn implies 16bit void*)
-
-MULTILIB_OPTIONS = mh/ms/msx mint32
-MULTILIB_DIRNAMES = h8300h h8300s h8sx int32
-MULTILIB_EXCEPTIONS = mint32
index 84bdfc8bc8e291825ef95cca5adbcc91c1eb5b04..113f6150a7dbf4c6e572a340b67d2435d7a301b5 100644 (file)
@@ -1,3 +1,7 @@
+2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
+
+       * config.host: Remove h8300-rtems support.
+
 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
 
        * config.host: Remove support for knetbsd.
index 12b69cfa3f97b68b561dde31bb775d63f60951d9..319810fcb272a0c4ba1c539ea0baf313338b4105 100644 (file)
@@ -495,11 +495,6 @@ ft32-*-elf)
        tmake_file="ft32/t-ft32 t-softfp-sfdf t-softfp-excl t-softfp"
        extra_parts="$extra_parts crti.o crti-hw.o crtn.o"
        ;;
-h8300-*-rtems*)
-       tmake_file="$tmake_file h8300/t-h8300 t-fpbit"
-       tm_file="$tm_file h8300/h8300-lib.h"
-       extra_parts="$extra_parts crti.o crtn.o"
-       ;;
 h8300-*-elf*)
        tmake_file="$tmake_file h8300/t-h8300 t-fpbit"
        tm_file="$tm_file h8300/h8300-lib.h"