From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 709 invoked by alias); 13 Jun 2002 17:49:11 -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 698 invoked from network); 13 Jun 2002 17:49:10 -0000 Received: from unknown (HELO tully.CS.Berkeley.EDU) (128.32.46.229) by sources.redhat.com with SMTP; 13 Jun 2002 17:49:10 -0000 Received: from tully.CS.Berkeley.EDU (hilfingr@localhost) by tully.CS.Berkeley.EDU (8.9.1a/8.9.1) with ESMTP id KAA07048; Thu, 13 Jun 2002 10:49:07 -0700 (PDT) Message-Id: <200206131749.KAA07048@tully.CS.Berkeley.EDU> To: Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com Subject: Re: RFA/mips: Use ".pdr" sections generated by GAS Reply-To: Hilfinger@CS.Berkeley.EDU In-reply-to: Your message of Thu, 13 Jun 2002 13:32:25 -0400. <20020613173225.GA27321@nevyn.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <7043.1023990546.1@tully.CS.Berkeley.EDU> Date: Thu, 13 Jun 2002 10:49:00 -0000 From: Paul Hilfinger X-SW-Source: 2002-06/txt/msg00225.txt.bz2 > > According to its documentation, exc_unwind on IRIX 6.5 currently uses > > .debug_frame information for unwinding purposes (and its native > > assembler now does not produce PDR sections there). I am not familiar > > with the set of all MIPS platforms, so I am moved to ask whether it > > would (1) be a good idea if or (2) be unnecessary for GDB to do the > > same thing. > > Did the IRIX 6.5 assembler ever produce PDR sections? I was unaware of > this. Sorry for the confusing wording. I should have said simply that the IRIX assembler no longer produces PDR information. (To be honest, I really haven't followed the evolution of this software enough to know when last the SGI tool chain DID produce this information, but am piecing together scraps of historical data by reading out-of-date comments on current #include files and historical hints in current man pages.) Paul