From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1666) id A44DB3857C6F; Wed, 15 Sep 2021 06:20:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A44DB3857C6F MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Richard Biener To: gcc-cvs@gcc.gnu.org Subject: [gcc r12-3540] Remove support for vax-openbsd X-Act-Checkin: gcc X-Git-Author: Richard Biener X-Git-Refname: refs/heads/master X-Git-Oldrev: 40c9541ac059671c4c336c770f0c9e9307be162d X-Git-Newrev: 947332a4e22aef9b83b74a9ded4e2bff3cae9065 Message-Id: <20210915062032.A44DB3857C6F@sourceware.org> Date: Wed, 15 Sep 2021 06:20:32 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Sep 2021 06:20:32 -0000 https://gcc.gnu.org/g:947332a4e22aef9b83b74a9ded4e2bff3cae9065 commit r12-3540-g947332a4e22aef9b83b74a9ded4e2bff3cae9065 Author: Richard Biener Date: Mon Sep 13 13:39:13 2021 +0200 Remove support for vax-openbsd 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. 2021-09-13 Richard Biener * config.gcc: Remove vax-*-openbsd* configuration. contrib/ * config-list.mk: Remove vax-openbsd. Diff: --- 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 22f55d97539..28c0db7a26c 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 c8f5876922d..c3a8b27f819 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -3511,11 +3511,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"