* remote-utils.c (prepare_resume_reply): Move declaration
[deliverable/binutils-gdb.git] / bfd / elf32-cris.c
index 06865dcc2e2251d417294b29aa5d7643b9159a49..3edabc757945436b4137cd69c54f29e6d36b790f 100644 (file)
@@ -1769,7 +1769,7 @@ elf_cris_finish_dynamic_symbol (output_bfd, info, h, sym)
 
   /* Mark _DYNAMIC and _GLOBAL_OFFSET_TABLE_ as absolute.  */
   if (strcmp (h->root.root.string, "_DYNAMIC") == 0
-      || strcmp (h->root.root.string, "_GLOBAL_OFFSET_TABLE_") == 0)
+      || h == elf_hash_table (info)->hgot)
     sym->st_shndx = SHN_ABS;
 
   return TRUE;
This page took 0.023527 seconds and 4 git commands to generate.