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/sim/erc32 ChangeLog interf.c


CVSROOT:	/cvs/src
Module name:	src
Changes by:	brobecke@sourceware.org	2011-06-01 17:35:02

Modified files:
	sim/erc32      : ChangeLog interf.c 

Log message:
	Add `sim_complete_command' definition to erc32 sim
	
	This patch fixes a build failure at link time due to
	sim_complete_command being undefined.  There was a recent change
	that added this function to all the ports that do not use the
	common/ subdir.  But somehow, the erc32 port got missed.
	
	sim/erc32/ChangeLog:
	
	* interf.c (sim_complete_command): New stub function.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/erc32/ChangeLog.diff?cvsroot=src&r1=1.34&r2=1.35
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/erc32/interf.c.diff?cvsroot=src&r1=1.9&r2=1.10


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