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/d10v ChangeLog interp.c


CVSROOT:	/cvs/src
Module name:	src
Changes by:	brobecke@sourceware.org	2012-06-19 22:46:58

Modified files:
	sim/d10v       : ChangeLog interp.c 

Log message:
	include "config.h" instead of BFD's sysdep.h in d10v/interp.c
	
	The change of include file introduces some new warnings about functions
	being used without a prototype. So a few more system includes have been
	added to compensate for that.
	
	sim/d10v/ChangeLog:
	
	* interp.c: #include "config.h" instead of "sysdep.h".
	Add conditional include of string.h or strings.h, as well as
	conditional include of stdlib.h.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/d10v/ChangeLog.diff?cvsroot=src&r1=1.48&r2=1.49
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/d10v/interp.c.diff?cvsroot=src&r1=1.20&r2=1.21


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