From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1509 invoked by alias); 9 Apr 2007 23:25:45 -0000 Received: (qmail 1498 invoked by uid 22791); 9 Apr 2007 23:25:44 -0000 X-Spam-Check-By: sourceware.org Received: from palrel13.hp.com (HELO palrel13.hp.com) (156.153.255.238) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 10 Apr 2007 00:25:43 +0100 Received: from smtp2.cup.hp.com (hpda.cup.hp.com [15.4.32.118]) by palrel13.hp.com (Postfix) with ESMTP id 0BAEA34FD5; Mon, 9 Apr 2007 16:25:38 -0700 (PDT) Received: from hpsje.cup.hp.com (hpsje.cup.hp.com [16.89.92.85]) by smtp2.cup.hp.com (Postfix) with ESMTP id 2D5C330CCB7; Mon, 9 Apr 2007 23:18:36 +0000 (UTC) Received: (from sje@localhost) by hpsje.cup.hp.com (8.9.3 (PHNE_29774)/8.9.3) id QAA13441; Mon, 9 Apr 2007 16:25:38 -0700 (PDT) Date: Mon, 09 Apr 2007 23:25:00 -0000 From: Steve Ellcey Message-Id: <200704092325.QAA13441@hpsje.cup.hp.com> To: drow@false.org Cc: gdb-patches@gcc.gnu.org Subject: Re: Patch for gdb build on hppa hp-ux In-Reply-To: <20070409021338.GA28612@caradoc.them.org> 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/msg00070.txt.bz2 Daniel Jacobowitz wrote: > Since you can build on HP/UX, could you test this patch for me? It > removes support for HP aCC, both the custom C++ ABI (which has fingers > in a lot of other places too, but this is a start) and the custom > debug format. It should not affect the testsuite when using gcc with > SOM. > > Thanks in advance! 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. Steve Ellcey sje@cup.hp.com