include/elf/
[deliverable/binutils-gdb.git] / bfd / bfd-in2.h
index f60382323b6dadd4fe0044068c293becbe41d316..8f7a3d42519fb47f0edaa12e15f172c88ebea978 100644 (file)
@@ -2967,6 +2967,10 @@ bits placed non-contiguously in the instruction.  */
 /* Used to maintain alignment whilst relaxing.  */
   BFD_RELOC_V850_ALIGN,
 
+/* This is a variation of BFD_RELOC_LO16 that can be used in v850e ld.bu
+instructions.  */
+  BFD_RELOC_V850_LO16_SPLIT_OFFSET,
+
 /* This is a 32bit pcrel reloc for the mn10300, offset by two bytes in the
 instruction.  */
   BFD_RELOC_MN10300_32_PCREL,
This page took 0.023226 seconds and 4 git commands to generate.