From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32280 invoked by alias); 3 Oct 2006 23:45:27 -0000 Received: (qmail 32271 invoked by uid 22791); 3 Oct 2006 23:45:26 -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; Tue, 03 Oct 2006 23:45:24 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1GUtww-00084S-RS; Tue, 03 Oct 2006 19:45:22 -0400 Date: Tue, 03 Oct 2006 23:45:00 -0000 From: Daniel Jacobowitz To: Mark Kettenis Cc: gdb-patches@sourceware.org Subject: Re: Build fix for expat 1.95 Message-ID: <20061003234522.GA31007@nevyn.them.org> Mail-Followup-To: Mark Kettenis , gdb-patches@sourceware.org References: <20061003160151.GA13665@nevyn.them.org> <200610032200.k93M0mZO014478@elgar.sibelius.xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200610032200.k93M0mZO014478@elgar.sibelius.xs4all.nl> 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-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-10/txt/msg00011.txt.bz2 On Wed, Oct 04, 2006 at 12:00:48AM +0200, Mark Kettenis wrote: > > Date: Tue, 3 Oct 2006 12:01:51 -0400 > > From: Daniel Jacobowitz > > > > RHEL3 ships with a version of expat which is almost, but not quite, good > > enough. And the configure script picks it up as OK. Rather than making > > the configure script pickier, I made GDB less picky; the only problem are > > some missing constants. Non-zero for success, yuck. > > > > Checked in. > > Hmm, I wonder if it is worth putting this in a "gdb_expat.h". Yeah, that makes sense, since it's in two files. I'll try to make that change soon. > > > 2006-10-03 Daniel Jacobowitz > > > > * memory-map.c (XML_STATUS_OK, XML_STATUS_ERROR): Provide default > > definitions. > > * xml-support.c (XML_STATUS_OK, XML_STATUS_ERROR): Likewise. > -- Daniel Jacobowitz CodeSourcery