diff options
author | Nick Clifton <nickc@redhat.com> | 2003-09-04 11:04:37 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-09-04 11:04:37 +0000 |
commit | 99759ba1f1d5972285e8b1c8423127046cbbe224 (patch) | |
tree | f315d858999e2b81d5d681dac7d39e1fd5f5b747 /include/opcode/v850.h | |
parent | 39473bba440668848d133e3d3a6c05266e3bd2a3 (diff) | |
download | cygnal-99759ba1f1d5972285e8b1c8423127046cbbe224.tar.gz cygnal-99759ba1f1d5972285e8b1c8423127046cbbe224.tar.bz2 cygnal-99759ba1f1d5972285e8b1c8423127046cbbe224.zip |
Add binutils support for v850e1 processor
Diffstat (limited to 'include/opcode/v850.h')
-rw-r--r-- | include/opcode/v850.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/opcode/v850.h b/include/opcode/v850.h index f6a1eb466..75689bff6 100644 --- a/include/opcode/v850.h +++ b/include/opcode/v850.h @@ -59,6 +59,7 @@ struct v850_opcode #define PROCESSOR_V850E (1 << 1) /* Just the V850E. */ #define PROCESSOR_NOT_V850 (~ PROCESSOR_V850) /* Any processor except the V850. */ #define PROCESSOR_V850EA (1 << 2) /* Just the V850EA. */ +#define PROCESSOR_V850E1 (1 << 3) /* Just the V850E1. */ /* The table itself is sorted by major opcode number, and is otherwise in the order in which the disassembler should consider |