* mips.h: Define MIPS TLS relocations.
[deliverable/binutils-gdb.git] / include / elf / s390.h
index 6a21c3b6fe21584893c72c2c1c1c7bd2a3ad1ed8..3a1306fa75093443b13ef26b0b352b2c71b03f81 100644 (file)
@@ -110,6 +110,11 @@ START_RELOC_NUMBERS (elf_s390_reloc_type)
     RELOC_NUMBER (R_390_TLS_DTPOFF, 55)        /* Offset in TLS block.  */
     RELOC_NUMBER (R_390_TLS_TPOFF, 56) /* Negate offset in static TLS
                                           block.  */
+    RELOC_NUMBER (R_390_20, 57)                /* Direct 20 bit.  */
+    RELOC_NUMBER (R_390_GOT20, 58)     /* 20 bit GOT offset.  */
+    RELOC_NUMBER (R_390_GOTPLT20, 59)  /* 20 bit offset to jump slot.  */
+    RELOC_NUMBER (R_390_TLS_GOTIE20, 60)/* 20 bit GOT offset for statis TLS
+                                          block offset.  */
     /* These are GNU extensions to enable C++ vtable garbage collection.  */
     RELOC_NUMBER (R_390_GNU_VTINHERIT, 250)
     RELOC_NUMBER (R_390_GNU_VTENTRY, 251)
This page took 0.022346 seconds and 4 git commands to generate.