* elf32-m68k.c (elf_m68k_finish_dynamic_symbol): Don't make
[deliverable/binutils-gdb.git] / bfd / elf32-m68k.c
index 573003bfb3ccb52f5879eb13c160d32ccd58b09f..1cb03aedd32cca6f7523cdaf2dbc3356ed3a7527 100644 (file)
@@ -4500,11 +4500,6 @@ elf_m68k_finish_dynamic_symbol (output_bfd, info, h, sym)
       bfd_elf32_swap_reloca_out (output_bfd, &rela, loc);
     }
 
-  /* Mark _DYNAMIC and _GLOBAL_OFFSET_TABLE_ as absolute.  */
-  if (strcmp (h->root.root.string, "_DYNAMIC") == 0
-      || h == elf_hash_table (info)->hgot)
-    sym->st_shndx = SHN_ABS;
-
   return TRUE;
 }
 
This page took 0.024002 seconds and 4 git commands to generate.