aboutsummaryrefslogtreecommitdiff
path: root/bfd/bfd-in2.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1997-08-25 23:00:29 +0000
committerNick Clifton <nickc@redhat.com>1997-08-25 23:00:29 +0000
commit8988d935a335f9f60ec1eccc1caa70cd757e3201 (patch)
treeae79c7e64442c21e77ed4cbbc6a7271b94e8505c /bfd/bfd-in2.h
parenta3515171ce237d5eca963c7fbb394be3cc3bf58a (diff)
downloadgdb-8988d935a335f9f60ec1eccc1caa70cd757e3201.zip
gdb-8988d935a335f9f60ec1eccc1caa70cd757e3201.tar.gz
gdb-8988d935a335f9f60ec1eccc1caa70cd757e3201.tar.bz2
Switched over to using machine numbers to distinguish v850 architecture variants.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r--bfd/bfd-in2.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h
index 33d6aef..d8773a4 100644
--- a/bfd/bfd-in2.h
+++ b/bfd/bfd-in2.h
@@ -1238,6 +1238,12 @@ enum bfd_architecture
/* start-sanitize-v850 */
bfd_arch_v850, /* NEC V850 */
/* end-sanitize-v850 */
+ /* start-sanitize-v850e */
+#define bfd_mach_v850e 'E'
+ /* end-sanitize-v850e */
+ /* start-sanitize-v850eq */
+#define bfd_mach_v850eq 'Q'
+ /* end-sanitize-v850eq */
bfd_arch_arc, /* Argonaut RISC Core */
#define bfd_mach_arc_base 0
bfd_arch_m32r, /* Mitsubishi M32R/D */
@@ -1929,6 +1935,9 @@ add3, load, and store instructions. */
/* This is a 9-bit reloc */
BFD_RELOC_V850_9_PCREL,
+/* This is a 16-bit reloc */
+ BFD_RELOC_V850_16_PCREL,
+
/* This is a 22-bit reloc */
BFD_RELOC_V850_22_PCREL,