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

bfd/ChangeLog
bfd/elfxx-mips.c

index 70a6227817e4f6a8bff5fb14c32a59956781833f..36f62dda861ed90a5e1600758a05eb4937a2cf17 100644 (file)
@@ -1,3 +1,8 @@
+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
index c585ae48d19c27503962172992de5a62dc7f53ce..e86f7127149d834c38b7e0ce3ebf1afd2456d859 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)
This page took 0.037839 seconds and 4 git commands to generate.