This is the mail archive of the gdb-cvs@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]

src/gdb ChangeLog ax-gdb.h parser-defs.h


CVSROOT:	/cvs/src
Module name:	src
Changes by:	sergiodj@sourceware.org	2013-06-26 17:22:52

Modified files:
	gdb            : ChangeLog ax-gdb.h parser-defs.h 

Log message:
	I found this issue when I was debugging something else on IA-64.  Both
	ax-gdb.h and parser-defs.h could be made more self-contained by forward
	declaring types or including the necessary header files.  This commit does
	this.
	
	2013-06-26  Sergio Durigan Junior  <sergiodj@redhat.com>
	
	* ax-gdb.h (union exp_element): Forward declare.
	* parser-defs.h: Include expression.h.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.15749&r2=1.15750
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ax-gdb.h.diff?cvsroot=src&r1=1.28&r2=1.29
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/parser-defs.h.diff?cvsroot=src&r1=1.51&r2=1.52


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