From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22545 invoked by alias); 24 Jan 2002 02:27:27 -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 22484 invoked from network); 24 Jan 2002 02:27:25 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sources.redhat.com with SMTP; 24 Jan 2002 02:27:25 -0000 Received: from redhat.com (reddwarf.sfbay.redhat.com [205.180.231.12]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id SAA08912; Wed, 23 Jan 2002 18:26:45 -0800 (PST) Message-ID: <3C4F6F76.FCA37E7D@redhat.com> Date: Wed, 23 Jan 2002 18:27:00 -0000 From: Michael Snyder Organization: Red Hat, Inc. X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.4.2-2smp i686) X-Accept-Language: en MIME-Version: 1.0 To: Alexandre Oliva CC: Brad Lucier , jsturm@one-point.com, atpoquet@ucdavis.edu, gcc@gcc.gnu.org, gdb-patches@sources.redhat.com Subject: Re: Help needed with sparc References: <200201232315.g0NNFw309706@banach.math.purdue.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-01/txt/msg00707.txt.bz2 Alexandre Oliva wrote: > > On Jan 23, 2002, Brad Lucier wrote: > > > Re: > >> You must use a 64-bit gdb to debug 64-bit Solaris executables. > > > Which version of gdb? I got the following message when trying to > > configure 5.1: > > > env CC='cc -xildoff -xarch=v9' ./configure sparcv9-sun-solaris2.8 > > ... > > checking for X... libraries /pkgs/XFree86-3.3.3.1/lib, headers /pkgs/XFree86-3.3.3.1/include > > configure: error: *** Gdb does not support host sparcv9-sun-solaris2.8 > > gdb's configure recognizes sparc64-sun-solaris2.8, but not > sparcv9-sun-solaris2.8. Here's a patch that I've had for a while that > addresses this inconsistency in GDB WRT other packages. I'm not sure > I've posted it before. Ok to install? Inconsistency WRT other packages? The only configure script in which I can find the string "sparcv9" (and admitedly I've only searched the developer tools) is ld. But I don't have a problem with it...