diff options
author | Andrew Cagney <cagney@redhat.com> | 1998-11-23 07:16:03 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1998-11-23 07:16:03 +0000 |
commit | 57791952b6dd3a846918b2e10870b7e0cc9dbe93 (patch) | |
tree | 927c6c57f84995bb39076ffa1343a72440322856 /sim/mips/mips.igen | |
parent | 3c5f200bd1a77e05650fa31137fb26a5ed38781f (diff) | |
download | gdb-57791952b6dd3a846918b2e10870b7e0cc9dbe93.zip gdb-57791952b6dd3a846918b2e10870b7e0cc9dbe93.tar.gz gdb-57791952b6dd3a846918b2e10870b7e0cc9dbe93.tar.bz2 |
Configure mips64vr4100-elf nee mips64vr41* as a 64 bit mips16 igen simulator.
Fix problems: All vr.igen instructions are 64 bit.
Diffstat (limited to 'sim/mips/mips.igen')
-rw-r--r-- | sim/mips/mips.igen | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/mips/mips.igen b/sim/mips/mips.igen index 3a9d426..1757acb 100644 --- a/sim/mips/mips.igen +++ b/sim/mips/mips.igen @@ -178,6 +178,7 @@ :function:::int:check_mf_hilo:hilo_history *history, hilo_history *peer *mipsI,mipsII,mipsIII,mipsIV: +*vr4100: *vr5000: // start-sanitize-vr4320 *vr4320: @@ -234,6 +235,7 @@ :function:::int:check_mult_hilo:hilo_history *hi, hilo_history *lo *mipsI,mipsII,mipsIII,mipsIV: +*vr4100: *vr5000: // start-sanitize-vr4320 *vr4320: @@ -275,6 +277,7 @@ :function:::int:check_div_hilo:hilo_history *hi, hilo_history *lo *mipsI,mipsII,mipsIII,mipsIV: +*vr4100: *vr5000: // start-sanitize-vr4320 *vr4320: |