diff options
author | Nick Clifton <nickc@redhat.com> | 1997-09-08 22:03:09 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1997-09-08 22:03:09 +0000 |
commit | 8816811b859e4f63d44a43f57a8c86ecde3c2f25 (patch) | |
tree | 12b309107d4930642f22d34bce3ac081b9c6bf2a /gas/config/tc-v850.h | |
parent | 19a1867285d669b892939d9205d58bc7d200da78 (diff) | |
download | gdb-8816811b859e4f63d44a43f57a8c86ecde3c2f25.zip gdb-8816811b859e4f63d44a43f57a8c86ecde3c2f25.tar.gz gdb-8816811b859e4f63d44a43f57a8c86ecde3c2f25.tar.bz2 |
Add command line option to specify processor type.
Diffstat (limited to 'gas/config/tc-v850.h')
-rw-r--r-- | gas/config/tc-v850.h | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/gas/config/tc-v850.h b/gas/config/tc-v850.h index cfd6cfa..31baf0b 100644 --- a/gas/config/tc-v850.h +++ b/gas/config/tc-v850.h @@ -27,9 +27,19 @@ #endif /* The target BFD architecture. */ -#define TARGET_ARCH bfd_arch_v850 - -#define TARGET_FORMAT "elf32-v850" +#define TARGET_ARCH bfd_arch_v850 + +#define TARGET_FORMAT "elf32-v850" + +#define TARGET_MACHINE 0 +/* start-sanitize-v850e */ +#undef TARGET_MACHINE +#define TARGET_MACHINE bfd_mach_v850e +/* end-sanitize-v850e */ +/* start-sanitize-v850eq */ +#undef TARGET_MACHINE +#define TARGET_MACHINE bfd_mach_v850eq +/* end-sanitize-v850eq */ #define MD_APPLY_FIX3 #define md_operand(x) |