diff options
| author | Nick Clifton <nickc@redhat.com> | 2003-09-04 11:04:38 +0000 |
|---|---|---|
| committer | Nick Clifton <nickc@redhat.com> | 2003-09-04 11:04:38 +0000 |
| commit | 8ad30312fff34325113307cb27bcae49d220df15 (patch) | |
| tree | e36909398f52d213a45a92122028b2c953768369 /include/opcode | |
| parent | 3c9030c1f46b3255af11e975ae6f62713f55d645 (diff) | |
| download | ppe42-binutils-8ad30312fff34325113307cb27bcae49d220df15.tar.gz ppe42-binutils-8ad30312fff34325113307cb27bcae49d220df15.zip | |
Add binutils support for v850e1 processor
Diffstat (limited to 'include/opcode')
| -rw-r--r-- | include/opcode/ChangeLog | 4 | ||||
| -rw-r--r-- | include/opcode/v850.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index 8aa84533ea..aaea21428e 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,7 @@ +2003-09-04 Nick Clifton <nickc@redhat.com> + + * v850.h (PROCESSOR_V850E1): Define. + 2003-08-19 Alan Modra <amodra@bigpond.net.au> * ppc.h (PPC_OPCODE_440): Define. Formatting. Use hex for other diff --git a/include/opcode/v850.h b/include/opcode/v850.h index f6a1eb466a..75689bff67 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 |

