diff options
author | Nick Clifton <nickc@redhat.com> | 1997-09-16 01:34:03 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1997-09-16 01:34:03 +0000 |
commit | d30a2be45d6518c9de3aba98b75b5552880cb524 (patch) | |
tree | 129f4fc2cd9f03b7ffd0775d0fe09b1622c77d6c /gas/config/tc-v850.h | |
parent | 9bbbb61220b9cc3818a6f7e6c7c92be31bc867e2 (diff) | |
download | gdb-d30a2be45d6518c9de3aba98b75b5552880cb524.zip gdb-d30a2be45d6518c9de3aba98b75b5552880cb524.tar.gz gdb-d30a2be45d6518c9de3aba98b75b5552880cb524.tar.bz2 |
Added checking of instructions against target cpu.
Diffstat (limited to 'gas/config/tc-v850.h')
-rw-r--r-- | gas/config/tc-v850.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gas/config/tc-v850.h b/gas/config/tc-v850.h index 31baf0b..449777a 100644 --- a/gas/config/tc-v850.h +++ b/gas/config/tc-v850.h @@ -29,8 +29,10 @@ /* The target BFD architecture. */ #define TARGET_ARCH bfd_arch_v850 +/* The target BFD format. */ #define TARGET_FORMAT "elf32-v850" +/* The target BFD machine number. */ #define TARGET_MACHINE 0 /* start-sanitize-v850e */ #undef TARGET_MACHINE @@ -41,6 +43,18 @@ #define TARGET_MACHINE bfd_mach_v850eq /* end-sanitize-v850eq */ +/* The target processor mask. */ +#define TARGET_PROCESSOR PROCESSOR_V850 +/* start-sanitize-v850e */ +#undef TARGET_PROCESSOR +#define TARGET_PROCESSOR PROCESSOR_V850E +/* end-sanitize-v850e */ +/* start-sanitize-v850eq */ +#undef TARGET_PROCESSOR +#define TARGET_PROCESSOR PROCESSOR_V850EQ +/* end-sanitize-v850eq */ + + #define MD_APPLY_FIX3 #define md_operand(x) |