Preserve addend for R_386_GOT32 and R_X86_64_GOT32
[deliverable/binutils-gdb.git] / gas / config / tc-i386.c
index 25a0fa20ad896a30efc81a9a7e7b631009d446d3..8a4d987507176ec64a1296c3960ec30587755c24 100644 (file)
@@ -9341,11 +9341,6 @@ md_apply_fix (fixS *fixP, valueT *valP, segT seg ATTRIBUTE_UNUSED)
        fixP->fx_done = 0;
        return;
 
-      case BFD_RELOC_386_GOT32:
-      case BFD_RELOC_X86_64_GOT32:
-       value = 0; /* Fully resolved at runtime.  No addend.  */
-       break;
-
       case BFD_RELOC_VTABLE_INHERIT:
       case BFD_RELOC_VTABLE_ENTRY:
        fixP->fx_done = 0;
This page took 0.026135 seconds and 4 git commands to generate.