Add MN10300 linker relaxation support for symbol differences
[deliverable/binutils-gdb.git] / bfd / bfd-in2.h
index e425db1875967bf6ed01b50628a97b09b36207d3..35aad28a5c603e40e278dd3fda438872c9f49f44 100644 (file)
@@ -2774,6 +2774,11 @@ in the instruction.  */
 /* Adjust by program base.  */
   BFD_RELOC_MN10300_RELATIVE,
 
+/* Together with another reloc targeted at the same location,
+allows for a value that is the difference of two symbols
+in the same section.  */
+  BFD_RELOC_MN10300_SYM_DIFF,
+
 
 /* i386/elf relocations  */
   BFD_RELOC_386_GOT32,
This page took 0.048372 seconds and 4 git commands to generate.