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]

[RFA] Fix osdata.c compile error without libexpat


Hi,

I got GDB-cvs build error if there is not libexpat.
I found that osdata.c file doesn't define function "osdata_parse" if
!defined(HAVE_LIBEXPAT). But in below, it is need.
So I make a patch for it.

2008-12-02  Hui Zhu  <teawater@gmail.com>

	* osdata.c (osdata_item_clear): New empty funtion just for
	compile without libexpat.

Thanks,
Hui

Attachment: fix-osdata-without-libexpat.txt
Description: Text document


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