diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-09-16 02:15:55 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-09-16 02:15:55 +0000 |
commit | 721478d51bd4574ab5de91fb09003325c6f15b69 (patch) | |
tree | 9ca0aa3a87e9483b10d722bf7a429f20689547b6 /sim/v850/v850-dc | |
parent | 3484de0091d31d5f51ec9f3a9718820fe2892156 (diff) | |
download | binutils-gdb-721478d51bd4574ab5de91fb09003325c6f15b69.tar.gz |
Add v850e version of breakpoint instruction.
Diffstat (limited to 'sim/v850/v850-dc')
-rw-r--r-- | sim/v850/v850-dc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sim/v850/v850-dc b/sim/v850/v850-dc index 91b0898a200..81a36df957c 100644 --- a/sim/v850/v850-dc +++ b/sim/v850/v850-dc @@ -30,3 +30,10 @@ # start-sanitize-v850eq switch,combine : 4 : 0 : : : : 0 : III,IV,XIV : v850eq # end-sanitize-v850eq +# start-sanitize-v850e + + +# for opcode 66 + + switch,combine : 4 : 0 : : : : 0 : I : +# end-sanitize-v850e |