From patchwork Mon Sep 13 11:41:36 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Biener X-Patchwork-Id: 44945 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 197F4385782B for ; Mon, 13 Sep 2021 11:46:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 197F4385782B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1631533577; bh=SoK9Go+/vwTnhO6201Bx96X+x371A8JA9MBdmg+5ygs=; h=Date:To:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=JO0T7kzk2HaLAChuqLWaZo7zVZSunI/tzQ2naJNCTPwyxP4wNouLug2O2FQiT+9A5 4dbNjvR6TadNivhbHTYWQ+cRrB5FSnvAQuOy8bGY6R91To8ZVEhkarCV80QK7OqHZn 4cCSOAiF0bvrgEsUJdcmEdkABLIET8+0QiBmSigs= X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by sourceware.org (Postfix) with ESMTPS id 56DBF3858006 for ; Mon, 13 Sep 2021 11:41:38 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 56DBF3858006 Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id 1BF021FD6E; Mon, 13 Sep 2021 11:41:37 +0000 (UTC) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 03EDF13DDD; Mon, 13 Sep 2021 11:41:36 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id 6udzO/A4P2FjCAAAMHmgww (envelope-from ); Mon, 13 Sep 2021 11:41:36 +0000 Date: Mon, 13 Sep 2021 13:41:36 +0200 (CEST) To: gcc-patches@gcc.gnu.org Subject: [PATCH] Remove support for vax-openbsd Message-ID: <61352p48-9195-683-5p2s-643282q81r8@fhfr.qr> MIME-Version: 1.0 X-Spam-Status: No, score=-11.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: Richard Biener via Gcc-patches From: Richard Biener Reply-To: Richard Biener Errors-To: gcc-patches-bounces+patchwork=sourceware.org@gcc.gnu.org Sender: "Gcc-patches" This removes the support for vax-openbsd which has been discontinued after the OpenBSD 5.9 release and which has no supported gas or GNU ld configuration [anymore]. In particular this target does only support STABS debuginfo generation. OK for trunk? Thanks, Richard. 2021-09-13 Richard Biener * config.gcc: Remove vax-*-openbsd* configuration. contrib/ * config-list.mk: Remove vax-openbsd. --- contrib/config-list.mk | 2 +- gcc/config.gcc | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/contrib/config-list.mk b/contrib/config-list.mk index 8b1a2c67b60..d1f290307ba 100644 --- a/contrib/config-list.mk +++ b/contrib/config-list.mk @@ -96,7 +96,7 @@ LIST = aarch64-elf aarch64-linux-gnu aarch64-rtems \ tilegx-linux-gnuOPT-enable-obsolete tilegxbe-linux-gnuOPT-enable-obsolete \ tilepro-linux-gnuOPT-enable-obsolete \ v850e1-elf v850e-elf v850-elf v850-rtems vax-linux-gnu \ - vax-netbsdelf vax-openbsd visium-elf x86_64-apple-darwin \ + vax-netbsdelf visium-elf x86_64-apple-darwin \ x86_64-pc-linux-gnuOPT-with-fpmath=avx \ x86_64-elfOPT-with-fpmath=sse x86_64-freebsd6 x86_64-netbsd \ x86_64-w64-mingw32 \ diff --git a/gcc/config.gcc b/gcc/config.gcc index 5e38803d275..856c6071176 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -3525,11 +3525,6 @@ vax-*-netbsdelf*) extra_options="${extra_options} netbsd.opt netbsd-elf.opt vax/elf.opt" tm_defines="${tm_defines} CHAR_FAST8=1 SHORT_FAST16=1" ;; -vax-*-openbsd*) - tm_file="vax/vax.h vax/openbsd1.h openbsd.h openbsd-stdint.h openbsd-libpthread.h vax/openbsd.h" - extra_options="${extra_options} openbsd.opt" - use_collect2=yes - ;; visium-*-elf*) tm_file="dbxelf.h elfos.h ${tm_file} visium/elf.h newlib-stdint.h" tmake_file="visium/t-visium visium/t-crtstuff"