From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14168 invoked by alias); 10 Apr 2007 12:11:21 -0000 Received: (qmail 14160 invoked by uid 22791); 10 Apr 2007 12:11:21 -0000 X-Spam-Check-By: sourceware.org Received: from return.false.org (HELO return.false.org) (66.207.162.98) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 10 Apr 2007 13:11:18 +0100 Received: from return.false.org (localhost [127.0.0.1]) by return.false.org (Postfix) with ESMTP id 697754B267; Tue, 10 Apr 2007 07:11:17 -0500 (CDT) Received: from caradoc.them.org (dsl093-172-095.pit1.dsl.speakeasy.net [66.93.172.95]) by return.false.org (Postfix) with ESMTP id 345234B262; Tue, 10 Apr 2007 07:11:17 -0500 (CDT) Received: from drow by caradoc.them.org with local (Exim 4.63) (envelope-from ) id 1HbFBs-0005eO-OU; Tue, 10 Apr 2007 08:11:16 -0400 Date: Tue, 10 Apr 2007 12:11:00 -0000 From: Daniel Jacobowitz To: Steve Ellcey , gdb-patches@gcc.gnu.org Cc: Eli Zaretskii Subject: Re: Patch for gdb build on hppa hp-ux Message-ID: <20070410121116.GA21706@caradoc.them.org> Mail-Followup-To: Steve Ellcey , gdb-patches@gcc.gnu.org, Eli Zaretskii References: <20070409021338.GA28612@caradoc.them.org> <200704092325.QAA13441@hpsje.cup.hp.com> <20070410120547.GB18255@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070410120547.GB18255@caradoc.them.org> User-Agent: Mutt/1.5.14+cvs20070313 (2007-03-13) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-04/txt/msg00081.txt.bz2 On Tue, Apr 10, 2007 at 08:05:47AM -0400, Daniel Jacobowitz wrote: > On Mon, Apr 09, 2007 at 04:25:38PM -0700, Steve Ellcey wrote: > > Looks good. After I added a local change to use -Wno-char-subscripts > > when building gdb (patch to be submitted) I was able to build with your > > patch. I also ran the gdb testsuite and it went from 432 unexpected > > errors down to 357 after adding your patch. Most of the new passes are > > in the gdb.cp section. > > That's peculiar, but I'll accept it. It must come from not calling > pxdb or trying to parse system libraries for debug information, since > the hpacc-abi.c code apparently has not been enabled in years; I went > trying to figure out how it was turned on today and lo and behold, it > never is. > > I checked in the patch. Steve, Eli, does this NEWS addition look > reasonable? I believe it's accurate for what I've removed, but I am > not a user of HP-UX or aCC, so I'm guessing a little bit. Sorry, meant to CC Eli on that last message obviously! -- Daniel Jacobowitz CodeSourcery 2007-04-10 Daniel Jacobowitz * NEWS: Mention removal of HP aCC support. Index: NEWS =================================================================== RCS file: /cvs/src/src/gdb/NEWS,v retrieving revision 1.220 diff -u -p -r1.220 NEWS --- NEWS 31 Mar 2007 10:42:22 -0000 1.220 +++ NEWS 10 Apr 2007 12:04:27 -0000 @@ -127,6 +127,13 @@ DWARF 1 support A debug information format. The predecessor to DWARF 2 and DWARF 3, which are still supported. +Support for the HP aCC compiler on HP-UX/PA-RISC + + SOM-encapsulated symbolic debugging information, automatic + invocation of pxdb, and the aCC custom C++ ABI. This does not + affect HP-UX for Itanic or GCC for HP-UX/PA-RISC. Code compiled + with aCC can still be debugged on an assembly level. + *** Changes in GDB 6.6 * New targets