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 common/ChangeLog common/sim-core.h m32 ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	vapier@sourceware.org	2012-03-26 02:18:43

Modified files:
	sim/common     : ChangeLog sim-core.h 
	sim/m32r       : ChangeLog traps-linux.c 

Log message:
	sim: add a proper sim_core_trans_addr prototype
	
	The common code has a sim_core_trans_addr() helper that only the m32r code
	uses.  Move the inline extern in the m32r code to the proper common header.
	
	Signed-off-by: Mike Frysinger <vapier@gentoo.org>

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/common/ChangeLog.diff?cvsroot=src&r1=1.274&r2=1.275
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/common/sim-core.h.diff?cvsroot=src&r1=1.12&r2=1.13
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/m32r/ChangeLog.diff?cvsroot=src&r1=1.51&r2=1.52
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/m32r/traps-linux.c.diff?cvsroot=src&r1=1.10&r2=1.11


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