]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - sim/common/ChangeLog
sim: glue: allow bitwise devices to only glue ints
authorMike Frysinger <vapier@gentoo.org>
Mon, 23 May 2011 23:00:35 +0000 (23:00 +0000)
committerMike Frysinger <vapier@gentoo.org>
Mon, 23 May 2011 23:00:35 +0000 (23:00 +0000)
commitdd931b2ff2bf7cecc09dba03e8916e4adc9406be
tree60333cbde32ee46188f95187798ee100dd3d9df6
parent0e31da218e04915bca80802b87fa418b49780378
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>
sim/common/ChangeLog
sim/common/dv-glue.c