Add x86 size relocation support to bfd
[deliverable/binutils-gdb.git] / bfd / bfd-in2.h
index 0cb9bb0f8e2e138ca785c56d58bd0baf9d9d5931..3561e192f80d58f6b4d0f3a48b24adb4b0b6f757 100644 (file)
@@ -2523,6 +2523,10 @@ The 24-bit relocation is used in some Intel 960 configurations.  */
   BFD_RELOC_HI16_S_PLTOFF,
   BFD_RELOC_8_PLTOFF,
 
+/* Size relocations.  */
+  BFD_RELOC_SIZE32,
+  BFD_RELOC_SIZE64,
+
 /* Relocations used by 68K ELF.  */
   BFD_RELOC_68K_GLOB_DAT,
   BFD_RELOC_68K_JMP_SLOT,
This page took 0.036895 seconds and 4 git commands to generate.