diff options
author | cvs2svn <> | 2003-09-16 01:47:54 +0000 |
---|---|---|
committer | cvs2svn <> | 2003-09-16 01:47:54 +0000 |
commit | 2cb060991433298d2f701adc7fc22adacf88eeb1 (patch) | |
tree | aa0b99e6f84e9b776740fc36646e8e3b919e5268 /include/opcode/v850.h | |
parent | 5be60f99b7d5a81dcbad8c9e1d8812297936052b (diff) | |
download | newlib-ezannoni_pie-20030916-branch.zip newlib-ezannoni_pie-20030916-branch.tar.gz newlib-ezannoni_pie-20030916-branch.tar.bz2 |
This commit was manufactured by cvs2svn to create branchezannoni_pie-20030916-branchpointcarlton_dictionary-20030917-mergegithub/ezannoni_pie-20030916-branchezannoni_pie-20030916-branch
'ezannoni_pie-20030916-branch'.
Sprout from cagney_x86i386-20030821-branch 2003-08-21 14:03:24 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch'
Cherrypick from master 2003-09-16 01:47:53 UTC Andrew Cagney <cagney@gnu.org> 'Index: include/ChangeLog':
ChangeLog
MAINTAINERS
config/no-executables.m4
configure
configure.in
include/ChangeLog
include/coff/ChangeLog
include/coff/i860.h
include/dis-asm.h
include/elf/ChangeLog
include/elf/dwarf2.h
include/elf/v850.h
include/floatformat.h
include/opcode/ChangeLog
include/opcode/v850.h
install-sh
missing
src-release
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 f6a1eb4..75689bf 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 |