diff options
author | Nick Clifton <nickc@redhat.com> | 2013-01-10 09:57:02 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2013-01-10 09:57:02 +0000 |
commit | b6f6702570d9e5127bc2dd45cae2385eafc5a4b1 (patch) | |
tree | 85f020c4683d721e379c8aa26959362a8b4c1fad /sim/v850/v850-dc | |
parent | b86682d16009d84b08c33bb60d017ffaf7465636 (diff) | |
download | gdb-b6f6702570d9e5127bc2dd45cae2385eafc5a4b1.tar.gz |
* interp.c (sim_open): Add support for bfd_arch_v850_rh850
architecture type. Add support for bfd_mach_v850e2 and
bfd_mach_v850e2v3 machine numbers.
* v850.igen (dbtrap): Add support for SIM_OPEN_DEBUG.
(cmpf.d): Correct order of operands.
(cmpf.s): Likewise.
(trncf.dul): New pattern.
(trncf.duw): New pattern.
(trncf.sul): New pattern.
(trncf.suw): New pattern.
* v850-dc: Correct bitfield selection for TRNCF.SW and CVTF.SW.
Diffstat (limited to 'sim/v850/v850-dc')
-rw-r--r-- | sim/v850/v850-dc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/v850/v850-dc b/sim/v850/v850-dc index ffaa406c9d2..fefc07cac92 100644 --- a/sim/v850/v850-dc +++ b/sim/v850/v850-dc @@ -42,7 +42,7 @@ # for trncf.sw, cvtf.sw switch,combine : 0 : 0 : : : : 0 :F_I : v850e2v3 - switch,combine : 3 : 3 : : : : 0 :F_I : v850e2v3 + switch,combine : 4 : 0 : : : : 0 :F_I : v850e2v3 # for rsqrtf.s, sqrtf.s switch,combine : 1 : 1 : : : : 0 :F_I : v850e2v3 |