diff options
author | Frank Ch. Eigler <fche@redhat.com> | 1998-06-04 12:43:45 +0000 |
---|---|---|
committer | Frank Ch. Eigler <fche@redhat.com> | 1998-06-04 12:43:45 +0000 |
commit | da040f2a6c7a5dfa3c2bacecc97128ac4477d904 (patch) | |
tree | d277d4307eecfd810b83c298ab6c1d9fdef7419c /sim/mips/.Sanitize | |
parent | 0e797366efd0c7aad9acddcaeac4a55a0fd8bfb7 (diff) | |
download | gdb-da040f2a6c7a5dfa3c2bacecc97128ac4477d904.zip gdb-da040f2a6c7a5dfa3c2bacecc97128ac4477d904.tar.gz gdb-da040f2a6c7a5dfa3c2bacecc97128ac4477d904.tar.bz2 |
* Early check-in of tx3904 timer sim implementation for ECC.
It is not yet properly tested.
Thu Jun 4 15:37:33 1998 Frank Ch. Eigler <fche@cygnus.com>
* dv-tx3904tmr.c: New file - implements tx3904 timer.
* dv-tx3904{irc,cpu}.c: Mild reformatting.
* configure.in: Include tx3904tmr in hw_device list.
* configure: Rebuilt.
* interp.c (sim_open): Instantiate three timer instances.
Fix address typo of tx3904irc instance.
Diffstat (limited to 'sim/mips/.Sanitize')
-rw-r--r-- | sim/mips/.Sanitize | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/mips/.Sanitize b/sim/mips/.Sanitize index 135288d..c8a8563 100644 --- a/sim/mips/.Sanitize +++ b/sim/mips/.Sanitize @@ -31,7 +31,7 @@ else lose_these_too="${vr4320_files} ${lose_these_too}" fi -tx3904_files="dv-tx3904cpu.c dv-tx3904irc.c" +tx3904_files="dv-tx3904cpu.c dv-tx3904irc.c dv-tx3904tmr.c" if ( echo $* | grep keep\-tx3904 > /dev/null ) ; then keep_these_too="${tx3904_files} ${keep_these_too}" else |