diff options
Diffstat (limited to 'bfd/elfxx-mips.h')
-rw-r--r-- | bfd/elfxx-mips.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elfxx-mips.h b/bfd/elfxx-mips.h index 042f74b..6d9b348 100644 --- a/bfd/elfxx-mips.h +++ b/bfd/elfxx-mips.h @@ -126,7 +126,7 @@ extern bfd_boolean _bfd_mips_relax_section extern bfd_vma _bfd_mips_elf_sign_extend (bfd_vma, int); -extern struct bfd_elf_special_section const _bfd_mips_elf_special_sections[]; +extern struct bfd_elf_special_section const *_bfd_mips_elf_special_sections[]; #define elf_backend_name_local_section_symbols \ _bfd_mips_elf_name_local_section_symbols #define elf_backend_special_sections _bfd_mips_elf_special_sections |