From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21018 invoked by alias); 3 Oct 2006 22:01:33 -0000 Received: (qmail 21009 invoked by uid 22791); 3 Oct 2006 22:01:32 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 03 Oct 2006 22:01:25 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.4/8.13.4) with ESMTP id k93M0nDM004450; Wed, 4 Oct 2006 00:00:50 +0200 (CEST) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.8/8.13.6) with ESMTP id k93M0mfh004036; Wed, 4 Oct 2006 00:00:48 +0200 (CEST) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.8/8.13.8/Submit) id k93M0mZO014478; Wed, 4 Oct 2006 00:00:48 +0200 (CEST) Date: Tue, 03 Oct 2006 22:01:00 -0000 Message-Id: <200610032200.k93M0mZO014478@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: drow@false.org CC: gdb-patches@sourceware.org In-reply-to: <20061003160151.GA13665@nevyn.them.org> (message from Daniel Jacobowitz on Tue, 3 Oct 2006 12:01:51 -0400) Subject: Re: Build fix for expat 1.95 References: <20061003160151.GA13665@nevyn.them.org> 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/msg00010.txt.bz2 > 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". > 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.