From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12418 invoked by alias); 31 Jul 2002 18:56:49 -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 12411 invoked from network); 31 Jul 2002 18:56:48 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 31 Jul 2002 18:56:48 -0000 Received: from int-mx2.corp.redhat.com (nat-pool-rdu.redhat.com [172.16.52.200] (may be forged)) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id g6VIiOl22272 for ; Wed, 31 Jul 2002 14:44:25 -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 g6VIuju01239; Wed, 31 Jul 2002 14:56:45 -0400 Received: from romulus.sfbay.redhat.com (IDENT:nWMe6+3xFhQ9/sVlAb4uDu3Y1E+adRtP@romulus.sfbay.redhat.com [172.16.27.251]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id g6VIuim00524; Wed, 31 Jul 2002 11:56:44 -0700 Received: (from kev@localhost) by romulus.sfbay.redhat.com (8.11.6/8.11.6) id g6VIucN22157; Wed, 31 Jul 2002 11:56:38 -0700 Date: Wed, 31 Jul 2002 12:00:00 -0000 From: Kevin Buettner Message-Id: <1020731185637.ZM22156@localhost.localdomain> In-Reply-To: Daniel Jacobowitz "Re: [PATCH] mips n64 support, part 1" (Jul 31, 2:28pm) References: <1020731182328.ZM22007@localhost.localdomain> <20020731182855.GA11890@nevyn.them.org> To: Daniel Jacobowitz Subject: Re: [PATCH] mips n64 support, part 1 Cc: gdb-patches@sources.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-07/txt/msg00622.txt.bz2 On Jul 31, 2:28pm, Daniel Jacobowitz wrote: > Does mips_find_abi_section need another case? Hmm. I think it probably will. For the time being, I'm testing on Irix and I don't see any .mdebug sections. I.e, the test that I added gets the job done for the binaries that I'm working with. > I believe GCC will write > out ".mdebug.abiN64", although I'm not 100% sure that I have the string > right. I've asked Eric Christopher. He says that ".mdebug.abiN64" looks right. I'll submit a patch which adds this string. Thanks, Kevin