This is the mail archive of the
gdb-cvs@sourceware.org
mailing list for the GDB project.
src/sim/bfin ChangeLog machs.c
- From: vapier at sourceware dot org
- To: gdb-cvs at sourceware dot org
- Date: 4 Jun 2011 17:18:04 -0000
- Subject: src/sim/bfin ChangeLog machs.c
CVSROOT: /cvs/src
Module name: src
Changes by: vapier@sourceware.org 2011-06-04 17:18:04
Modified files:
sim/bfin : ChangeLog machs.c
Log message:
sim: bfin: add support for glued SIC interrupt lines
The BF537 family glues a bunch of peripherals into single interrupt lines
that run into the SIC. To model this same behavior in the sim, we need to
use the glue-or device, and in order to use that, we need to tweak things
a bit in the mach code to allow declaring of these new devices.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/bfin/ChangeLog.diff?cvsroot=src&r1=1.44&r2=1.45
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/bfin/machs.c.diff?cvsroot=src&r1=1.8&r2=1.9