From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27888 invoked by alias); 12 Aug 2004 00:38:35 -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 27881 invoked from network); 12 Aug 2004 00:38:34 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 12 Aug 2004 00:38:34 -0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i7C0cSe1013132 for ; Wed, 11 Aug 2004 20:38:34 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i7C0cMX16768; Wed, 11 Aug 2004 20:38:22 -0400 Received: from redhat.com (dhcp-172-16-25-160.sfbay.redhat.com [172.16.25.160]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id i7C0cLV01878; Wed, 11 Aug 2004 17:38:21 -0700 Message-ID: <411ABBFD.60700@redhat.com> Date: Thu, 12 Aug 2004 00:38:00 -0000 From: Michael Snyder Organization: Red Hat, Inc. User-Agent: Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.4.2) Gecko/20040301 MIME-Version: 1.0 To: Joel Brobecker CC: gdb-patches@sources.redhat.com Subject: Re: What should we do with rs6000? References: <20040811221554.GG25562@gnat.com> In-Reply-To: <20040811221554.GG25562@gnat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-08/txt/msg00426.txt.bz2 Joel Brobecker wrote: > 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? rs6000-elf?