* elfxx-mips.c (mips_elf_irix6_finish_dynamic_symbol): Make the

symbols protected.
This commit is contained in:
Richard Sandiford 2003-07-09 11:53:36 +00:00
parent 0d591ff7fb
commit e10609d3f7
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2003-07-09 Richard Sandiford <rsandifo@redhat.com>
* elfxx-mips.c (mips_elf_irix6_finish_dynamic_symbol): Make the
symbols protected.
2003-07-09 Richard Sandiford <rsandifo@redhat.com>
* elfxx-mips.c (mips_elf_create_dynamic_relocation): Fix handling

View File

@ -6668,6 +6668,7 @@ mips_elf_irix6_finish_dynamic_symbol (abfd, name, sym)
/* All of these symbols are given type STT_SECTION by the
IRIX6 linker. */
sym->st_info = ELF_ST_INFO (STB_GLOBAL, STT_SECTION);
sym->st_other = STO_PROTECTED;
/* The IRIX linker puts these symbols in special sections. */
if (i == 0)