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 dv-glue.c


CVSROOT:	/cvs/src
Module name:	src
Changes by:	vapier@sourceware.org	2011-05-23 23:00:35

Modified files:
	sim/common     : ChangeLog dv-glue.c 

Log message:
	sim: glue: allow bitwise devices to only glue ints
	
	Some Blackfin parts tie a bunch of interrupt lines into a single OR
	gate before feeding the result into the SIC.  The glue-or device in
	the sim provides a nice way of modeling this exact behavior.  At the
	moment though, it requires the device to be mapped into the address
	space so that things could write to it directly.  This is not needed
	for the Blackfin usage, so make it optional.  Now the glue devices
	can be used to simply tie interrupt lines together.
	
	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.247&r2=1.248
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/common/dv-glue.c.diff?cvsroot=src&r1=1.15&r2=1.16


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