diff options
Diffstat (limited to 'bfd/elf32-m68k.c')
-rw-r--r-- | bfd/elf32-m68k.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/bfd/elf32-m68k.c b/bfd/elf32-m68k.c index 573003b..1cb03ae 100644 --- a/bfd/elf32-m68k.c +++ b/bfd/elf32-m68k.c @@ -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; } |