From patchwork Mon Jun 20 05:47:43 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: tbsaunde+gcc@tbsaunde.org X-Patchwork-Id: 637864 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3rY3Tb2Wpjz9t0X for ; Mon, 20 Jun 2016 18:11:15 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=EzgMZnym; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:subject:date:message-id:in-reply-to:references; q=dns; s= default; b=Tz0SJtFJaEGnqx0MUouaNWHzsmXwOYATNGmVCGhyryxgbeOi1RUZy aJYe8ywU1afsd5t+R7MognlyS+b+0zSQ9hgeFQnlEiY6qWlBjuofBjUtCm6NdTvX TeeR53OEy3N/XD4/BwJmG8hhv3gMkGWJ1HSFowSEbky8e77JyzdRBk= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:subject:date:message-id:in-reply-to:references; s=default; bh=fepKdoWKJwafPnoqy2GfLSkMAtI=; b=EzgMZnymB3JWGSaWYBxu0TTuw8vw toFEz0ihAm9pl8kQPQzP+4d/mkTyhFGmqCdQULmDpqFCHE+ln7YyIcCMbDYtvwom i/PC80fUNFJKOb7u8p+Lrei8NpnhILpmP7E74r0cWFO9SsW312tLE4HWtbJ3OC9y 4Jmv9mqU68Q8a0Q= Received: (qmail 50820 invoked by alias); 20 Jun 2016 08:10:34 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 50487 invoked by uid 89); 20 Jun 2016 08:10:33 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL, BAYES_00, SPF_FAIL autolearn=no version=3.3.2 spammy=1, 29, multilibs, Contributed, applicable X-HELO: eggs.gnu.org Received: from eggs.gnu.org (HELO eggs.gnu.org) (208.118.235.92) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Mon, 20 Jun 2016 08:10:23 +0000 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bEuHh-00008b-BW for gcc-patches@gcc.gnu.org; Mon, 20 Jun 2016 04:10:21 -0400 Received: from tbsaunde.org ([66.228.47.254]:35702 helo=paperclip.tbsaunde.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bEuHh-00007r-7m for gcc-patches@gcc.gnu.org; Mon, 20 Jun 2016 04:10:17 -0400 Received: from iceball.wgc.local (CPEc0eae4676ce1-CM0026f32674bd.cpe.net.cable.rogers.com [99.230.58.22]) by paperclip.tbsaunde.org (Postfix) with ESMTPSA id 3A34BC179 for ; Mon, 20 Jun 2016 08:10:15 +0000 (UTC) From: tbsaunde+gcc@tbsaunde.org To: gcc-patches@gcc.gnu.org Subject: [PATCH 4/7] remove h8300-rtems support Date: Mon, 20 Jun 2016 01:47:43 -0400 Message-Id: <1466401666-8365-5-git-send-email-tbsaunde+gcc@tbsaunde.org> In-Reply-To: <1466401666-8365-1-git-send-email-tbsaunde+gcc@tbsaunde.org> References: <1466401666-8365-1-git-send-email-tbsaunde+gcc@tbsaunde.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 66.228.47.254 X-IsSubscribed: yes From: Trevor Saunders contrib/ChangeLog: 2016-06-20 Trevor Saunders * config-list.mk: Remove h8300-rtems support. libgcc/ChangeLog: 2016-06-20 Trevor Saunders * config.host: Remove h8300-rtems support. gcc/ChangeLog: 2016-06-20 Trevor Saunders * config.gcc: Remove h8300-rtems support. * config/h8300/rtems.h: Remove. * config/h8300/t-rtems: Remove. --- contrib/config-list.mk | 3 +-- gcc/config.gcc | 5 ----- gcc/config/h8300/rtems.h | 29 ----------------------------- gcc/config/h8300/t-rtems | 7 ------- libgcc/config.host | 5 ----- 5 files changed, 1 insertion(+), 48 deletions(-) delete mode 100644 gcc/config/h8300/rtems.h delete mode 100644 gcc/config/h8300/t-rtems diff --git a/contrib/config-list.mk b/contrib/config-list.mk index 2fe90bb..5ea6d6c 100644 --- a/contrib/config-list.mk +++ b/contrib/config-list.mk @@ -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 \ diff --git a/gcc/config.gcc b/gcc/config.gcc index 669cb9f..cb2923e 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -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 index eb16f1d..0000000 --- a/gcc/config/h8300/rtems.h +++ /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 -. */ - -/* 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 index 0d76437..0000000 --- a/gcc/config/h8300/t-rtems +++ /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 diff --git a/libgcc/config.host b/libgcc/config.host index 12b69cf..319810f 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -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"