PR 21847, Don't default PowerPC64 to --plt-localentry
[deliverable/binutils-gdb.git] / gold / powerpc.cc
index a4966b8b3cf6636ff7570e70756e8b1f4567dfbb..e322d6f8836ea85b1ec4bd7e39c5b0061c0dbbab 100644 (file)
@@ -7660,8 +7660,6 @@ Target_powerpc<size, big_endian>::scan_relocs(
        {
          if (parameters->options().user_set_plt_localentry())
            plt_localentry0 = parameters->options().plt_localentry();
-         else
-           plt_localentry0 = symtab->lookup("GLIBC_2.26", NULL) != NULL;
        }
       this->plt_localentry0_ = plt_localentry0;
       this->plt_localentry0_init_ = true;
This page took 0.025187 seconds and 4 git commands to generate.