OSDN Git Service

* elfxx-mips.c (_bfd_mips_elf_hide_symbol): Adjust handling
authorDaniel Jacobowitz <dan@debian.org>
Thu, 4 May 2006 19:03:24 +0000 (19:03 +0000)
committerDaniel Jacobowitz <dan@debian.org>
Thu, 4 May 2006 19:03:24 +0000 (19:03 +0000)
for missing GOTs.

bfd/ChangeLog
bfd/elfxx-mips.c

index 70a6227..36f62dd 100644 (file)
@@ -1,5 +1,10 @@
 2006-05-04  Daniel Jacobowitz  <dan@codesourcery.com>
 
+       * elfxx-mips.c (_bfd_mips_elf_hide_symbol): Adjust handling
+       for missing GOTs.
+
+2006-05-04  Daniel Jacobowitz  <dan@codesourcery.com>
+
        * bfd/cpu-arm.c (bfd_is_arm_mapping_symbol_name): Accept more
        mapping symbols.
 
index c585ae4..e86f712 100644 (file)
@@ -9380,7 +9380,7 @@ _bfd_mips_elf_hide_symbol (struct bfd_link_info *info,
 
   dynobj = elf_hash_table (info)->dynobj;
   if (dynobj != NULL && force_local && h->root.type != STT_TLS
-      && (got = mips_elf_got_section (dynobj, FALSE)) != NULL
+      && (got = mips_elf_got_section (dynobj, TRUE)) != NULL
       && (g = mips_elf_section_data (got)->u.got_info) != NULL)
     {
       if (g->next)