aboutsummaryrefslogtreecommitdiff
path: root/sim/mips/configure.in
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>1998-04-02 19:35:39 +0000
committerAndrew Cagney <cagney@redhat.com>1998-04-02 19:35:39 +0000
commit69d5a56645fdfd5d9cc9f57986224b0636010161 (patch)
treed4ae76050ff337489375b4171bea76c1783243db /sim/mips/configure.in
parent7cdd6cac82faad2083029b2ac014d44d869f76c0 (diff)
downloadgdb-69d5a56645fdfd5d9cc9f57986224b0636010161.zip
gdb-69d5a56645fdfd5d9cc9f57986224b0636010161.tar.gz
gdb-69d5a56645fdfd5d9cc9f57986224b0636010161.tar.bz2
Re-do load/store operations so that they work for both 32 and 64 bit
ISAs. Enable tx39 as igen again.
Diffstat (limited to 'sim/mips/configure.in')
-rw-r--r--sim/mips/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/mips/configure.in b/sim/mips/configure.in
index 07ad9ff..9772553 100644
--- a/sim/mips/configure.in
+++ b/sim/mips/configure.in
@@ -140,7 +140,7 @@ case "${target}" in
;;
# end-sanitize-tx19
mipstx39*-*-*) sim_default_gen=IGEN
- sim_use_gen=NO
+ sim_use_gen=IGEN
sim_igen_filter="32,f"
sim_igen_machine="-M r3900"
;;