Added support for the call table relocations.
[deliverable/binutils-gdb.git] / bfd / bfd-in2.h
index b1175321018ac1388c4c4afac8414c8b25838673..cf4caec2ec262645b80d242ebff8c9da38ba642d 100644 (file)
@@ -2008,6 +2008,12 @@ bits placed non-contigously in the instruction. */
 /* This is a 16 bit offset from the zero data area pointer, with the
 bits placed non-contigously in the instruction. */
   BFD_RELOC_V850_ZDA_16_16_SPLIT_OFFSET,
+
+/* This is a 6 bit offset from the call table base pointer. */
+  BFD_RELOC_V850_CALLT_6_7_OFFSET,
+
+/* This is a 16 bit offset from the call table base pointer. */
+  BFD_RELOC_V850_CALLT_16_16_OFFSET,
 /* end-sanitize-v850e */
 
 
This page took 0.031312 seconds and 4 git commands to generate.