* reloc.c: Add m32r relocs.
[deliverable/binutils-gdb.git] / bfd / bfd-in2.h
index a5a3c2c8733962b598b32d964735c3200a34fb1e..73685291ebb1b685e1efc120684b23848a5f8da2 100644 (file)
@@ -1832,6 +1832,22 @@ assumed to be 0. */
   BFD_RELOC_D10V_18_PCREL,
 /* end-sanitize-d10v */
 
+/* start-sanitize-m32r */
+
+/* Mitsubishi M32R relocs.
+This is a 10-bit reloc with the right 2 bits assumed to be 0. */
+  BFD_RELOC_M32R_10_PCREL,
+
+/* This is an 18-bit reloc with the right 2 bits assumed to be 0. */
+  BFD_RELOC_M32R_18_PCREL,
+
+/* This is an 26-bit reloc with the right 2 bits assumed to be 0. */
+  BFD_RELOC_M32R_26_PCREL,
+
+/* This is a 24 bit reloc. */
+  BFD_RELOC_M32R_24,
+/* end-sanitize-m32r */
+
 /* start-sanitize-v850 */
 
 /* This is a 9-bit reloc */
This page took 0.027538 seconds and 4 git commands to generate.