aboutsummaryrefslogtreecommitdiff
path: root/bfd/bfd-in2.h
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1996-09-10 04:35:48 +0000
committerJeff Law <law@redhat.com>1996-09-10 04:35:48 +0000
commit00d7a64b5f37d8c76e1fefd633b7187585fe6e86 (patch)
tree79bcdde27f631b9bdcb5c5ef41bb3798e9720360 /bfd/bfd-in2.h
parent9909e232c06c030918ea370b6a4a9e55f0767749 (diff)
downloadgdb-00d7a64b5f37d8c76e1fefd633b7187585fe6e86.zip
gdb-00d7a64b5f37d8c76e1fefd633b7187585fe6e86.tar.gz
gdb-00d7a64b5f37d8c76e1fefd633b7187585fe6e86.tar.bz2
* bfd-in2.h: Rebuilt after m32r changes.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r--bfd/bfd-in2.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h
index 0ab5432..a5a3c2c 100644
--- a/bfd/bfd-in2.h
+++ b/bfd/bfd-in2.h
@@ -1226,6 +1226,9 @@ enum bfd_architecture
#define bfd_mach_arc_graphics 2
#define bfd_mach_arc_audio 3
/* end-sanitize-arc */
+ /* start-sanitize-m32r */
+ bfd_arch_m32r, /* Mitsubishi M32R */
+ /* end-sanitize-m32r */
bfd_arch_last
};
@@ -1829,9 +1832,14 @@ assumed to be 0. */
BFD_RELOC_D10V_18_PCREL,
/* end-sanitize-d10v */
-/* NEC V850 relocs. */
+/* start-sanitize-v850 */
+
+/* This is a 9-bit reloc */
BFD_RELOC_V850_9_PCREL,
+
+/* This is a 22-bit reloc */
BFD_RELOC_V850_22_PCREL,
+/* end-sanitize-v850 */
BFD_RELOC_UNUSED };
typedef enum bfd_reloc_code_real bfd_reloc_code_real_type;