diff options
author | Joyce Janczyn <janczyn@cygnus> | 1998-06-08 17:46:25 +0000 |
---|---|---|
committer | Joyce Janczyn <janczyn@cygnus> | 1998-06-08 17:46:25 +0000 |
commit | d3f76d42ac8dd1c6296bb15ac71acf6abf069392 (patch) | |
tree | 4b363200080174143d02620534d8e14cd8eefd15 /sim | |
parent | 7cb5d42660c2768d6ffe0e53295faa82cd86ca56 (diff) | |
download | gdb-d3f76d42ac8dd1c6296bb15ac71acf6abf069392.zip gdb-d3f76d42ac8dd1c6296bb15ac71acf6abf069392.tar.gz gdb-d3f76d42ac8dd1c6296bb15ac71acf6abf069392.tar.bz2 |
Add timer and serial devices (mn103tim and mn103ser), support
--board=am32 for runtime control of device simulation, and adjust
interrupt settings to support am32 instead of am30.
Diffstat (limited to 'sim')
-rw-r--r-- | sim/mn10300/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/sim/mn10300/ChangeLog b/sim/mn10300/ChangeLog index 7360a73..8854b26 100644 --- a/sim/mn10300/ChangeLog +++ b/sim/mn10300/ChangeLog @@ -1,4 +1,26 @@ +Mon June 8 13:30:00 1998 Joyce Janczyn <janczyn@cygnus.com> + * interp.c: (mn10300_option_handler): New function parses arguments + using sim-options. start-sanitize-am30 + * (board): Add --board option for specifying am32. + * (sim_open): Create new timer and serial devices and control + configuration of other am32 devices via board option. + * dv-mn103tim.c, dv-mn103ser.c: New files for timers and serial devices. + * dv-mn103cpu.c: Fix typos in opening comments. + * dv-mn103int.c: Adjust interrupt controller settings for am32 instead of am30. + * configure.in: Add mn103tim and mn103ser to hw_device list. + * configure: Re-generate. +end-sanitize-am30 + +start-sanitize-am30 +Mon May 25 20:50:35 1998 Andrew Cagney <cagney@b1.cygnus.com> + + * dv-mn103int.c, dv-mn103cpu.c: Rename *_callback to *_method. + + * dv-mn103cpu.c, dv-mn103int.c: Include hw-main.h and + sim-main.h. Declare a struct hw_descriptor instead of struct + hw_device_descriptor. + Mon May 25 17:33:33 1998 Andrew Cagney <cagney@b1.cygnus.com> * dv-mn103cpu.c (struct mn103cpu): Change type of pending_handler |