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


> 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".

> 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.


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