diff options
author | Andrew Cagney <cagney@redhat.com> | 1998-04-02 19:35:39 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1998-04-02 19:35:39 +0000 |
commit | 69d5a56645fdfd5d9cc9f57986224b0636010161 (patch) | |
tree | d4ae76050ff337489375b4171bea76c1783243db /sim/mips/.Sanitize | |
parent | 7cdd6cac82faad2083029b2ac014d44d869f76c0 (diff) | |
download | gdb-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/.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 4253472..b8ed1af 100644 --- a/sim/mips/.Sanitize +++ b/sim/mips/.Sanitize @@ -78,7 +78,7 @@ Things-to-lose: Do-last: -r5900_files="ChangeLog configure configure.in sim-main.h interp.c gencode.c mips.igen mips.dc m16.igen r5900.igen" +r5900_files="ChangeLog configure configure.in sim-main.h interp.c gencode.c mips.igen mips.dc m16.igen r5900.igen tx.igen" if ( echo $* | grep keep\-r5900 > /dev/null ) ; then for i in $r5900_files ; do |