This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Build fix for expat 1.95


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 <drow@false.org>
> > 
> > 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  <dan@codesourcery.com>
> > 
> > 	* 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]