Updates.
[deliverable/binutils-gdb.git] / bfd / elf64-ia64.c
index 2fafeb18b29baa325a271e2f6a051a9153c6f89d..a8bebf219f22cf63e850cfbf32d3a7d21f8b30e3 100644 (file)
@@ -1307,7 +1307,8 @@ elf64_ia64_hash_copy_indirect (xdir, xind)
 }
 
 static void
-elf64_ia64_hash_hide_symbol (xh)
+elf64_ia64_hash_hide_symbol (info, xh)
+     struct bfd_link_info *info ATTRIBUTE_UNUSED;
      struct elf_link_hash_entry *xh;
 {
   struct elf64_ia64_link_hash_entry *h;
@@ -2516,6 +2517,7 @@ elf64_ia64_size_dynamic_sections (output_bfd, info)
        {
          if (! bfd_elf64_add_dynamic_entry (info, DT_TEXTREL, 0))
            return false;
+         info->flags |= DF_TEXTREL;
        }
     }
 
This page took 0.022935 seconds and 4 git commands to generate.