diff options
| author | Mike Frysinger <vapier@gentoo.org> | 2011-05-23 22:59:54 +0000 |
|---|---|---|
| committer | Mike Frysinger <vapier@gentoo.org> | 2011-05-23 22:59:54 +0000 |
| commit | 0e31da218e04915bca80802b87fa418b49780378 (patch) | |
| tree | 8d0c58950e466f50deea4db7710f4559d2a22c5b /sim/common/ChangeLog | |
| parent | c50491a797e94e65b9692ed05ff7536ee3df5b30 (diff) | |
| download | ppe42-binutils-0e31da218e04915bca80802b87fa418b49780378.tar.gz ppe42-binutils-0e31da218e04915bca80802b87fa418b49780378.zip | |
sim: glue: implement or/xor funcs
The glue device has a bunch of "todos" for the misc bitwise devices.
So implement two for fun -- the glue-or and glue-xor.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'sim/common/ChangeLog')
| -rw-r--r-- | sim/common/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 7db35bcfb1..bd6a7eecbb 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,11 @@ +2011-05-23 Mike Frysinger <vapier@gentoo.org> + + * dv-glue.c (hw_glue_finish): Set type to glue_or when name is + glue-or, and set type to glue_xor when name is glue-xor. + (hw_glue_port_event): Return immediately when type is glue_io + or unmatched. Handle glue_or and glue_xor types. Move HW_TRACE + and hw_port_event calls from glue_and to end of function. + 2011-05-11 Mike Frysinger <vapier@gentoo.org> * callback.c, dv-pal.c, dv-sockser.c, hw-base.c, hw-device.c, |

