* elfxx-mips.c (_bfd_mips_elf_hide_symbol): Adjust handling

for missing GOTs.
This commit is contained in:
Daniel Jacobowitz 2006-05-04 19:03:24 +00:00
parent efacb0fb73
commit 003b8e1dad
2 changed files with 6 additions and 1 deletions

View 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

View 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)