From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14273 invoked by alias); 27 May 2002 05:23:45 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 14260 invoked from network); 27 May 2002 05:23:42 -0000 Received: from unknown (HELO nerodeguest) (24.161.107.98) by sources.redhat.com with SMTP; 27 May 2002 05:23:42 -0000 Received: from neroden by nerodeguest with local (Exim 3.35 #1 (Debian)) id 17CCyg-0006kl-00; Mon, 27 May 2002 01:23:30 -0400 Date: Sun, 26 May 2002 22:23:00 -0000 To: gcc@gcc.gnu.org Cc: binutils@sources.redhat.com, gdb@sources.redhat.com Subject: obselete configurations & the top level Message-ID: <20020527052330.GA25946@doctormoo.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i From: Nathanael Nerode X-SW-Source: 2002-05/txt/msg00285.txt.bz2 This is a query. A bunch of configurations have been obseleted and removed from GCC recently. These have all, I believe, been obseleted and removed from GDB already. There is special-case code for many of these configurations in configure.in. I would like to get rid of it. What else do I need to check before I get rid of these cases? Are any of them possibly still supported by binutils? Please see http://gcc.gnu.org/ml/gcc-patches/2002-05/msg01994.html for the list of configurations which are going away, where I'd like to see if I can strip stuff out of the top level too. I intend to submit a cleanup patch for this once I'm sure I'm not deleting anything which is still supported somewhere. Thanks in advance. --Nathanael Nerode neroden@twcny.rr.com