From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18004 invoked by alias); 4 Jan 2007 14:11:17 -0000 Received: (qmail 17993 invoked by uid 22791); 4 Jan 2007 14:11:15 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Thu, 04 Jan 2007 14:11:10 +0000 Received: from drow by nevyn.them.org with local (Exim 4.63) (envelope-from ) id 1H2TJB-00042n-NV; Thu, 04 Jan 2007 09:11:05 -0500 Date: Thu, 04 Jan 2007 14:11:00 -0000 From: Daniel Jacobowitz To: Joel Brobecker Cc: gdb-patches@sourceware.org Subject: Re: [commit] fix syntax errors in hpread.c Message-ID: <20070104141105.GB15440@nevyn.them.org> Mail-Followup-To: Joel Brobecker , gdb-patches@sourceware.org References: <20070104072205.GS3434@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070104072205.GS3434@adacore.com> User-Agent: Mutt/1.5.13 (2006-08-11) 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-01/txt/msg00118.txt.bz2 On Thu, Jan 04, 2007 at 11:22:05AM +0400, Joel Brobecker wrote: > Hello, > > The gods of automated nightly builds whispered to me in my sleep that > hpread.c failed to build last night. There are indeed a couple of > syntax errors that slipped through the the last commit. Fixed thusly. > > I can't test this myself because it looks like this code handles C++ > objects. I don't have a C++ compiler available to me on HP/UX. The > change looks reasonably obvious, so hopefully it is fine. Thanks. This is not just C++ support but specifically aCC SOM support; and it's on its way out, but let's keep it building until it goes. -- Daniel Jacobowitz CodeSourcery