From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19157 invoked by alias); 13 Oct 2014 13:57:52 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 19143 invoked by uid 89); 13 Oct 2014 13:57:50 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: cvs.linux-mips.org Received: from eddie.linux-mips.org (HELO cvs.linux-mips.org) (148.251.95.138) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 13 Oct 2014 13:57:48 +0000 Received: from localhost.localdomain ([127.0.0.1]:51235 "EHLO localhost.localdomain" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S27011264AbaJMN5qPerTv (ORCPT ); Mon, 13 Oct 2014 15:57:46 +0200 Date: Mon, 13 Oct 2014 13:57:00 -0000 From: "Maciej W. Rozycki" To: Joel Brobecker cc: Pedro Alves , gdb@sourceware.org Subject: Re: VAX Ultrix? (Re: GDB dropping support for mips-irix and alpha-tru64) In-Reply-To: <20141013133809.GB4805@adacore.com> Message-ID: References: <20140911185249.GA13931@adacore.com> <5439406D.6060107@redhat.com> <20141013133809.GB4805@adacore.com> User-Agent: Alpine 2.11 (LFD 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-IsSubscribed: yes X-SW-Source: 2014-10/txt/msg00028.txt.bz2 On Mon, 13 Oct 2014, Joel Brobecker wrote: > Wikipedia says that VAX production ceased in 2005. The last VAX-specific > patch I can see being submitted to gdb-patches is us mentioning support > for VAX floats in the Ada mode (which we removed in 2010). VAX VMS was > removed in 2010 from BFD. There seems to be some regular activity around > VAX on the GCC side, though, but Ultrix itself seems to be no longer be > supported. Oh, I have some VAX/Linux stuff waiting too; although whether it makes sense to submit or not will depend on what happens to support for that platform in the Linux kernel and glibc. I've got a port mostly working, but both the kernel and glibc are rather ancient and glibc can't proceed without defining a TLS ABI. I have no interest in Ultrix itself though. Maciej