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/gdbserver linux-amd64-ipa.c linux-i386 ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	palves@sourceware.org	2013-09-06 10:58:11

Modified files:
	gdb/gdbserver  : linux-amd64-ipa.c linux-i386-ipa.c ChangeLog 

Log message:
	[gdbserver] Fix IPA build.
	
	Somehow, my builds yesterdays didn't trip on this...
	
	../src/gdb/gdbserver/linux-amd64-ipa.c: In function âinitialize_low_tracepointâ:
	../src/gdb/gdbserver/linux-amd64-ipa.c:172:3: error: âipa_tdescâ undeclared (first use in this function)
	../src/gdb/gdbserver/linux-amd64-ipa.c:172:3: note: each undeclared identifier is reported only once for each function it appears in
	
	gdb/gdbserver/
	2013-09-06  Pedro Alves  <palves@redhat.com>
	
	* linux-amd64-ipa.c: Include tracepoint.h.
	* linux-i386-ipa.c: Include tracepoint.h.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/linux-amd64-ipa.c.diff?cvsroot=src&r1=1.8&r2=1.9
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/linux-i386-ipa.c.diff?cvsroot=src&r1=1.9&r2=1.10
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/ChangeLog.diff?cvsroot=src&r1=1.765&r2=1.766


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