* aout-arm.c, aout-target.h, aoutx.h, archive.c, armnetbsd.c,
[deliverable/binutils-gdb.git] / bfd / elf64-sparc.c
index 1b2835cc02eab7a1bca99ba9376c95e4e0464a66..a9b553d0f5990cf8ee8a6c25fab3091dedd82cb7 100644 (file)
@@ -1268,7 +1268,6 @@ sparc64_elf_check_relocs (abfd, info, sec, relocs)
 
          sgot->size += 8;
 
-#if 0
          /* Doesn't work for 64-bit -fPIC, since sethi/or builds
             unsigned numbers.  If we permit ourselves to modify
             code so we get sethi/xor, this could work.
@@ -1277,10 +1276,11 @@ sparc64_elf_check_relocs (abfd, info, sec, relocs)
          /* If the .got section is more than 0x1000 bytes, we add
             0x1000 to the value of _GLOBAL_OFFSET_TABLE_, so that 13
             bit relocations have a greater chance of working.  */
+         /*
          if (sgot->size >= 0x1000
              && elf_hash_table (info)->hgot->root.u.def.value == 0)
            elf_hash_table (info)->hgot->root.u.def.value = 0x1000;
-#endif
+         */
 
          break;
 
This page took 0.025946 seconds and 4 git commands to generate.