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/configure.in | |
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/configure.in')
-rw-r--r-- | sim/mips/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/mips/configure.in b/sim/mips/configure.in index 9bd1a84..a32b57b 100644 --- a/sim/mips/configure.in +++ b/sim/mips/configure.in @@ -245,7 +245,7 @@ AC_SUBST(mips_extra_objs) # hw_enabled=no case "${target}" in - mips*tx39*) hw_enabled=yes ; hw_extra_devices="tx3904cpu tx3904irc" ;; + mips*tx39*) hw_enabled=yes ; hw_extra_devices="tx3904cpu tx3904irc tx3904tmr" ;; *) ;; esac SIM_AC_OPTION_HARDWARE($hw_enabled,$hw_devices,$hw_extra_devices) |