From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8615 invoked by alias); 11 Aug 2004 22:16:29 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 8596 invoked from network); 11 Aug 2004 22:16:27 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (142.179.108.108) by sourceware.org with SMTP; 11 Aug 2004 22:16:27 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id A83EB47D91; Wed, 11 Aug 2004 15:15:54 -0700 (PDT) Date: Wed, 11 Aug 2004 22:16:00 -0000 From: Joel Brobecker To: gdb-patches@sources.redhat.com Subject: What should we do with rs6000? Message-ID: <20040811221554.GG25562@gnat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-SW-Source: 2004-08/txt/msg00412.txt.bz2 I am mostly interested in config/rs6000/xm-rs6000.h. This file gets included because config/rs6000/rs6000.mh gets selected. This leads me to configure.host, where I see that this mh file only gets selected if GDB is configure with a rs6000-*-* triplet that don't match certain conditions: rs6000-*-lynxos*) gdb_host=rs6000lynx ;; rs6000-*-aix4*) gdb_host=aix4 ;; rs6000-*-*) gdb_host=rs6000 ;; So I guess this means older versions of AIX (3.x and older). Am I right? Do we still support older versions of AIX? How about rs6000 itself??? Still supported? -- Joel