gas/
[deliverable/binutils-gdb.git] / bfd / elf64-ia64-vms.c
index f723068a682b756f203bcc547eee08c0544c3db3..85a61928e22d6f07435dbfbd140293012b8644e9 100644 (file)
@@ -4030,7 +4030,7 @@ elf64_ia64_finish_dynamic_symbol (bfd *output_bfd,
     }
 
   /* Mark some specially defined symbols as absolute.  */
-  if (strcmp (h->root.root.string, "_DYNAMIC") == 0
+  if (h == ia64_info->root.hdynamic
       || h == ia64_info->root.hgot
       || h == ia64_info->root.hplt)
     sym->st_shndx = SHN_ABS;
This page took 0.025251 seconds and 4 git commands to generate.