From patchwork Wed Jan 22 06:07:03 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans-Peter Nilsson X-Patchwork-Id: 1226989 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-517968-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=axis.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.a=rsa-sha1 header.s=default header.b=gidRIdvw; dkim-atps=neutral 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 482ZgR2jdrz9sRX for ; Wed, 22 Jan 2020 17:07:15 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :message-id:from:to:subject:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=eAoQmohrMwKVPWog CsmKvjvjIqJ34aeQnPY2LxtUQ+QL8Z3wnXC17rVpjTMqo+GnVDEZU1wVl8WH/AJA pz71yYrV81FPd4eseB/Ox9bopYKQRCvPxMq2SEPVjxoyqm6yKqOueKXjQOBFKzaj VVRBF6eMdz9M1KhhPY/DZXZqqmI= 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:date :message-id:from:to:subject:mime-version:content-type :content-transfer-encoding; s=default; bh=bHyFAoqvy7eL2LeO5WkRKz EjYFg=; b=gidRIdvwE+2IE748n4KXH+oHJa765X2ygjNzKjLgjjVOoZv3/8Y+Ur C2b4/Dxzx3WZ5ntI5Hcl0XU+sdOILd76yG6LoSPb4T45vhJZOzyRHbkxLdHkEoPs /vGzEwROE/jnnSv9XJIkB6sxvQ5ZBSY2FrRC8O0SWesiCY3vi4L5g= Received: (qmail 63267 invoked by alias); 22 Jan 2020 06:07:07 -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 63254 invoked by uid 89); 22 Jan 2020 06:07:06 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-23.0 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: smtp1.axis.com Received: from smtp1.axis.com (HELO smtp1.axis.com) (195.60.68.17) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 22 Jan 2020 06:07:05 +0000 IronPort-SDR: zQG37a2TCvMpDb6U/JDGz5LQS5+rforcj3T7IuhUCs9Q71XTTivY9gmJ7y7j6k98CIRRtO1aXZ B/YBZJ0OyKafMNpk1M3hZJdALJI9ky6WJ0kc8Gj+g2RaZ05divCMwVG5/fcpxIfO8viuou5Urr EMXOuiicICeduhtoRs/I6/DOOVMzmIoPrfWL5CaitYFS4U+UHLMhlsLqugsmZZdJ88GhVOzGYa rA/EQ8yn6k08yYdd01afL8jN13FfG4+OhP8eVmLT9M071RxeVEG4brnqJcKHQubO+ZuTeizgPj iZ0= Date: Wed, 22 Jan 2020 07:07:03 +0100 Message-ID: <202001220607.00M673rG017916@ignucius.se.axis.com> From: Hans-Peter Nilsson To: Subject: [cris-decc0 3/9] libgcc: cris: Remove support for crisv32-*-* and cris*-*-linux MIME-Version: 1.0 X-IsSubscribed: yes libgcc: * config.host: Remove support for crisv32-*-* and cris*-*-linux. * config/cris/libgcc-glibc.ver, config/cris/t-linux: Remove. Part of the removal of crisv32-* and cris-*-linux* (cris-elf remains). --- libgcc/config.host | 9 --------- libgcc/config/cris/libgcc-glibc.ver | 7 ------- libgcc/config/cris/t-linux | 2 -- 3 files changed, 18 deletions(-) delete mode 100644 libgcc/config/cris/libgcc-glibc.ver delete mode 100644 libgcc/config/cris/t-linux diff --git a/libgcc/config.host b/libgcc/config.host index 8f0ea90af57..5146422a263 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -112,9 +112,6 @@ bpf-*-*) ;; cr16-*-*) ;; -crisv32-*-*) - cpu_type=cris - ;; csky*-*-*) cpu_type=csky ;; @@ -577,15 +574,9 @@ cr16-*-elf) tmake_file="${tmake_file} cr16/t-cr16 cr16/t-crtlibid t-fdpbit" extra_parts="$extra_parts crti.o crtn.o crtlibid.o" ;; -crisv32-*-elf) - tmake_file="$tmake_file cris/t-cris t-softfp-sfdf t-softfp" - ;; cris-*-elf) tmake_file="$tmake_file cris/t-cris t-softfp-sfdf t-softfp cris/t-elfmulti" ;; -cris-*-linux* | crisv32-*-linux*) - tmake_file="$tmake_file cris/t-cris t-softfp-sfdf t-softfp cris/t-linux" - ;; csky-*-elf*) tmake_file="csky/t-csky t-fdpbit" extra_parts="$extra_parts crti.o crtn.o" diff --git a/libgcc/config/cris/libgcc-glibc.ver b/libgcc/config/cris/libgcc-glibc.ver deleted file mode 100644 index e35de83100f..00000000000 --- a/libgcc/config/cris/libgcc-glibc.ver +++ /dev/null @@ -1,7 +0,0 @@ -GCC_4.3 { - __Mul - __Div - __Udiv - __Mod - __Umod -} diff --git a/libgcc/config/cris/t-linux b/libgcc/config/cris/t-linux deleted file mode 100644 index 8c7f4d44249..00000000000 --- a/libgcc/config/cris/t-linux +++ /dev/null @@ -1,2 +0,0 @@ -# Override t-linux default. -SHLIB_MAPFILES = libgcc-std.ver $(srcdir)/config/cris/libgcc-glibc.ver